Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2027 How do I add graphics to my page?

You are here: irt.org | FAQ | HTML | Q2027 [ previous next ]

If you have a graphics file in your work directory called photo.jpg, use:

<img src="photo.jpg">

You can also specify where to place the picture, for instance:

<img align=right src="photo.jpg">

Text will wrap around the picture if you specify the "align" parameter. Right left and center alignments are relative to the current text line. Remember that you have a disk quota and that large, colour graphics take up a lot of space. Graphics with fewer colours take up significantly less space than those with many colours.

©2018 Martin Webb