Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
My website looks strange on a smaller resolution
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Forget" data-source="post: 182979" data-attributes="member: 14824"><p>You should always do a simple content box around all your work so this doesn't happen.</p><p> </p><p>Eg.. </p><p>.content_box{margin:auto;width:800px;}</p><p><div class="content_box"></p><p>....code.....</p><p></div></p><p> </p><p> </p><p>This will stop miss placing of boxs and different browsers read your code in different ways since they have default settings you should also use body, in the css....</p><p> </p><p>body{padding:0;margin:0;}</p><p> </p><p>Also declare text size and font etc in this<img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Forget, post: 182979, member: 14824"] You should always do a simple content box around all your work so this doesn't happen. Eg.. .content_box{margin:auto;width:800px;} <div class="content_box"> ....code..... </div> This will stop miss placing of boxs and different browsers read your code in different ways since they have default settings you should also use body, in the css.... body{padding:0;margin:0;} Also declare text size and font etc in this:) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
My website looks strange on a smaller resolution
Top