Instant Message
Send Message
|
Posted:
Jan 12, 2007 4:52 PM
Updated:
Mar 10, 2007 7:12 PM
Place this at the end of the last left side section you are using. if you have nothing in any of the left sections, use the HERO section.
<style>
.Details {position:absolute; left:50%; top:500px; margin-left:-200px;}
</style>
</td></tr></table>
</td></tr></table>
<div class="Details">
<table style="display:none;"><tr><td>
<table><tr><td>
and change TOP and MARGIN-LEFT in the code to position it.
you can also position it using relative positioning. an example of that is in the code under option
|
Instant Message
Send Message
|
Posted:
May 11, 2007 9:29 PM
If you are trying to hide the interests header with the details, then use this instead.
<style>
.Details {position:relative; top:-100px;}
</style>
</td></tr></table>
</td></tr></table>
<div class="Details">
<table style="display:none;"><tr><td>
<table><tr><td>
you may have to adjust the -100 number to make it work perfectly with your profile.... everyone's profile is a little different.....
|