your code between 2 images looks like this:

<a id="thumb1" href="tiles/32dd.jpg" class="highslide" onclick="return
hs.expand(this, {captionId: 'caption1'})"><img src="tiles/slices/32dd.jpg"
alt="" border="0" height="300" width="70"></a>!!!!!!!!!!!!!!!!!!!!!GET RID
OF THIS 'in between' SPACE!!!!!!!!!!!!!!!!!!!!!!!!!!
                <a id="thumb1" href="tiles/33q_454378.jpg" class="highslide"
onclick="return hs.expand(this, {captionId: 'caption1'})"><img
src="tiles/slices/33q_454378.jpg" alt="" border="0" height="300"
width="70"></a>

change to:

<a id="thumb1" href="tiles/32dd.jpg" class="highslide" onclick="return
hs.expand(this, {captionId: 'caption1'})"><img src="tiles/slices/32dd.jpg"
alt="" border="0" height="300" width="70"></a><a id="thumb1"
href="tiles/33q_454378.jpg" class="highslide" onclick="return hs.expand(this,
{captionId: 'caption1'})"><img src="tiles/slices/33q_454378.jpg" alt=""
border="0" height="300" width="70"></a>

This is only easy way i know how to do it, unless u want to 'float' the
images.

Btw... yes image tags should be closed exactly like <br />, what is 1 thing
which makes XHTML what it is, closing 'single' elements properly.
<img src="tiles/slices/33q_454378.jpg" alt="myImage" />
<br/>

Arian
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to