NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: webwilcox on July 18, 2014, 09:07:07 AM
-
What is the easiest way to suppress the default page header on a webbrowse ?
I only want the page to show the browse data. No header or footer.
-
on the "Advanced" tab of the browse settings is a place where you can override the header and footer procedures for that browse.
Set them to
''
To make them blank.
cheers
Bruce
-
I already tried that but the header is not going away. I've cleared browser cache, etc....
Screen prints attached of clarion config screens.
I'm on Clarion 9 and Nettalk 7.39.
[attachment deleted by admin]
-
it seems a blank tag is no longer quite enough. I'll check into that, but in the meantime use
'<!-- Net:nothing -->'
as the Header tag.