More support information available on our forum
Support : : Web Page Tutorials : : HTML Tutorials
How Do I Add an Image?
Images are actually rather simple to add to your web page. Basically all you have to do is call them up to your web page, just like you would call up a link. But, unlike a link, they appear instantly.
<img...> adds and image to your page
<img...> adds and image to your page
- src="image.name" specifies the image (must be included)
- align="center | left | right" aligns the image horizontally
- valign="right | top | left" aligns the image vertically
- border="" decides the border for the image (use o with linked images)
- alt="[image name]" makes text in case the image doesn't load
Related articles: How Do I Create External, Internal and Mailto Links?
