font size in html code -
<html> <tr> <td style="padding-left: 5px;padding-bottom:3px; font size="35;""> <b>datum:</b><br/> november 2010 </td> </html>
is code correct? increase font of first line. not sure if have put 2 "'s here. , seems didn't work.
try this:
<html> <table> <tr> <td style="padding-left: 5px; padding-bottom: 3px;"> <strong style="font-size: 35px;">datum:</strong><br /> november 2010 </td> </tr> </table> </html>
notice included table-tag, seem have forgotten. has included if want appear table.
Comments
Post a Comment