Hi Sandra,
CSS makes your life a lot easier. FP Help will get you started, and then you
can do a web search for "CSS tutorial," and you'll find plenty of info.
There are also some good books on the subject. The one by Eric A. Meyer
comes highly recommended. It's not difficult at all, once you grasp the
concept. Perhaps some of the other contributors to this newsgroup can give
you some advice.
Basic concepts: A CSS style sheet is a list of styles, such as, the links
will look like this and the tables will look like that. And you can refine
it even further. I can create a class of links called "redlink" for example
if I want my links to be red. Then I can apply that class to the links in a
table or to individual links, and they will be formatted according to the
way I have set up the style in that class. I could also have another class
of links called "greenlink" and that would work the same way.
I can have classes for my tables, for my captions, and for just about
everything else. Maybe it sounds complicated, but it's not.
Wally S