In FireFox, the VB Forums logo at the top has a tiny underline remnant right next to it.
It can be removed easily, I believe it's just a bit of CSS required. Ja?
http://www.vbforums.com/attachment.p...postid=1731247
Printable View
In FireFox, the VB Forums logo at the top has a tiny underline remnant right next to it.
It can be removed easily, I believe it's just a bit of CSS required. Ja?
http://www.vbforums.com/attachment.p...postid=1731247
We do that to annoy people who hide the VB Wire articles :)
:lol:
Er... I mean... :blush:
If anyone is interested in how to remove this its a change to the overall header template:To .....Code:<!--<a href="http://vbforums.com">--><!-- changed to root dir -->
<a href="/">
<img src="http://www.vbforums.com/images/logo.gif" border="0">
</a>
<!-- NEWS -->
;)Code:<!--<a href="http://vbforums.com">--><!-- changed to root dir -->
<a href="/"><img src="http://www.vbforums.com/images/logo.gif" border="0"></a>
<!-- NEWS -->
:lol: Thats been there for months. :p