View Single Post
  #4  
Old 05-04-2006, 12:40 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default

Try something like this:

change:

<A href="http://www.mydomain.com">

to:

<A href="http://www.mydomain.com" class="imageborder">

Then in you skin1.css,

you need to add that class:

.imageborder:link {COLOR: #000000;}
.imageborder:active {COLOR: #000000;}
.imageborder:hover {COLOR: #000000;}
.imageborder:visited {COLOR: #000000;}

Not tested, I am presuming that the COLOR bit will alter the border. Other than that, the theory is along those lines.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote