Topic RSS
06:43
How do I change the page width for each page? Here is my website: seriouslycouponing.com Do you see how the pages are centered? I need to spread the page out and not have it in the center.
Hey SHaranda, you easily can change the page width by editing the style.css. Here you have to search for this lines of code; Â
text-align: left;
color: #333;
background-color: #fff;
height: auto;
margin: 0 auto;
padding: 0;
border: 2px solid #6b3159;
width: 900px; }
* html #bodywrap { \width: 904px; /* for IE5 and IE6 in quirks mode */
w\idth: 900px; /* for IE6 in standards mode */ }
Change the width value to get more width, e.g. 1000px or 90% for dynamic width.
To change the centered position remove the "auto" value from the margin line.
But there are also unclosed "<div>" boxes at your site?! Did you've changed anything in your template files? 
00:20
Ok so when you say remove auto value from the margin line, do you mean just delete the 0 (zero) or delete 0 auto; the wholw thing???
00:27
I changed the width to 1000 and deleted 0 and now my page is messed up my the page names there is a white space
00:36
also But there are also unclosed "<div>" boxes at your site?! Did you've changed anything in your template files? I dont know what you mean about this?
The "auto" value is for vertical alignment. 0 is for top and bottom. So if you wont a centered site, remove the auto value.
I saw unclosed <div> boxes, when you look to the sourcecode. Or if you are using a Validator.
Most Users Ever Online: 33
Currently Online:
9 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 42
Members: 9
Moderators: 0
Admins: 1
Forum Stats:
Groups: 1
Forums: 3
Topics: 51
Posts: 218
Newest Members: king116, gbmzxx, ichaoren, kardelen133, Bessie, isa, WebGremlin, pozzecca, mslorraine101, pcgeek
Moderators:
Administrators: Thomas (7)
Log In
Members
Home
Add Reply
Add Topic
Quote
Offline
