Glossary doesn't expand

Matt Carrico matt at telus.net
Thu Jun 19 16:40:43 PDT 2003


Hi Frank,

Try making the bodytext call in your new template all lower case. I tested
this and it worked for me.

cheers,
Matt

----- Original Message -----
From: "Frank Tansey" <tansey at sonoma.edu>
To: <frontier-users at userland.com>
Sent: Thursday, June 19, 2003 3:32 PM
Subject: Glossary doesn't expand


> I was making some seemingly minor changes to a site that I render. I now
> find that my glossary entries do not expand in my bodyText.
>
> The bodyText is called as follows:
>
> <div id="body2">
>     {bodyText}
>     </div>
>
> In its old form it was called as:
>
> <font face="'trebuchet ms',verdana, geneva, arial"
> size="-1">{bodytext}<p></font>
>
> The CSS is pretty simple:
>
> #body2 {
>     text-align: left;
>     margin-left: 10px;
>     margin-right: 5px;
>     margin-top: 5px;
>     font-family: "Trebuchet MS",verdana, geneva, arial,"san-serif";
>     font-size: .9em;
>     color: black}
>
> If I call the bodyText from my old template all is well.
>
> Figuring that I screwed something else up, I created a very simple
template
> calling the pageHeader from #prefs
>
> {bodyText}
> "testGlossary"
> {pagefooter ()}
>
> Glossaries do expand if they are in the template, but not if they are in
the
> bodyText.
>
> I am running 9.1b4 on Mac OS X 10.2.6
>
> Any ideas?
>
> Frank
>
>
>




More information about the Frontier-Users mailing list