katman1971 Posted October 21, 2008 Share Posted October 21, 2008 Hi I have a link already set up on my homepage but the problem I have is that you do not know it's a link until you put your cursor over the letters. Only then does the font change color and the text becomes underlined. How do I make it look like a link without putting the cursor over the script? Thanks Link to comment Share on other sites More sharing options...
sLaV- Posted October 21, 2008 Share Posted October 21, 2008 This is handled by the stylesheet /catalog/stylesheet.css look for this: A { color: #000000; text-decoration: none; } Change the colour to whatever you want it to be Link to comment Share on other sites More sharing options...
germ Posted October 21, 2008 Share Posted October 21, 2008 If you want to just chnage that one link, something like this: <a style="color:blue;text-decoration: underline;" href="http://www.homelandart.ie/new.php">Our exclusive paintings are only available through HomelandArt.ie</a> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.