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