css for included content

  • Thread starter Catherine Jo Morgan
  • Start date
C

Catherine Jo Morgan

How do I adjust the font type and size for a footer that's included content,
in FP 2002? I thought I'd figured this out, but no....do I give the included
page its own link to a style sheet? Or add something different to the
external style sheet for the page in which the footer's included? TIA
 
S

Steve Easton

Give the element in the included content a class name.
and the create the class in your CSS.

Example: if the included content is in a table or div.
<table class="classname"
or
<div class="classname

then in your CSS script create a class

..classname{
and set your css stuff here
}

Note: to create the class requires a leading period .classname
but when assigned to the element the period is omitted.
class="classname"

hth


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

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

Top