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?