CSS style sheets

  • Thread starter Thread starter Jesse Hand
  • Start date Start date
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.
 
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
 
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.
|
|
|
 
incloods are easy, what's not workin'?

| Heck, I can't even get an include page to work. CSS? not! (not yet)
 
It doesn't have to be in the root. Mine is in a folder called ~styles, and
it works.

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.
|
|
|
 
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.
|
|
|
 
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
 
it's more easy when the author uses comments, and names things that are sorta related to what they are applied to...it's the cryptic ones that are difficult to figure out (as a noob)


| 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.
|
|
| | > 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
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| | > | 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.
| > |
| > |
| > |
| >
| >
|
|
 

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

Similar Threads


Back
Top