Search this site!
CSBSupport Home
>
FAQ
>
Publishing FAQs
>
CSB Specific FAQs
|
Trellix Specific FAQs
|
Publishing FAQs
|
Web Desigining FAQs
|
3rd Party Software FAQs
How do I remove the gap from the top of my page?
Problem:
After publishing your web site, you notice a gap at the top of the page when viewing it through a browser. You go back and set page margins to 0 but it doesn't help.
Solution:
Insert the following code to your page using Insert > HTML Code:
<body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>
This will remove any space from the top and left side of your web page.
For more information, and some alternative solutions, check out
Samantha's page
of known CSB bugs!