|
Well, there are several ways you can go about achieving your desired result. The easiest adjustment for you is to add a "rowspan"...just like your colspan.
<table border=2 cellpadding=20 cellspacing=0 width="100%">
<tr><th colspan=3>welcome</th></tr>
<tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td rowspan="3">
<p align="center"><image src="image1.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
</tr>
<tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
</tr>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<td align=center valign=top width="25%"><img src="xxx.jpg"></td>
<center>
</table>
__________________
Gordo
"In the End, we will remember not the words of our enemies, but the silence of our friends."
- Martin Luther King Jr. (1929-1968)
|