Hey all,
Why does dreamweaver do this when I enter content into part of my page?
As you can see on the image, the table on the template has moved down, and continues to move down when ever I write content on my page using dreamweaver.
The thing is, is that it works fine in Internet Explorer, but the problem occurs when I view it on FireFox.
I have done the valign="top" but that didnt make a difference.
Here is part of the code WITHOUT valign="top"
Code:
<td id="bg4"><div id="page" class="container">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td id="sidebar"><table width="100%" border="0" cellpadding="0" cellspacing="0" id="box6">
<tr>
<td class="box-style2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><h2 class="title">Content</h2></td>
</tr>
<tr>
<td class="entry"><ul class="list1">
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
<li><a href="#">Content</a></li>
</ul></td>
</tr>
</table></td>
</tr>
</table>
How do I prevent this, how do I glue that table so it doesn't move when I place stuff on my page?
Thanks