Site hosted by Angelfire.com: Build your free website today!

More Html

About Tables and Images

1.to put a table around an image you need to do this:


<center>
<table bgcolor="anycolor" border="any number to 10"
<tr><td>
your <img src=" "> will go here in this space. I'm going to write a bit more to make it bigger. The table conforms to the size of what it surrounds.
</td></tr>
</table>
</center>


Here are some examples


Example 1.

<center>
<table bgcolor="#0033cc" border=10>
<tr><td>
<img src="https://www.angelfire.com/pa/jtatm/images/cateyes.gif" height=100 width=100>
<td><tr>
<table>
</center>

Color Chart that I'm using

Example 2.

<center>
<table color="#003399" border=10>
<tr><td>
<table color="#3399cc" border=6>
<tr><td>
<img src="https://www.angelfire.com/pa/jtatm/images/cateyes.gif" height=150 width=150>
</td><<>/tr>
</table>
</td><<>/tr>
</table>
</center>

HINTS: you can change the color, the numbers, and the amount of tables around the image--have fun

Example 3.

<center>
<table bgcolor="#003399" border=10>
<tr><td>
<table bgcolor="#3399cc" border=6>
<tr><td>
<img src="https://www.angelfire.com/pa/images/cateyes.gif" height=110 width=110 border=20>
</td></tr>
</table>
</td></tr>
</table>
</center>

Next Page Back Home