• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to get rid of horizontal scroll bar in html?

the scroll should only be there if in fact you need to actually scroll to see more content.. or if you are using frames and have it set that way
 
Like Gopunk said you can try noscroll if use frame.
Or you can create a javascript function that have or have not these properties: location; menubar; resizable; scrollbars; toolbar;
 
yea, noscroll for frames... (actually i didn't mean to say that, but if you say it works for frames, great 😛)

or in the body tag, type scroll=no

that works, i just tested it.
 
Back
Top