Question:
How do I link photoshop web pages in dreamweaver?
jobro_06
2010-01-29 10:56:54 UTC
I am trying to create a website on dreamweaver which I've designed on photoshop.

First of all I have all my pages ready. I've created 8 in total, Home page, About us etc.

Now I've created a navigation bar so that I can link homepage to other pages on my site and vice versa.

Problem is, when I try to link my homepage with my other pages, my whole page breaks up. Usually when I link my homepage to about us, the homepage breaks up all my slices whilst the about us is intact and when I then link up my About us, that breaks up too.

I usually get spaces in between my images (slices), which I can't understand since I've saved my pages as templates. Also, when my slices break up, it widens my margins creating this pace I can't get rid of because I don't know how.

Why are they moving and spliting apart and how can I solve this problem. Have tried align, but to no success.
Four answers:
anonymous
2010-01-29 23:49:59 UTC
If you made a common CSS for the pages, be sure you are using the CSS link tag between the head tags of all pages. Also, put this at the VERY top of the CSS file:



* { margin: 0; padding: 0; border: 0; }



May not help, but the Universal Selector ensures that all browsers are cleared before your own styling takes over. Also, be sure to use a proper document type and use the CSS/HTML validators at the w3c.org.



See following sites for navigation menus:



http://www.dynamicdrive.com/dynamicindex1/

http://www.cssplay.co.uk/menus/

How to Style an Unordered List with CSS: http://www.webreference.com/programming/css_style2/index.html



How To:



http://www.w3.org/TR/WCAG10-HTML-TECHS/#links

http://www.creativepro.com/article/dreamweaver-how-create-you-are-here-navigation-links

http://efuse.com/Design/navigation.html



Ron
anonymous
2010-01-29 11:45:28 UTC
you should save for web with markup in Photoshop



if not you will have to set to every image and make sure you are using a style that has cellpadding and cellspacing more than 0 IE:
anonymous
2014-08-11 21:27:53 UTC
Hello,

I was looking for a free download of Dreamweaver I found it here http://j.mp/1r4XAjS

You should definitly try it
anonymous
2016-04-06 23:52:26 UTC
you need a slicer for graphics... a css to control all text and a lot of internal images... sort of...


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...