Hi All
Just started with this CSS stuff and discovering it has a mind of its own.
This code sets up the h5 font and colour in my style sheet.
This is the section of the page with the problem.
Without the style sheet, $LABEL prints normally.
With the style sheet, there is a line feed after the label.
Could someone tell me why?
Thanks
Keith
Just started with this CSS stuff and discovering it has a mind of its own.
This code sets up the h5 font and colour in my style sheet.
Code:
h5 {font-family: verdana}
h5 {color: #336699}
Code:
<td width="39%" bgcolor="#F0FFE1">
<h5><font face="Verdana">$LABEL</font></h5>
</td>
With the style sheet, there is a line feed after the label.
Could someone tell me why?
Thanks
Keith