HighDots Forums  

CSS Style Sheet

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS Style Sheet in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Micky Mouse
 
Posts: n/a

Default CSS Style Sheet - 09-02-2006 , 01:48 AM






Dreamweaver MX:
I've created a site consisting of four pages including the home page.
I've created a style sheet with, .headings , .subheadings , and .text.
Which work fine on my home page when I apply them from the property
inspector.
When I open another one of the pages I can't apply any of the styles I
created in the first page as the design panel/CSS styles says (no styles).
How do I apply the styles I created in the home page to the other three
pages or does each page have to have it's own style sheet created for it?
How do you make my style sheet site wide?
Hope this makes some little sense.

Mickey



Reply With Quote
  #2  
Old   
Inge Grotjahn
 
Posts: n/a

Default Re: CSS Style Sheet - 09-02-2006 , 06:47 AM






Am 02.09.2006 schrieb Micky Mouse:

Quote:
I've created a style sheet with, .headings , .subheadings , and .text.
Which work fine on my home page when I apply them from the property
inspector.
When I open another one of the pages I can't apply any of the styles I
created in the first page as the design panel/CSS styles says (no styles).
Did you save your styles in an external stylesheet? If you did, you
must link this sheet to your pages. Open one of your pages and make a
link to your stylesheet.

In the header section of your page you can put the following:

@import url("path to your stylesheet");

or: <link rel="stylesheet" href="path to your stylesheet"
type="text/css">

Repeat this procedure for all your pages.

After you have done this, you can apply your styles to the pages with
the property inspector.

Greetings
Inge Grotjahn
--
CatManiacs World: http://www.gwsystems.com/inge


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.