Hiding 'joined date' for band profile. |
Hiding 'joined date' for band profile. |
Aug 21 2005, 07:51 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2005 Member No: 205,845 |
This is the band's page.
I'd like 'joined date' hidden and moving the mothcomplex website a bit to the left. Possible? My friend's in the band and he's been driving me nuts with it. |
|
|
|
![]() |
Aug 21 2005, 02:41 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,575 Joined: Jan 2005 Member No: 93,957 |
well, if you look in the source, this is what it says:
CODE <tr> <td valign="top" align="left" width="100" bgcolor="bld0f0"> <span class="lightbluetext8">Member Since</span> </td> <td style="WORD-WRAP: break-word" width="175" bgcolor="d5e8fb">August 16, 2005</td> </tr> to me, it doesn't look like you can do much, since you can't fill that space in and it's not a defined by a class. as for moving the page to the left you can use this code: CODE table, tr, td {background-color: transparent; border: 2px solid transparent; float: left;} but that moves the whole page completely to the left. |
|
|
|
Aug 21 2005, 08:29 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2005 Member No: 205,845 |
Yeah, that's what I thought. I kept reading the codes again and again.
I hate myspace. I'm only doing it for a friend. Haha :) Thank you. |
|
|
|
![]() ![]() |