Re: CSS and FrontPage 2000
From: Steve Easton (admin_at_95isalive.com)
Date: 02/11/04
- Next message: anonymous_at_discussions.microsoft.com: "how to?"
- Previous message: Quadtrx: "Pricing page"
- In reply to: laura: "Re: CSS and FrontPage 2000"
- Next in thread: laura: "Re: CSS and FrontPage 2000"
- Reply: laura: "Re: CSS and FrontPage 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Feb 2004 12:37:51 -0500
Click folder view.
Right click on your .css file and click Edit ( or Select )
and it will open in notepad.
You have to assign the font to the elements in the page like this:
p, td, th, div {
font: smallblue;
font-size: 8pt;
color: Navy;
}
Make sure the font name is correct as far as upper case and lower case.
Example: if it is SmallBlue using smallblue might not work.
Also if the font is two or more words enclose it in quotes
like this "Comic Sans MS"
And also, you need to use a font that is common to all computers,
as fonts are not embedded in a web page.
hth
--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer
"laura" <replyto@group.com> wrote in message
news:OBshzXL8DHA.2480@TK2MSFTNGP10.phx.gbl...
> Steve,
>
> Thank you - followed your instructions - but I still do not know how to
find
> and use the styles I have created... sorry.. I need the basics as I must
be
> missing something. I did all you suggested, and Refreshed. Now I have my
> page and I want to use, for example, font.smallblue {font-size: 8pt;
color
> : Navy; } - how do I do that in FrontPage without going onto the HTML
page?
> I click on Format/Style, but still cannot see the css definitions I
created.
>
> Laura TD
>
>
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:OZcumML8DHA.2064@TK2MSFTNGP11.phx.gbl...
> > For the first part, set Notepad to be the default editor for .css
> > in FrontPage 2000.
> > On the FrontPage toolbar click Tools > Options > Configure Editors
> > scroll down to .css and click it once, then click modify and in the
field
> > labeled Command: enter: notepad.exe Click OK, and OK to close
> >
> > Then for an external style sheet to be effective on a page, all of the
> > formatting
> > on the pages must be removed as it will over ride an external style
sheet.
> >
> > So, with your web and a page open, Click Format on the Toolbar
> > and then select Remove formatting...
> > Save the page and then refresh it.
> >
> > hth
> >
> > --
> > Steve Easton
> > MS MVP FrontPage
> > 95isalive
> > This site is best viewed..................
> > ..............................with a computer
> >
> > "laura" <replyto@group.com> wrote in message
> > news:%230Gd4sJ8DHA.3380@tk2msftngp13.phx.gbl...
> > > Hello,
> > >
> > > I wonder if someone can give me some pointers and advice. I am in the
> > > process of trying to come to grips with CSS (Cascading Style Sheets).
I
> > have
> > > done some tutorials on CSS (but not using FP). I now want to transfer
my
> > > knowledge and creative skills combining FrontPage 2000, Windows XP
with
> > > Style Sheets, but I cannot figure it all out.
> > >
> > > The first problem I had was that I could not edit the Style Sheet
using
> FP
> > > as it kept crashing out - I am told this is a bug in FP. I then
created
> > the
> > > Style Sheet using a HTML editor - that's fine - but how do I combine
> them?
> > I
> > > have imported (if that is the right word) the .css file into my FP
> website
> > > and made a reference to it in the <head></head> section as I should. I
> am
> > > able to refer to all my styles "IF" I go into the HTML side of FP and
> > refer
> > > to each style manually - surely this cannot be right as it is tedious
> and
> > > slow. I have tried following the instructions to click on
Format/Style,
> > but
> > > I do not see any of the styles in my own "mystyle.css" file. Where are
> > they
> > > meant to be and how am I mean to use them?? I feel like I am going
> around
> > in
> > > circles - trying to use the styles, but unable to 'see' them. Am I
doing
> > > something wrong, or are there more bugs in FP?
> > >
> > > Thanks
> > > Laura TD
> > >
> > >
> >
> >
>
>
- Next message: anonymous_at_discussions.microsoft.com: "how to?"
- Previous message: Quadtrx: "Pricing page"
- In reply to: laura: "Re: CSS and FrontPage 2000"
- Next in thread: laura: "Re: CSS and FrontPage 2000"
- Reply: laura: "Re: CSS and FrontPage 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|