web - HTML Fixed Width? (No scroll bar) -


i want have set width page no horizontal scroll bar. (and if elements exceed page width, don't add width or horizontal scroll bar page.)

probably not best user experience, need add css:

body {     overflow-x:hidden; } 

Popular posts from this blog

html/hta mutiple file in audio player -

debugging - Reference - What does this error mean in PHP? -