Actions World Background
Actions World Background Actions World Background Actions World Background
Actions World Background

HTML

HTML can be entered in a Blog to refer to extarnal sites or images on your server. You would include the HTML in the run of text as normal.

Images

If you wish to refer to an image, you use the IMG tag, in this way:

<img src="url of the image" width="imagewidth" height="image height" alt="alt text">

The url of the image will look something like this:
http://www.mydomain.com/Resources/image.gif

The width and height will be the dimansions of the image in pixels. Don't forget the alt text.

Links

A link will be set out like this:

<a href="http://www.mydomain.com/page.html" target="_blank">My text here</a>

You only need the target="_blank" if you want to open a new window. Note that there is a closing </a> tag which is important.

Commander's Blog will accept HTML, but it will publish it as typed in text.

Captain’s Blog