PDA

View Full Version : Remove .Mac Homepage Navbar




age234
Jul 24, 2005, 03:59 PM
Is there a way, with .Mac or a hack (stylesheets or something) that will let me remove that hideous navbar from the tops of my custom Homepage pages?



age234
Jul 24, 2005, 04:05 PM
OK, here we go. The bar uses tables, so I just did a

table {
display: none;
}

And it worked. Problem is, one of my pages uses a table. Other ideas?