what program could i use that will code in tables for me ?? :) thanks!
Printable View
what program could i use that will code in tables for me ?? :) thanks!
Fireworks CS3.
But tables are very.. terrible, it shows your lack of skills if you code in tables, and you're using a generator which makes you a failure of a web designer.
lol okay thanks anyway im guna try and learn divs soon :D
just using this until i learn properly
Don't use tables for coding layouts at all, go straight to divs.
Tables are not for coding layouts.
Using Div's gives better results!! :)
Good luck :) And i use Dreamweaver 8 and Photoshop but dont use tables :S I just use Divs.
If you want to start "cheating" coding in DIVS, then ImageReady CS2 with Photoshop CS2 is what you should look for.
If you want to "cheat", use ImageReady and slice the layout in parts. Then save the images and html code.
your code will be some thing like this from the beginning:
<tr>
<td rowspan="2">
<img src="images/picture.gif" width="200px" height="20px">
</td>
</tr>
You have to change it to:
<tr>
<td rowspan="2" background="images/picture.gif" width="200px" height="20px">
</td>
</tr>
But.. It's better if you code with div's ;)
ImageReady allows you to select CSS/DIVS.
I haven't used it in years. :P