PDA

View Full Version : n00b question: how do I get rid of underlines?


GrendelKhan{TSU
11-16-2005, 11:32 AM
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:


<!---- ### 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 ###------------->

GrendelKhan{TSU
11-18-2005, 02:19 PM
hhmmm...

no ideas huh? :(

stonyarc
11-18-2005, 02:25 PM
hhmmm...

no ideas huh? :(


<a href="#top" align="left"><img src="$stylevar[imgdir_button]/top.gif" alt="$vbphrase[topofthread]" border="0" /></a>
&nbsp;
<a href="./forumdisplay.php?f=$forum[forumid]"><img src="$stylevar[imgdir_misc]/uplevel.gif" alt="$vbphrase[uplevel]" border="0" /></a>
&nbsp;

Greetz

Vizionz
11-18-2005, 10:57 PM
Also make sure you check your tools internet options so it doesnt always underline

GrendelKhan{TSU
11-21-2005, 04:08 PM
Greetz

didn't work. :( just messed up the alignment. lol :p

Also make sure you check your tools internet options so it doesnt always underline

huh?? :ermm:

Vizionz
11-21-2005, 04:30 PM
didn't work. :( just messed up the alignment. lol :p



huh?? :ermm:

answer in the attached picture if you use windows
internet options / advanced

ConqSoft
11-21-2005, 04:46 PM
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.

GrendelKhan{TSU
11-23-2005, 10:29 AM
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. :)

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). :)

thx anyway thouhg :D