The following commented css code is in my Mozilla's userContent.css:
/* for xanga sites, I tried to make this specific as possible */ /* Gets ride of the ad */ div[id][style] table[width="100%"] td[style="text-align: center;"] { display: none; } /* moves everything else up to compensate */ center div[style] + table.header, center div[style] + table.header + table.navigation, center div[style] + table.header + table.navigation + table.main { position: relative; top: -65px; }
Updated to work with the pages of individual entries.
0 Comments:
Post a Comment « Home