If you are talking about the vertical alignement in your table cells, use the valign="top" attribute on the cells which will hold the datas.
HTML Code:
<table>
<tr>
<td valign="top">aaaa</td>
<td valign="top">bbbbb<br>bbbbb<br>bbbbb</td>
<td valign="top">cccc</td>
</tr>
</table>
Otherwise, I don't understand what you mean by "in the same link"...
__________________
Listen to the ducky: "This is awesome!!!"
|