OK, I put the style code in the body tag
and that works fine. You learn something new everyday.

Now as to the little snippet
Code: Select all
pagefontcolor = "#000000";
if( document.body.style.color != "" )
{
pagefontcolor = document.body.style.color;
}
Where in the data file do I put that and is it just like that, no <style code in it? And,

feeling real dumb here, but it's just I don't have much knowledge of the subject, but what do you mean by menu code includes ? Is that the javascript code calling the menu files?
Ruth