1
Hi
I'm using the standard news module, but using Imago6 theme.
I'd like to put 2 or 3 images into a news story, with captions below them. I'd like the images to go across the page.
I used code similar to this to caption my images:
<dl>
<dt>
<img src=abc.jpg>
</dt>
<dd>
1. Caption for image.
</dd>
<dt>
<img src=def.jpg>
</dt>
<dd>
2. Caption for image.
</dd>
<dt>
<img src=ghi.jpg>
</dt>
<dd>
3. Caption for image.
</dd>
</dl>
This inserts the images, but they go down the page. My images are only 118 px wide - screen resolution is 1024 x 768.
Any ideas on how to solve this problem?
Basil