Okay I already can design my site in ps but how the heck do i code it.
Question
first you want to slice your design in photoshop, the slice tool is the knife in the tool window. slice parts of your design so that the place you want to have text and things in is a seperate image (it could be helpful to name the image by right clicking it and changing the name). this is a simple explanation so i wont tell you how to make the site expand properly. then you want to go to file >> save for web. choose your desired settings then save it with the html and the images. if you dont have a program like dreamweaver, open up notepad and then open up the .html file you saved using photoshop, look for the image that u sliced
it might look something like:
you want to replace this code so that it looks like this:
and that should put text on the image you sliced
please note that the width, height, and alt depends on your design, i just used what i used as an example.
it might look something like:
| Code: |
|
<td><img src="images/image_name.gif" width="100" height="100" alt=""></td> |
you want to replace this code so that it looks like this:
| Code: |
|
<td background="images/image_name.gif" width="100" height="100"> text and stuff go here </td> |
and that should put text on the image you sliced
please note that the width, height, and alt depends on your design, i just used what i used as an example.
you can generate codes using photoshop itself! try using some tips available at Tm site!
u will get step by step procedure to use slice tools. guud luck
u will get step by step procedure to use slice tools. guud luck
But the best way will be - LEARN HTML and CSS
Webdesigner should know at leas basics of those two
Webdesigner should know at leas basics of those two
I agree, learning the basics of html and css is very important when it comes to being a webdesigner. Learning these two are very easy to do and can be done quite quickly. PHP is also a useful scripting language that could be useful.
