My Space Master code?, sorry if this has been posted before |
My Space Master code?, sorry if this has been posted before |
Aug 14 2008, 08:29 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 62 Joined: Aug 2008 Member No: 676,822 |
I was wondering if there is any place or anyone who would be able to show me how the myspace coding works. I have seen tables and divs in changing an existing layout( not a div layout), and am having trouble decifering the code. Thanx
|
|
|
|
![]() |
Aug 14 2008, 10:50 PM
Post
#2
|
|
![]() DDR \\ I'm Dee :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 8,662 Joined: Mar 2006 Member No: 384,020 |
Personally, I've found that this code is the easiest to use for comments.
QUOTE <style> .comt td, .comt table{width:0px!important; height:0px!important; background-color:transparent!important; border:0px!important; _padding:2px!important;} .comt, .comt td, .comt table, .comt td a img, .comt td td td a, .comt td b a, .comt td .redlink{visibility:visible;} .comt td td td b{top:0px; display:inline;} .comt td td td table, .comt .orangetext15, .redlink, .comt .btext, .rid, .frnd{display:none;} .comt td b, .blacktext10 {display:block;} .comt {z-index:7;} .comt table, .comt b {position:relative; top:-39px; _top:-30px;} .comt {width:718px; height:250px; overflow:auto; background-color:3C3C3C; border:0px solid; border-color:000000; position:absolute; top:1410px; left:152px; font-face:arial; font-color:000000;} .blacktext10 {width: 550px;} .comt td img {width:100px; max-width:150px; width:auto; _width:120px !important;border-color:000000;border:0px;} .comt td a img {width:80px; max-width:80px; width:auto; _width:80px !important;} .comt td a:hover img {width:80px; max-width:80px; width:auto; _width:80px !important;} .comt div img {width:80px !important;} </style> Change only the bolded stuff. So don't worry about the first part of the code, it's the way it should be. .cmt is the placement of the div that has the comments in it. Position it like you would any other div. Make sure that you change the background color and all that jazz (I was too lazy to edit it out of my code, haha). .blacktext10 changes the width of the date in the comments. You can also add more style to that like you would the rest of your text. The third part of the code changes the pictures in your comments, including the display pictures for your friends and the pictures that they leave in the comments. Then, at the bottom of your Who I'd like to Meet, put this code. Don't change anything with it. If you have other codes in your Like to Meet section, just place this at the bottom of them. CODE <div class="comt"><table class="rid"><tr><td><table> Let me know if that works for you. |
|
|
|
danielkraus My Space Master code? Aug 14 2008, 08:29 PM
karmakiller First things first: Have you checked out this pinn... Aug 14 2008, 08:36 PM
danielkraus Thanx, I will read that link in a few minutes. I a... Aug 14 2008, 10:42 PM
danielkraus I am curious, what is the table class rid? I do no... Aug 15 2008, 12:04 PM
karmakiller That part of the code makes it so that it is a scr... Aug 15 2008, 04:21 PM
danielkraus Thanx, I tried changing the font-color in the .com... Aug 15 2008, 06:24 PM
karmakiller Nevermind, I'm assuming the text in the commen... Aug 15 2008, 07:06 PM
danielkraus Here is what I have, but the text is still black o... Aug 15 2008, 08:30 PM
karmakiller Aw, you didn't have to do that
I'm glad ... Aug 16 2008, 01:01 AM![]() ![]() |