Picture frame examples using HTML tables |
Example 1
<IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0>
Example 2
<TABLE BORDER=2> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 3
<TABLE BORDER=4 CELLSPACING=0 CELLPADDING=0> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 4
<TABLE BORDER=3 CELLSPACING=7 CELLPADDING=0> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 5
<TABLE BORDER=3 CELLSPACING=2 CELLPADDING=6> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 6
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=8 BGCOLOR="#993300"> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 7
<TABLE BORDER=2 CELLSPACING=0 CELLPADDING=8 BGCOLOR="#993300"> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 8
<TABLE BORDER=3 CELLSPACING=2 CELLPADDING=8 BGCOLOR="#993300"> <TR><TD><IMG SRC="image.jpg" WIDTH=170 HEIGHT=204 BORDER=0></TD></TR> </TABLE>
Example 9
|
<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></TD></TR> </TABLE> </TD></TR></TABLE>
Example 10
|
<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></TD></TR> </TABLE> </TD></TR></TABLE> </TD></TR></TABLE>
Pretty neat? Youbetcha.