I'm trying to Align 3 images on one row, 2 are small, the 3rd one is long and in the center.
The way the table is set out, is like this (this is only one part of the table) (I've taken out the <'s as it's messing up this thread)
table width="100%" height="3" align="center" border="1" bordercolor="#336699"
tr
td
img src="http://www.image.com/img.gif" height="50" width="50" alt="" align="left" /
center img src="http://www.image.com/img.gif" alt="" height="99" width="579" / /center
img src="http://www.image.com/img.gif" height="50" width="50" align="right" alt="" /
center font size="1" Images /font /center
/td
/tr
When I try to put them all onto the same line, the 2 succeed, the 3rd one goes onto the second line, although from what I see, there's a huge gap at the end big enough to fit that picture at the end of the first line.
Any idea's?