My guess, if i am understanding you right is
PHP Code:
<td width="100"><img src="https://vborg.vbsupport.ru/greentek/categories/tlcat.gif" border="0"></td>
<td align="center" background="https://vborg.vbsupport.ru/greentek/categories/tccat.gif" width="100%">
<normalfont color="#FFCC00"><b>Welcome</b></normalfont></td>
<td width="300"><img src="https://vborg.vbsupport.ru/greentek/categories/trcat.gif" border="0"></td>
every td is a line - this needs to be put into a table --
so it would end up somthing like
PHP Code:
<!-- welcomepanel -->
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"
width="95%" align="center">
<tr>
<td>
<table cellpadding="0" cellspacing="1" border="0" width="100%">
<tr>
<td colspan="3">
<table border="0" collspan="0" cellspacing="0"><tr>
<td width="100"><img src="https://vborg.vbsupport.ru/greentek/categories/tlcat.gif" border="0"></td></tr></table>
</td>
<tr id="cat">
<td align="center" background="https://vborg.vbsupport.ru/greentek/categories/tccat.gif" width="100%">
<normalfont color="#FFCC00"><b>Welcome</b></normalfont></td>
<td width="300"><img src="https://vborg.vbsupport.ru/greentek/categories/trcat.gif" border="0"></td>
</tr>
<tr>
<td bgcolor="#DFDFDF" align="center" valign="top" width="100">$avatarimage</td>
extra spaces for clarity
without images it hard to tell but looks like a prob i had