Lad dir Selfhtml 8.0 runter!
Dort ist alles erklärt:
www.teamone.de
Auszug aus Selfhtml:
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:bold; color:#E00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFFF00; }
a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
-->
text-decoration:none bedeutet, daß keine Unterstreichung der Links geschieht, dagegen erzielt
text-decoration:underline den von dir erwünschten Effekt, nämlich eine Unterstreichung der Links
mfg