HTML IMAGE'S AND ALIGN

The Basics

HTML iMAGE'S
let's add an image.To the background and text
you already did. Once you've found the image you want, and have the URL for that image, it's time to add the image codes to what we have like this: <<>html> <<>body background= "URL_of_Background" text="color"> <<>img src="URL_of_Image" height="??" width="??"> <<>/body> <<>/html> You can make this any size you like
like height="300"width="300" play with size's
till you get what you like
Once you have that image, you may want to align the image on your page Let's discuss alignment on your page
since web align's always to left
To align to right
<<>img src="url of image"align="right">OR <<>center> <<>img src="url of image"><<>/center>Put's your gif in center of your page

~BACK~