Hey Guys,
I'm trying to insert class=contentlink as show below as a eg. in a hrefl link from an external stylesheet (not within web page).
View PDF (433 kB)Trying to generate this in my website globally using the following code below in an external xml style sheet. Thanks for your help.
<br>body {<br> font-family: Arial, sans-serif;<br> font-size: 11px;<br> color : #002A66;<br><br>}<br>a { <br>font:11px/20px arial, sans-serif; <br>text-decoration : underline;<br>font-weight: bold; <br>}<br>a.contentLink {<br> color: #002A66;<br> text-decoration: underline;<br>}<br><br>h1 { <br> font-family: Arial, sans-serif; <br> font-size: 16px; <br> font-weight: bold;<br> margin-top: 0px; <br> margin-left: 0px; <br> margin-right: 0px; <br> margin-bottom: 0px; <br> color : #002A66;<br>}<br>h2 { <br> font-family: Arial, sans-serif; <br> font-size: 14px; <br> font-weight: bold;<br> margin-top: 0px; <br> margin-right: 0px; <br> margin-left: 0px; <br> margin-bottom: 0px;<br> color : #002A66;<br>}<br><br><br>}<br>.contentLink { color: #002A66; }<br> { border:none; }<br>