Welcome to Doors2Stores



"Bringing understanding and awareness of eBay Stores"

eBay Store owners dedicated to sharing knowledge
and resources for a better shopping community

   

Adding a Border to an Image

 
Here is another use for a table.  You can adjust the size of the border by changing the cellpadding value and of course, choose any color you want.

I suggest for color codes to use the non-dithering codes at http://www.geocities.com/katicksupplies/colour.html.

The following two HTML examples
<table border="0" cellspacing="0" cellpadding="5" align="center" bgcolor="# FF3366">
  <tr>
    <td><img src="http://www.doors2stores.com/images2/rick-and-kathy.jpg"></td>
  </tr>
</table>

<table border="0" cellspacing="0" cellpadding="10" align="center" bgcolor="# FF3366">
  <tr>
    <td><img src="http://www.doors2stores.com/images2/rick-and-kathy.jpg"></td>
  </tr>
</table>
Will give you these two different sized borders on an image

examples

and don't we make such a cute couple?


If you copy and paste the two code examples in the text area below in a practice board, you will get the examples above.
 
Return