Live Chat Software by Kayako |
How can I change the style of LinkWords Hyperlinks?
Posted by - NA - on 03 January 2007 12:09 AM
|
|
LinkWords hyperlinks can be changed to suit the look and feel of your website. Find the LinkWords <Style> code that you were given at the time you setup LinkWords on your pages. It should be located right before the </body> tag and look something like this: <style> Some CSS styles that you can modify are listed below: color: #FF0000; /* Changes the Text Color of the hyperlink to Red */ These and other style changes can also be applied to the .lw_cad_link:visited and .lw_cad_link:hover style elements. To find more CSS style commands and syntax, visit : http://www.javascriptkit.com/dhtmltutors/cssshorthand.shtml . | |
|