anyone know why these little underlines appear? And HOW TO GET RID OF THEM?
no matter what I do they just won't go away. and its a small thing...but really really really annoying.
any help would be greatly appreciated. these things really buggin the crap outta me. :/
oh here's the code...nothing weird here:
Quote:
<!---- ### To the top ###-------->
<a href="#top" align="left">
<img src="$stylevar[imgdir_button]/top.gif" alt="$vbphrase[topofthread]" border="0" />
</a>
<!---- ### / To the top ###-------->
<!---------### GO UP ONE LEVEL ###------------->
<a href="./forumdisplay.php?f=$forum[forumid]">
<img src="$stylevar[imgdir_misc]/uplevel.gif" alt="$vbphrase[uplevel]" border="0" />
</a>
<!---------### / GO UP ONE LEVEL ###------------->
Like stony said, you need to have the <a through the </a> all together, on one line (wrapping to the next line is ok, but they all need to be butted up against each other). Putting them on separate lines is what is causing that.
Like stony said, you need to have the <a through the </a> all together, on one line (wrapping to the next line is ok, but they all need to be butted up against each other). Putting them on separate lines is what is causing that.
Aaahhaaaa!! didn't know that mattered. thanks ! that did the trick.
Quote:
Originally Posted by Vizionz
answer in the attached picture if you use windows
internet options / advanced
that works too...but I was looking for a solution so one didn't have to make browser adjustments (ie: within the template code itself).