aharris88
Programmer
- Dec 12, 2007
- 12
I made a website and for some images that are png that border another image in a table I use valign="top" to make sure it's always at the top no mater what the height is depending on how much text is to the right. The page is at
The code right around the area is
<tr>
<td rowspan="2" valign="top"><img src="tipi-wakan_25.png" width="69" height="88"></td>
<td colspan="4" rowspan="2" height="100%" valign="top"><img src="tipi-wakan_26.png" width="200" height="88"></td>
<td colspan="2" rowspan="2" valign="top"><img src="tipi-wakan_27.png" width="55" height="88"></td>
<td><img src="spacer.gif" width="1" height="68" alt=""></td>
</tr>
if you want to konw what the space.gif is there for, I don't know. I made it in Photoshop and ImageReady and it just always puts in spacers.
The code right around the area is
<tr>
<td rowspan="2" valign="top"><img src="tipi-wakan_25.png" width="69" height="88"></td>
<td colspan="4" rowspan="2" height="100%" valign="top"><img src="tipi-wakan_26.png" width="200" height="88"></td>
<td colspan="2" rowspan="2" valign="top"><img src="tipi-wakan_27.png" width="55" height="88"></td>
<td><img src="spacer.gif" width="1" height="68" alt=""></td>
</tr>
if you want to konw what the space.gif is there for, I don't know. I made it in Photoshop and ImageReady and it just always puts in spacers.