Liesje
Posted : 8/26/2010 9:50:14 PM
FrisbyPI
Is there any way to not use a table for your layout? Can you get the same effects with the style sheet? (Better from an accessibility stand point.) Dreamweaver may automatically default to using tables as layout; I'm not sure about that.
CS5 actually no longer lets you insert tables in design view so I am told. I'll test it on my work computer tomorrow, this one is CS4. If you know HTML you can add them in code view of course, but tables technically should no longer be used in this fashion. They are for "data" (which would be populated dynamically or from some other source).
I like to cheat with CSS whenever possible. You know that saying, "there is nothing new under the sun"? There are a few sites that offer hundreds of free CSS templates. I am not super creative and have a hard time visualizing something from scratch, so most of the time I pick a free template that resembles the layout I'm going for and then go into the CSS code and adjust sizes, colors, images, etc. It's so much faster for me, gives me a chance to learn more CSS (because I learn a lot faster this way than having to study up on it and go from scratch), and most of the templates provided have already been validated.