Okay, so I added my own index, portal, members, etc links. But how do I get rid of the navigation strip?
What I have:
http://z15.invisionfree.com/bluebloods/index.phpExamples of what I want:
http://tallygarunga.com/forums/http://z7.invisionfree.com/Sekkai/
Well, the navstrip is what holds the breadcrumb trail of links showing you what forum you're in. I assume you don't mean that but, if you do, find #navstrip in your CSS and edit the stuff there to be like this #navstrip { display:none; }. However, I assume what you really want is the submenu. So, look for #submenu and edit what it says there to #submenu { display:none; }.
You assume correct! Thanks!