
![]()
<body bgcolor="#hex number">
To use a textured background you upload one to your file manager. Your tag will look like this:
<body background="file name from File Manager">
Here is a very good source for backgrounds and annimated gifs.
Draacs gifs 123
http://gifs123.tripod.com
Adding Images
<img src="file from File Manager">We would like our image to load as quickly as possible so there are a few more attributes we should add. Width, height and border. Width and height are the dimensions of our image measured in pixels. You can use a border to surround or frame an image again this is expressed in the number of pixels. To find out the dimensions of your image take it to Gifworks. Here you can also reduce or enlarge the image but be careful, enlarging too much can result in distortion.Our new tag would look like this: <img src="file from File Manager"width="72"height="62"border="0">Our image has aligned itself to the left because as you may recall left is the default. We should however tell the browser where we want the image to align. In this way you can have two images on the same line.






The tags for the line above would be written like this:<center><img src="file from File Manager"align="left"width="72"height="62"border="5"><img src="file from File Manager"align="right"width="72"height="62"border="0"><img src="file from File Manager"width="72"height="62"border="0"></center>
Practice...Practice...Practice
|
¸·•HTML And Javascript Test-Bed¸•·
| |||||