Dreamweaver keeps writing table code that dosn't work, and I was wondering if anyone knew how to change the setting so it doesn't do this:
It writes the code like
<table>
<tr background ="imagefolder/images.jpg">
<td> BLA
and it dosn't work when I upload it. I keep having to go back and change it to this to get it to work:
<table>
<tr>
<td background= "imagefolder/image.jpg"
AHHHH! It is always the simple things. Someone please help!