http://imaginatorium.org/shop/teppeix.htm
Here it is: there's a panorama picture, and some text under it:
CODE
<div style="width 490px; margin: auto; padding:0; border:thin solid green;">
<center><table border=0 cellspacing=0 cellpadding=0><tr>
<td><a href="#E56011"><img src="pics/e56011.jpg" alt="left" style="border:none; padding:0; margin:0"></a></td>
<td><a href="#E56012"><img src="pics/e56012.jpg" alt="right" style="border:none; padding:0; margin:0"></a></td>
</tr></table></center>
<p style="text-align:center">Plaza Mayor</p>
<p>The two puzzles below, Plaza Mayor, <a href="#E56011">left</a> and <a href="#E56012">right</a> have been created with the artist's approval as separate parts of the original image, but the puzzles fit together exactly to create this panoramic view.
</div>
The panorama actually consists of two images abutted left to right. A crude old table seems to do this reliably and robustly, but I would be interested to know if there is a neater way.
Then I decided, since there isn't much text to put it below the image(s), as though a caption. So I put a <div> round the whole thing, and set width: to slightly more than the width of the two images, which are of fixed sized, so it's in pixels. But both Opera and Firefox appear to ignore the width: entirely, and make the <div> the available width of the page. I must be missing something extremely major, because I find width: works less than half of the time. Is there an incantation I don't know?
(The green box is only for testing of course. I supppppoooose, it wouldn't be the case that "width" is ignored if inside a green box?)
