|
|
|
How is it done?
We simply place the picture in a table as a background and give the table border colour attributes. You will need to adjust the width and height of the table to suit your picture (you can find out your pictures width and height by right-clicking on your picture and clicking on properties).
Of course you can also change the border colours and the border size to whatever suits your image best.
Here is the HTML for the image above
<TABLE WIDTH="333" HEIGHT="223" BORDER="10" BORDERCOLORDARK="#000099" BORDERCOLORLIGHT="#0033FF" BACKGROUND="http://yourimagehost.com/yourname/yourpicsname">
<TR>
<TD>
</TR>
</TD>
</TABLE>