links without a highlight color

S

Sam

Hello all,

I have a page consisting of PHP code, html and with a small amount of
Javascript.

I'm trying to display a number of images like this:

document.write('<a href="'+LinkText[a]+'">');
document.write('<img src="'+Image[a]+'" align="left"></FONT></A>');

I have a number of these images on the page which make up an overall
picture.
While the image and links work, a border is shown around each picture.
This is the link highlight which changes color once you click the link
and visit the page it refers to.

How can I get rid of these borders?

I tried using <FONT COLOR="#91A5C1"> like this:

document.write('<a href="'+LinkText[a]+'"><FONT COLOR="#91A5C1">');

....and this works in Firefox as the link colour is the same as the
image background.

Although in IE, I can STILL see the border.

What am I doing wrong?!?!

Any advice appreciated.

Sam.
 

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

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top