Is it possible to ad a border with this behaviour without custom code in WWB15?
https://css-tricks.com/examples/BodyBorder/
Body/viewport border
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Body/viewport border
I'm sorry, there is currently no standard option for that.
Re: Body/viewport border
For anyone interested, it's possible with inline css and the HTML object.
Select "after body tag" and paste:
Select "after body tag" and paste:
Code: Select all
<div style="top: 0; right: 0; left: 0; height: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="top: 0; right: 0; bottom: 0; width: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="bottom: 0; right: 0; left: 0; height: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
<div style="top: 0; left: 0; bottom: 0; width: 12px; background-color: #e79d80; position: fixed; z-index: 99999;"></div>
Re: Body/viewport border
a different approach, that works on any platform (also with body variants support):
https://www.wysiwygwebbuilder.com/forum ... 53&t=73139
https://www.wysiwygwebbuilder.com/forum ... 53&t=73139