Okay so for the intrests table on myspace. i've seen profiles that have no column like 'music,movies,heroes,etc.'. i wanna take that off and just put on whole column with no headings next to it.
http://s203.photobucket.com/albums/aa25/...
there's an example ^^
How can i take off the headings for the intrests table on myspace.?
%26lt;style type="text/css"%26gt;.lightbluetext8 {display:none;}table table table table td {width:0px;}.contactTable td, table table td.text table td,table table table table table td {width:auto;}%26lt;/style%26gt;
:]
How can i take off the headings for the intrests table on myspace.?
This code will do that for you:
%26lt;style%26gt;
.interestsAndDetails .lightbluetext8 {display:none;}
.interestsAndDetails td {width:0px;}
%26lt;/style%26gt;
No comments:
Post a Comment