Hi,
The CSS you have isn't a class it's an ID. You'd wrap a div around your
text and then ID the div, so you'd end up with
<div id="letcontent">...stuff....</div>
Jon
Microsoft MVP - FP
"Sitara Lal" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have just upgraded to FP2003 and am lost in trying to apply CSS2 classes
> to portions of text in my pages,
>
> To explain the problem ...
>
> For a CSS1 class [e.g. .h1 { font-family: Verdana; font-size: 24pt;
> color: #000080; font-weight: bold }], I would simply select the text block
> and choose .h1 from the Style window of the formatting toolbar.
>
> However, what do I do for a CSS2 class, such as the one below?
> #leftcontent {
> position: absolute;
> left:10px;
> top:50px;
> width:200px;
> background:#fff;
> border:1px solid #000;
> }
> How do I apply that class to a block of text on my page?
>
> I am sure there is a simple answer to this which just escapes me, but I
will
> be grateful for any help!
>
> SL
>
>
|