Hey, I'm doing PSD's to HTML but the code it gives is with tables. Is this seen as OK or should I learn how to do it with divs only? Its nice with tables as it kinda makes the CSS easier with tables + divs. Any replies appriciated Thanks
It makes no sense laying out a web page using tables...ever. But this topic has been argued to death and it makes no sense to argue it again. Tables are used by people who don't know how to create modern web pages.
Tables should only be used for tabular data, not for design purposes. Take the time and effort to learn how to code to today's standards and it'll pay off later.
I would hang onto the old Html. You can use it as a guide when building your new layout. Also, for a good visual wireframe appearance, you can use the Web Developer Toolbar for Firefox to "outline" tables and their elements. ... and for tabular data. But it also has purpose that is used by ad networks. They cannot rely on other peoples websites to deliver the appropriate styling, and it is more efficient to deliver that content inside of tables.
When coding with DIVs instead of tables, you generally don't have to "slice" up your images. Using CSS you put the images in the background and/or where you want with pixel precision. Your content almost always goes in a separate DIV contained within the first DIV. In short, you don't have to cut up images like you do for tables.
This is correct. I usually start by coding the header which, in most cases, contains a background image and a logo. I simply export the background image (and nothing else) from my Photoshop document and code it in place. Then I export the logo and code that in, and so on.
You still have to slice the PSD for repetitive background image patterns, tops/backgrounds/bottoms of box panels, etc.
i personally still use tables. as the forum can tell that im out-dated. a few days ago i started practicing how to use CSS i like the way you can change in the CSS file and change every web page. but i still have alot to learn
You should go for slicing first and then do create html . I know this step and after this go for html.
Flexible CSS has been the ye old way for a looooooong time now . It's the way to go if you want to be a at the minimum standards .
I would recommend to use Divine Elemente to convert PSD to HTML. Handy in use and doesn't require extended skills.