Now that you know how to add a image to your web site, let me show you how to center the image. There are two ways in which you may do this. The first way is to open a new <div align=”center”> tag Then add the following code: <img src=”http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg” alt=”pencil drawings” width=”108″ height=”108″ /> [...]
Learn how to add an image to your web site. The code may look confusing at first, but it is not too hard to figure out. Here is a sample: <img src=”http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg” alt=”pencil drawings” width=”108″ height=”108″ /> Okay so the first part tells the browser that it is an image (img) and where to find [...]