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
How do I hide everything but the content
-
- Observer
- Posts: 2
- Joined: Thu Dec 10, 2015 1:50 pm
Re: How do I hide everything but the content
Try setting the following?
[Browser]
StartMaximized=True
ShowNavigationBar=False
ShowAddressBar=False
ShowStatusBar=False
ShowToolbar=False
ShowTitleBar=False
--Scott
[Browser]
StartMaximized=True
ShowNavigationBar=False
ShowAddressBar=False
ShowStatusBar=False
ShowToolbar=False
ShowTitleBar=False
--Scott
-
- Observer
- Posts: 2
- Joined: Thu Dec 10, 2015 1:50 pm
Re: How do I hide everything but the content
That worked. Thanks alot