I have included the source code for what I did.
All you need to do is put your logo on its own row with a table data tag that spans 2 columns:
Code:
<TABLE borderColor=#000000 cellSpacing=1 cellPadding=1 width="100%"
bgColor=#cecac9 border=0>
<TBODY>
<TR>
<TD align="left" width="100%" colspan="2"><!-- Keep all menus within masterdiv-->
<IMG height=210 src="Untitled Document_files/newmn.jpg"
width=594> </td></tr>
And then your menu and your text on another row, between two different <td> tags.
Example:
Code:
<tr>
<td>
menu code goes here
</td>
<td>
text goes here
</td>
</tr>
Hope this helps.
Bookmarks