I have used pictures as links but I cant get the line (indicating a hyperlink) around them to go.
Check out the links here
I have used pictures as links but I cant get the line (indicating a hyperlink) around them to go.
Check out the links here
<a href="main.html"
target="main" border=0><img BORDER=0 width=103 src="button_home.jpg"></a>
try that outputting the img border = 0
k ill try it - thanx in advance
yeah that workd thnax alot
no problem.... kinda wierd how placement changes you make do a world of difference
Not really. Link (a) don't have border attributes. Image (img) elements do.Originally Posted by aldoggy100
The modern, more efficient approach is to ditch the border attribute completely and use a single style sheet rule:
To the OP: remove the SGML comment delimiters (<!-- -->) from within the style element. They are not necessary either there, nor in script elements, and haven't been for around six years.Code:a img { border-style: none; }
Mike
Bookmarks