ftguy2018 Posted June 12, 2018 Share Posted June 12, 2018 Is there a way to set the border color when we export to web ? Currently if the screen size is smaller than the web browser and resize is set to FALSE there is a border (apparently white in color) and I would like to know if we could change this white to something else ? Thank you Quote Link to comment Share on other sites More sharing options...
enpu Posted June 13, 2018 Share Posted June 13, 2018 @ftguy2018 What you are looking for is probably the background color of the html body. You can change it with this line: document.body.style.background = '#ff0000'; Quote Link to comment Share on other sites More sharing options...
ftguy2018 Posted June 14, 2018 Author Share Posted June 14, 2018 Thank you very much ....this is exactly what I was looking for. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.