CSS style sheets

J

Jesse Hand

What do I do with a css style sheet in FP2002 page templates? If I wanted to
use one, how do I start?

Evrytime I create one to see how it works I just get code

--

-Jesse

http://www.pixelpages.net/jesse

Disclaimer: Spelling & grammar errors are made on purpose for those who are
fulfilled by correcting others.
 
S

Steve Easton

It needs to be in the root of your web, and then applied to the page with a reference
between the head tags like this:

<link rel="stylesheet" type="text/css" href="filename.css">

The above can be added from the Toolbar by using Format > style sheet links and then
browsing to the file. ( it should be listed in the box that opens however )

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
W

Wally S

It doesn't have to be in the root. Mine is in a folder called ~styles, and
it works.

Wally S
 
W

Wally S

If you are going to get into CSS, TopStyle Pro is well worth the money. It
makes it easy to add styles and to modify them.

Wally S

hey we can be css noobs together.

I downloaded TopStyle Pro (you can use Top Style Lite too, which is free)
it's a gui as you can get with css. At least you can see what your doing.

I then assigned TopStyle as the css editor in fp editor configs...works
great (I hope)

I'm still waiting for something to blow up though :)

Rob


| What do I do with a css style sheet in FP2002 page templates? If I wanted
to
| use one, how do I start?
|
| Evrytime I create one to see how it works I just get code
|
| --
|
| -Jesse
|
| http://www.pixelpages.net/jesse
|
| Disclaimer: Spelling & grammar errors are made on purpose for those who
are
| fulfilled by correcting others.
|
|
|
 
S

Stefan B Rusynko

The "code" you see is the CSS to Edit
To see it applied to a Page, open a html page in your site and then use Format Style Sheet Links and browse to the new style sheet
in your site




| What do I do with a css style sheet in FP2002 page templates? If I wanted to
| use one, how do I start?
|
| Evrytime I create one to see how it works I just get code
|
| --
|
| -Jesse
|
| http://www.pixelpages.net/jesse
|
| Disclaimer: Spelling & grammar errors are made on purpose for those who are
| fulfilled by correcting others.
|
|
|
 
J

Jesse Hand

after messing with css for a while, it sure was easy to get a hang of

--

-Jesse

http://www.pixelpages.net/jesse

Disclaimer: Spelling & grammar errors are made on purpose for those who are
fulfilled by correcting others.


Stefan B Rusynko said:
The "code" you see is the CSS to Edit
To see it applied to a Page, open a html page in your site and then use
Format Style Sheet Links and browse to the new style sheet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top