August 3, 200818 yr Hi! I hope you will help me. I've created a layout for my website in Photoshop. I know the only way to convert it into HTML code - to slice it and then it all will be in tables. Is there any other way to do it so I can avoid tables in my code and use pure CSS? The picture in PSD is quite busy with a lot of small elements so I can't just cut out boxes or cornes etc...
August 3, 200818 yr You'll need to do it by hand using div's and CSS. There are tonnes of resources out there to help you with this, but a good place to start is: http://www.devarticles.com/c/a/Web-Style-S...ayout-with-CSS/
August 3, 200818 yr Author You'll need to do it by hand using div's and CSS. There are tonnes of resources out there to help you with this, but a good place to start is: http://www.devarticles.com/c/a/Web-Style-S...ayout-with-CSS/ Thanks for the link. I will read through it and then ask more questions if I have any.
August 18, 200818 yr Using tables is a very very bad idea. At first when you complete a layout with tables you may think "wow that was fast". However when the time comes to change anything in your design you may waste lots of time.
Create an account or sign in to comment