dann brauchst du bei dem Teil:
Code:
<style type="text/css">
#content {
font-family:"Book Antiqua", "Georgia", "serif"
font-size: 12pt;
color: #FF6600;
text-align: center;
}
</style>
nur font-weight: bold; einfügen das sähe dann so aus:
Code:
<style type="text/css">
#content {
font-family:"Book Antiqua", "Georgia", "serif"
font-size: 12pt;
font-weight: bold;
color: #FF6600;
text-align: center;
}
</style>
MfG Topanga
PS Danke für die Punkte, Hilfe war eigentlich kostenlos