Quote:
|
Say I on my home page and I click on a link, do I use the same layout for that content?
|
Generally people use the same layout for content. You should slice your layout such that the content area is under one slice, I believe there is a slicing tutorial on this website in the users tutorial section. You can use imageready or photoshop to slice your layout.
Quote:
|
How do you add your links?
|
Using slice tool, you can slice out sections of the PSD file as links, then when you code them on Dreamweaver/Notepad, you add the a href code to the image links. You should go to some HTML help sites to help you with this, but if you don't want to read too much HTML you can use Dreamweaver and Frontpage to help you code everything. Personally I prefer Notepad as external programs tend to add extra useless coding.