'padding' Example
|
|
<html> <body> <p>The image below has an all-around padding of 30px.</p> <table> <tr> <td style="padding='30 30 30 30'"> <img src="http://www.navioo.com/style/logo.png" height="50" width="50" border="1"> </td> </tr> </table> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
|