Hi,Katherine's right about resolutions - and adding your own text should resolve the problem you're having.
If you're only adding a couple of lines there are a couple of things you can do:
1. locate the line in HTML view and find the lines of code: (The easiest way to do this is click once on the welcome graphic and open HTML view, the code should appear highlighted)
<td colspan="2"><table border="0" width="100%" cellpadding="3">
<tr>
<td width="100%"><img border="0" src="images/welcome.gif" width="153" height="31">
Change this to
<td colspan="2" valign="top"><table border="0" width="100%" cellpadding="3">
<tr>
<td width="100%"><img border="0" src="images/welcome.gif" width="153" height="31">
2. Right click in the cell above the menu and adjacent cells and set the cell properties to "Top"
Hope that sorts it out.
Cheers
Andy
------------------
Internet Business Solutions S.L. (Spain)
Dreamweaver Users Forum
[This message has been edited by Andy from Spain (edited 03-31-2001).]