Quote:
|
Originally Posted by Chuck S Sorry nothing more I can say except make sure you uploaded the edited file. If you replaced all 3 theader lines as noted it will print the way you want. |
Hi Chuck
I only replaced the theader line you see above (i don't think you mentioned 3 theader lines before) . What am i surpposed to do with the others - i'm a bit lost (again!) - i guess you mean these:
$theader = str_replace( "{tablewidth}", $Globals['tablewidth'], $theader);
$theader = str_replace( "{pagebgcolor}", $Globals['forwardbod'], $theader);
$theader = str_replace( "{ppheader}", "$nocachetag $headtags $javapopup $headslide", $theader);
Thank you