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