Jump to content

Slanted


The Sea King

Recommended Posts

Like you have under a:hover, just use a text-decoration of "underline" to make links underlined and use font-style of "italic" to make them italicisedSomething like this should work...

<style type="text/css">table, td {border-collapse: collapse;}a:link {color: #000000; text-decoration: underline; font-style: italic;}a:visited {color: #000000; text-decoration: none;}a:hover {text-decoration: underline;}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...