Live Chat Software by Kayako |
Knowledgebase
How to alter font style in file inclusion ads
Posted by Ron Wicker (Import) on 20 September 2006 01:31 AM
|
|
To alter font size, style and color of ads using file inclusion, all you have to do is setup a CSS (Cascading Style Sheet) id for "lw". We include the tag of "id=lw" in the code of the table allowing partners to control the style of ads. An example would be: lw { font-family: Arial; font-size: 12px; color: #000000 } a.lw { font-family: Arial; font-size: 12px; color: #000000 } a:active.lw { font-family: Arial; font-size: 12px; color: #000000 } a:visited.lw { font-family: Arial; font-size: 12px; color: #000000 } a:hover.lw { font-family: Arial; font-size: 12px; color: #000000 } This can be placed on a specific page inside the tags, or if an actual CSS file exists, place it in this file. | |
|
Comments (0)