Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

age234

macrumors 6502
Original poster
Jun 28, 2004
376
0
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?
 
OK, here we go. The bar uses tables, so I just did a

Code:
table {
	display: none;
	}

And it worked. Problem is, one of my pages uses a table. Other ideas?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.