How to Add Frames to Images {-
BACK -}
1. Single Frames
Note:
The border, cellspacing, cellpadding can be set to what ever width you
choose. Also within the <BODY> tag of the HTML document you can add
a background color to create a color for your frame. In this example the
RGB color used was "#5F9F9F" Cadet Blue.
1-1 Single Frame
<TABLE BORDER=10>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
1-2 Single Frame
<TABLE BORDER=10 CELLSPACING=10>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
1-3 Single Frame
<TABLE BORDER=10 CELLSPACING=10 CELLPADDING=10>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
1-4 Single Frame
<TABLE BORDER=10 CELLSPACING=10 CELLPADDING=10>
<TD BGCOLOR="#42426F"><IMG SRC="sunset.jpg"></TD>
</TABLE>
2. Double Frames
2-1 Double Frame
<TABLE BORDER=10>
<TD>
<TABLE BORDER=2>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-2 Double Frame
<TABLE BORDER=10 CELLSPACING=10>
<TD>
<TABLE BORDER=2>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-3 Double Frame
<TABLE BORDER=10 CELLSPACING=10 CELLPADDING=10>
<TD>
<TABLE BORDER=2>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-4 Double Frame
<TABLE BORDER=10 CELLSPACING=10 CELLPADDING=10>
<TD BGCOLOR="#42426F">
<TABLE BORDER=2>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-5 Double Frame
<TABLE BORDER=10 CELLSPACING=10>
<TD>
<TABLE BORDER=2 CELLPADDING=10>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-6 Double Frame
<TABLE BORDER=10 CELLSPACING=10>
<TD>
<TABLE BORDER=2 CELLPADDING=10>
<TD BGCOLOR="#42426F"><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-7 Double Frame
<TABLE BORDER=10 CELLSPACING=10>
<TD>
<TABLE BORDER=2 CELLSPACING=10 CELLPADDING=10>
<TD><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
2-8 Double Frame
<TABLE BORDER=10 CELLSPACING=10>
<TD>
<TABLE BORDER=2 CELLSPACING=10 CELLPADDING=10>
<TD BGCOLOR="#42426F"><IMG SRC="sunset.jpg"></TD>
</TABLE>
</TABLE>
{- BACK -}
Last modified: July
01, 2001
Comments: rickshelp@telus.net
Copyright © 1997-98 Rick's Web Page Help!
|