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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -