smileygurl119
01-19-2006, 05:52 AM
does anyone know where i can find the code to cover up the whole myspace?
well maybe not the ad..but the rest of it?
well maybe not the ad..but the rest of it?
|
View Full Version : covering the whole myspace smileygurl119 01-19-2006, 05:52 AM does anyone know where i can find the code to cover up the whole myspace? well maybe not the ad..but the rest of it? Backlight 01-19-2006, 05:58 AM :) In your about me put this 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> and this goes in the who i would like to meet section: <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> smileygurl119 01-20-2006, 06:03 AM hm. thank you =) |