To insert multiple images into a UKAT post is very easy using a basic piece of HTML code

1) You will need to upload the images to your own web server (web space)

2) Then you need to know the web address of your image ie:

http//:www.londonroadgarage.co.uk/images/waveform1.gif (Image URL)

3) Now type your post as normal like this, then on the next line use the exact code
as shown in BOLD Black and insert your Image URL in BOLD Blue

<IMG SRC="http://www.londonroadgarage.co.uk/images/waveform1.gif"></A>

5) If you now click PREVIEW on you post, your image should appear, if it does not
then just check the code

Example:

<IMG SRC="http://www.londonroadgarage.co.uk/images/waveform1.gif"></A>

<IMG SRC="http://www.londonroadgarage.co.uk/images/waveform2.gif"></A>

<IMG SRC="http://www.londonroadgarage.co.uk/images/waveform3.gif"></A>

This will give you 3 images one under the other

PS: Do not forget the " before and after the Image URL address