Medico Posted February 4, 2005 Report Share Posted February 4, 2005 Hallo, ich bin am verzweifeln. Ich kann die Schriftarbe in der Box_Content.html nicht ?ndern. Woran liegt das? Bin schon die ganze CSS Datei durchgegangen. Habe es jetzt schon so versucht, klappt auch nicht <td> <!#{$BOX_CONTENT} BEGIN --> <font size="2" color="#FFFFFF" face=" Arial, Helvetica, sans-serif">{$BOX_CONTENT}</font><!#{$BOX_CONTENT} END --></td> Gru? Medico Link to comment Share on other sites More sharing options...
dukie6666 Posted February 4, 2005 Report Share Posted February 4, 2005 probier mal das: <td class="boxText"> <!#{$BOX_CONTENT} BEGIN --> {$BOX_CONTENT}<!#{$BOX_CONTENT} END --></td> und dann in die stylesheet.css .boxText a:link {color: #fff;} .boxText a:active {color: #fff;} .boxText a:hover {color: #fff; text-decoration: underline;} das fff mit deiner Farbe erstezen Link to comment Share on other sites More sharing options...
Medico Posted February 7, 2005 Author Report Share Posted February 7, 2005 Danke...h?tte ich ja auch druaf kommen k?nnen :wall: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.