age234 macrumors 6502 Original poster Jun 28, 2004 376 0 Jul 24, 2005 #1 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?
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 macrumors 6502 Original poster Jun 28, 2004 376 0 Jul 24, 2005 #2 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?
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?