Images as hyperlinks

D

Dave Saville

I notice that some pages use say a gif as a link - when I do it I
always get a border round the image - similar to text links being
underlined. Now I know you can turn this off completely but some pages
have underlined text links with *no* border around an image link - how
do they do it please?

Sorry if this is a FAQ but I did not find one for this group.

TIA

Regards

Dave Saville

NB switch saville for nospam in address
 
D

David Dorward

Dave said:
I notice that some pages use say a gif as a link - when I do it I
always get a border round the image - similar to text links being
underlined. Now I know you can turn this off completely but some pages
have underlined text links with *no* border around an image link - how
do they do it please?

CSS border properties.

For example:

img {
border-style: none;
}
 
D

Dave Saville

CSS border properties.

For example:

img {
border-style: none;
}

Thanks - I had a suspicion it might be in the style sheets, but as yet
I have never got around to using them :)

Regards

Dave Saville

NB switch saville for nospam in address
 
R

Richard

Dave Saville wrote:>>
I notice that some pages use say a gif as a link - when I do it I
always get a border round the image - similar to text links being
underlined. Now I know you can turn this off completely but some pages
have underlined text links with *no* border around an image link - how
do they do it please?

<img src="name.jpg" border="0">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top