X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   link styles in head.tpl and home.tpl (https://forum.x-cart.com/showthread.php?t=1979)

movienett 03-22-2003 01:05 PM

link styles in head.tpl and home.tpl
 
Ive tried to insert link style in head.tpl, but then the link style for the entire site changed, does anyone have a hot tip for me ?

Thx

funkydunk 03-23-2003 10:24 PM

define a custom class in skin1.css for this. such as:

.mylink{
link style here;
}
.mylink:link{
link properties;
}
.mylink:hover:{
hover details;
}

then put class="mylink" in the href tag.

hth

movienett 03-24-2003 12:59 AM

thx again ! :D


All times are GMT -8. The time now is 03:29 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.