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

bordering and

aligning those gifs

1. When you place a image either on your homepage or on your E-mail you can give it a border by:


<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" border=20>

<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" border=10>


HINT: When you give your image a height and a width it won't have to wait on the image for you to view the page.

2. You can change the height and width of a image by:

<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" height=40 width=20>

<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" height=100 width=60>


<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" height=200 width=150>

 

3. You can place your image to the right or the left

<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" align=right>


 

 

 

 

 

<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif" align=left>


 

 

 

 

 

 

 

<center>
<img src="https://www.angelfire.com/pa/jtatm/images/Boo.gif">
</center>

 

Next Page Back Home