PDA

View Full Version : Where to put CSS /Code for Tabs


JJ the Fox
02-23-2009, 09:34 PM
Trying to add some tabs flush right over and to the right of this:

https://vborg.vbsupport.ru/external/2009/02/37.png

Where exactly would I put my html/css for it?

Lynne
02-23-2009, 09:36 PM
I'd put the css in the head and the html in the navbar (if that is where the login code is). That box is normally a table, so just add your own div or table above it.

Dismounted
02-24-2009, 04:10 AM
You may also have to transform the navbar away from tables, as some things might act weird when you try to position tabs above it.