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
Website Design
Templates
Just a basic maintenance page
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="Queef" data-source="post: 189665" data-attributes="member: 19889"><p><img src="http://gyazo.com/8fb1bc4960fd8ce4c12d3c2a4b3edbd4.png?1364045592" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>If you wanted to do something like that then do the following,</p><p> </p><p>Go to your main CSS doc, locate the #Body tag and add the following attribute, margin:0;</p><p>What this does is overwrite the default 8px margin that the browser puts forth.</p><p> </p><p>Then go to the css rule that handles the top alert box and change your width value to width:100%;</p><p>When you give something a value of 100% it stretches for the length of the container its in, height and width wise.</p></blockquote><p></p>
[QUOTE="Queef, post: 189665, member: 19889"] [IMG]http://gyazo.com/8fb1bc4960fd8ce4c12d3c2a4b3edbd4.png?1364045592[/IMG] If you wanted to do something like that then do the following, Go to your main CSS doc, locate the #Body tag and add the following attribute, margin:0; What this does is overwrite the default 8px margin that the browser puts forth. Then go to the css rule that handles the top alert box and change your width value to width:100%; When you give something a value of 100% it stretches for the length of the container its in, height and width wise. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Website Design
Templates
Just a basic maintenance page
Top