FrontPage 2003 Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am finding the online help system inadequate. When I try to find help on classes and id's in styles, I cannot find it anywhere. Can someone tell me what I might be doing wrong? Or, is there a way to get the old offline help back?
 
In Help enter: class and press enter. In the results select: Add a style.

To do it by hand in css, a class is defined by creating a class name
..myclass{
class content goes here
}
To add a class to an html element the class is identified or called by
assigning the class.
example: <table class="myclass"
Note: in the css script the class name has a leading period: .myclass
in the tag it does not. class="myclass"

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

brucebinder said:
I am finding the online help system inadequate. When I try to find help on
classes and id's in styles, I cannot find it anywhere. Can someone tell me
what I might be doing wrong? Or, is there a way to get the old offline help
back?
 

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

Back
Top