I'm trying to add <h1> tags and here's what I got, but for some reason it's not working.
For the CSS
And have wrapped <h1's> aroundCode:h1 { font-size: 10pt; font-weight: bold; text-align: left; display:inline; }
&Code:<h1 class="h1navbar">$navbits[lastelement]</h1>
There's no problem with the tags themselves, but the additional CSS doesn't take effect. So, when the thread title is displayed in the navbar, the name of the thread is in huge <h1> rather than 10pt.Code:<h1 class="h1navbar">$vboptions[bbtitle]</h1>
Any suggestions?


LinkBack URL
About LinkBacks





Reply With Quote