Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 05-01-2009, 05:32 AM   #1
HyperActive Warrior
War Room Member
 
Tom Lazenby's Avatar
 
Join Date: Feb 2009
Location: Isle of Wight, UK
Posts: 266
Thanks: 57
Thanked 32 Times in 18 Posts
Default $20 to the person who can help me with a CSS issue

Hello people!

I have a really irritating problem with one of my websites...for some reason the main area of the page sits to the left and not centrally. I've gone through the CSS file line for line and still cant work out what's doing it.
If any of you guys who are more experienced in this kinda thing wanna take a look I've got $20 for the first person who can fix it!

You can find the site here
Tom Lazenby is offline   Reply With Quote
Old 05-01-2009, 05:42 AM   #2
The dot is silent
War Room Member
 
Martin.Avis's Avatar
 
Join Date: Jul 2003
Location: Sunny Sidcup, United Kingdom.
Posts: 1,739
Thanks: 140
Thanked 671 Times in 178 Posts
Default Re: $20 to the person who can help me with a CSS issue

Could it have something to do with your having an html tag inside your CSS file?

<div id="main_layout">

Martin

Amazing Gold Mine - Calling Amazon Affiliates - Can't find the best products to sell? Amazing Gold Mine uncovers the hidden gems on Amazon for you.
Martin.Avis is offline   Reply With Quote
Old 05-01-2009, 06:03 AM   #3
Senior Warrior Member
War Room Member
 
Ross Dalangin's Avatar
 
Join Date: Dec 2005
Location: http://QuickMinisiteBuilder.com
Posts: 2,944
Blog Entries: 26
Thanks: 265
Thanked 168 Times in 119 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: $20 to the person who can help me with a CSS issue

Make the width inside the container equal to the width of your page. Since you are using 776 then use it in the container also.

From
Code:
#container {

	margin: 0px auto;

	text-align: left;

	width: 1000px;

}
Change it to
Code:
#container {

	margin: 0px auto;

	text-align: left;

	width: 776px;

}

Ross Dalangin is online now   Reply With Quote
Old 05-01-2009, 06:20 AM   #4
Has left the building...
War Room Member
 
Join Date: Feb 2007
Posts: 1,436
Thanks: 525
Thanked 216 Times in 172 Posts
Default Re: $20 to the person who can help me with a CSS issue

Quote:
Originally Posted by Ross Dalangin View Post
Make the width inside the container equal to the width of your page. Since you are using 776 then use it in the container also.

From
Code:
#container {

    margin: 0px auto;

    text-align: left;

    width: 1000px;

}
Change it to
Code:
#container {

    margin: 0px auto;

    text-align: left;

    width: 776px;

}
Yep that works - looks like Ross is the winner!

Always find these posts too late

-Rich

Richard Odell is offline   Reply With Quote
Old 05-01-2009, 06:59 AM   #5
HyperActive Warrior
War Room Member
 
Tom Lazenby's Avatar
 
Join Date: Feb 2009
Location: Isle of Wight, UK
Posts: 266
Thanks: 57
Thanked 32 Times in 18 Posts
Default Re: $20 to the person who can help me with a CSS issue

Hey Ross! You are THE MAN! Let me know your paypal address and I'll get the money to you. Many MANY THANKS!
Tom Lazenby is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
$20, css, issue, person

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 09:15 PM.