HTMLisEasy.com
HTML tutorials for the rest of us...

 Picture frame examples using HTML tables 

Example 1
picture
<img src="image.jpg" width="170" height="204" border="0" alt="picture">

 

Example 2
picture
<table border="2">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 3
picture
<table border="4" cellspacing="0" cellpadding="0">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 4
picture
<table border="3" cellspacing="7" cellpadding="0">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 5
picture
<table border=3 cellspacing="2" cellpadding="6">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 6
picture
<table border="0" cellspacing="0" cellpadding="8" bgcolor="#993300">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 7
picture
<table border="2" cellspacing="0" cellpadding="8" bgcolor="#993300">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 8
picture
<table border="3" cellspacing="2" cellpadding="8" bgcolor="#993300">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

 

Example 9
picture
<table cellspacing="0" cellpadding="3" bgcolor="#663333" border="3"><tr><td>

<table border="1" cellspacing="0" cellpadding="12" bgcolor="#993300">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

</td></tr></table>

 

Example 10
picture
<table cellspacing="0" cellpadding="1" bgcolor="#663333" border="4"><tr><td>
<table cellspacing="0" cellpadding="6" bgcolor="#993300" border="1"><tr><td>

<table cellspacing="0" cellpadding="14" border="1" bgcolor="#ffffff">
<tr><td><img src="image.jpg" width="170" height="204" border="0" alt="picture"></td></tr>
</table>

</td></tr></table>
</td></tr></table>

 

Pretty neat? You betcha.

Table Tutor
Lessons: Intro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Tables Quick Reference
HTML 4.0 Reference      Barebones HTML Guide