Hiding my profile? |
![]() ![]() |
Hiding my profile? |
May 1 2006, 02:50 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 46 Joined: Mar 2006 Member No: 390,267 |
Whats the code for hiding my profile so i can place the DIV in there instead. Like at the moment i have my DIV in the center of the page but you can still some of the old HEADINGS.
|
|
|
|
| *This Confession* |
May 1 2006, 03:17 PM
Post
#2
|
|
Guest |
about me:
CODE <style type="text/css"> .Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} </style> who id like to meet : CODE <DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top">All of your content goes in here, whether it be tables, flash, or whatever!</td> </tr> </table> </DIV>
|
|
|
|
May 1 2006, 03:51 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 46 Joined: Mar 2006 Member No: 390,267 |
Ok whats the code to hide the section in the bottom left corner of my profile?
Here's my page: My Webpage |
|
|
|
| *This Confession* |
May 1 2006, 03:51 PM
Post
#4
|
|
Guest |
about me:
CODE </div> <style type="text/css"> .hidethem {visibility:hidden; display:none;} </style> heroes : CODE </td> </tr> </table> </td> </tr> </table> </td> <td> <div class="hidethem"><table><tr><td><table><tr><td> you need to bring the image down as well |
|
|
|
![]() ![]() |