Guys can you point me to a very informative site that has a tutorial step by step guide on how to create my own template using photosop and convert it into html page with css attach? including the text that can be editable in dreamweaver.. Please advice.. Kojak
yeah i already know that. but i want to know how can i edit the text file in dreamweaver from photoshop like every template has.. they have PSD and at the same time they have the html version thats the text are editable both PS and dreamweaver
Use just the background where you want text. And instade of having the td looking like this: <td> <img src="images/picture.gif" width="100" height="300" alt=""></td> HTML: You should have it like this: <td style="background-image: url(images/image.gif)" width="100" height="300">Text here</td> HTML: Hope that will help you
First of all design your template. Here are some tutorials: http://www.fstutorials.com/photoshop/weblayout/effects/tutorials/10/1/1/ Then save it for web. Then open your style.css file and index.html/php/ in Dreamweaver and start editing. Make sure you place all your files in the same directory otherwise you won't be able to view the design. Dreamweaver isn't good though.