![]() No web page would be complete without some images. Images are put on with either .jpg or .gif files. Cases for some reason doesnt like the .jpg option as well as .gif. To put images on is very simple, you use the <img> tag. <img src="url here"> Example: ![]() <img src="http://www.angelfire.com/games3/spades/fishbowl.gif"> Simple huh? Now to center that gift you use the align tags <align=center,right,left> Examples: ![]() <img src="http://www.angelfire.com/games3/spades/fishbowl.gif" align=right></align> ![]() <img src="http://www.angelfire.com/games3/spades/fishbowl.gif" align=center></align> ![]() <img src="http://www.angelfire.com/games3/spades/fishbowl.gif" align=left></align> Align=top will let you wrap text around the picture at the starting at the top.<img src="http://www.angelfire.com/games3/spades/fishbowl.gif" align=top></top> Align=middle will let align text in the middle.<img src="http://www.angelfire.com/games3/spades/fishbowl.gif" align=middle></align> Align=bottom puts the text on the bottom.<img src="http://www.angelfire.com/games3/spades/fishbowl.gif" align=bottom></align> Now that you've mastered the basic image tags on to other parts....below is links to different parts of html...just click on a link and it will take you there. |