PDA

View Full Version : help with Footer Image


J Allen
Aug-22-2008, 05:00 PM
How would I get rid of the border around my footer image, I believe this border comes from this CSS:

a:link {color:#00CED1;}
a:visited {color:#00CED1;}
a:hover {color:#00FFFF;}
a:active {color:#00CED1;}

I would like to keep that code for the rest of the site, but change only footer Image

Barb
Aug-22-2008, 05:03 PM
How would I get rid of the border around my footer image, I believe this border comes from this CSS:

a:link {color:#00CED1;}
a:visited {color:#00CED1;}
a:hover {color:#00FFFF;}
a:active {color:#00CED1;}
I would like to keep that code for the rest of the site, but change only footer Image
Hi,

In your footer box in your customization, change this:

<img src="http://www.joerallen.com/photos/356710155_GnmF6-Th.png">

to this:

<img src="http://www.joerallen.com/photos/356710155_GnmF6-Th.png" border="0">

J Allen
Aug-22-2008, 05:08 PM
:barbSweeet:barbThanks :thumb