Hallo,
vielen Dank erst ein mal. So ganz habe ich das aber noch nicht verstanden. Hier mal etwas Quelltext:
Im Header:
<link href="styles.css" rel="stylesheet" type="text/css">
Im Dokument:
[...]
<th align="left" valign="top" class="maintext" scope="col">
<p><font color="#990000" size="4" face="Verdana, Arial, Helvetica, sans-serif"><strong><?=$htmltitel?></strong></font></p>
<?=$htmltext?></th>
[...]
styles.css:
[...]
a:link {
text-decoration: none;
color: #8C2D27;
}
.maintext {
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
a: text-decoration: underline;
}
[...]
Die Zeile
a: text-decoration: underline;
habe ich dort gerade eingefügt. Allerdings hat dies keine Auswirkungen. Es reicht vollkommen aus, wenn alle Links innerhalb des .maintext unterstrichen werden.
Durch den MS-HTML-Editor ist es leider unmöglich, sämlichten <a>'s eine Klasse zuzuweisen.
Habt Ihr noch ein mal einen Tipp ?
Bye,
Sebastian