09.05.2004, 08:23
Mit CSS geht es:
Quelle: http://www.robert-web.de/textmithintergrund.shtml
Code:
<style type="text/css">
P {
font-size : medium;
font-family : Verdana,Arial,Sans-Serif;
font-weight : bold;
color : Yellow;
background-color : Teal;
}
</style>
Quelle: http://www.robert-web.de/textmithintergrund.shtml