Re: CSS Style Sheet
am 02.09.2006 schrieb micky mouse:
> i've created style sheet with, .headings , .subheadings , , .text.
> work fine on home page when apply them property
> inspector.
> when open 1 of pages can't apply of styles
> created in first page design panel/css styles says (no styles).
did save styles in external stylesheet? if did,
must link sheet pages. open 1 of pages , make
link stylesheet.
in header section of page can put following:
@import url("path stylesheet");
or: <link rel="stylesheet" href="path stylesheet"
type="text/css">
repeat procedure pages.
after have done this, can apply styles pages
the property inspector.
greetings
inge grotjahn
--
catmaniacs world: http://www.gwsystems.com/inge
> i've created style sheet with, .headings , .subheadings , , .text.
> work fine on home page when apply them property
> inspector.
> when open 1 of pages can't apply of styles
> created in first page design panel/css styles says (no styles).
did save styles in external stylesheet? if did,
must link sheet pages. open 1 of pages , make
link stylesheet.
in header section of page can put following:
@import url("path stylesheet");
or: <link rel="stylesheet" href="path stylesheet"
type="text/css">
repeat procedure pages.
after have done this, can apply styles pages
the property inspector.
greetings
inge grotjahn
--
catmaniacs world: http://www.gwsystems.com/inge
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment