Hi, Im new to coding and I wanted to know if anyone knows of any tutorials or guides on how to convert from photoshop to dreamweaver. cause whenever I try to code it after slicing the photoshop image it always goes out of shape and everything moves.
Did you try searching Google? It looks like there's a few results to help you there. http://www.google.com/search?source...10,GGGL:en&q=convert+photoshop+to+dreamweaver
There are tons of tutorials on what is called slicing. But it usually outputs to tables, which I don't like. I prefer to just use photoshop to sketch my designs, then make them from scratch in CSS/XHTML.
It's really weird to learn. The tutorials show you how to do it and give you tips on doing it, but you really just need to try it out yourself. I made the template used at www.jRadville.com with photoshop CS2, sliced it, threw it into dreamweaver and coded away.
I know how to covert the images to HTML code so the site isnt full of images but I have problems adding text to the sections as it pushed the whole site down. I dont know how to explain it. I did search google and couldnt find anything maby I was searching for the wrong thing as most of the sites were photoshop guides
did you even look at the sites on page 1 I do not find 1 guide to converting them except for the one they want you to pay for.
How I normally do it is save the image files seperately and code from scratch in XHTML and CSS. Photoshop exports it into a table-based layout which is unnecessarily heavy; I prefer doing it with DIVs and CSS. There are tonnes of good XHTML and CSS tutorials out there, but here's one I started with: w3schools.com/xhtml w3schools.com/css and here's a cool site for CSS-based layouts: bluerobot.com Hope that helps! DP
As far as I remember there was one really great slicing tutorial on pixel2life... like 60 pages of content.