Versuchs mal mit:
<TABLE WIDTH="XXX" CELLPADDING=X CELLSPACING=X BORDER=X BGCOLOR="#CCCCCC">
<TR>
<TD BGCOLOR="#CCCCCC" WIDTH="800" HEIGHT="5" COLSPAN=5 CLASS="footer">
<input type="radio" name="radiobutton" value="radiobutton" CLASS="footer"></TD></TR></TABLE>
externe Stylesheetdefinition:
.footer { font-family: arial, geneva, helvetica; font-size: 8pt; font-weight: bold; text-decoration: none; color: #000000; background-color: #CCCCCC; }
probier class angabe in <Input ... <TD ... abwechselnd
gutes Anschaungsbeispiele auch unter http://www.projectcool.com/developer/cssref/index.html
solong
Norbert