Page 1 of 1

How do I hide everything but the content

Posted: Thu Dec 10, 2015 1:56 pm
by hartsfielda
I am using PWB to display a digital sign that is published as a URL. Is there a way to hide/remove all borders so that only the site is showing?
Thank you

Re: How do I hide everything but the content

Posted: Thu Dec 10, 2015 11:16 pm
by Scott
Try setting the following?

[Browser]
StartMaximized=True
ShowNavigationBar=False
ShowAddressBar=False
ShowStatusBar=False
ShowToolbar=False
ShowTitleBar=False

--Scott

Re: How do I hide everything but the content

Posted: Mon Dec 14, 2015 10:47 am
by hartsfielda
That worked. Thanks alot