dansbanners
07-12-2009, 05:30 PM
Hello everyone,
I'm trying to add more space on the right side of the main page (i.e. to the right of the 2 paragraphs), without having it affect the left side of the page (i.e. to the left of the 2 paragraphs):
http://www.dansbanners.com/Temp-Fitness/futurequest.html
Shown below, are the codes I use for the two paragraphs:
#main {
float: right;
width: 580px;
background: white;
padding: 5px 15px 0px;
line-height: 1.6em;
font-size: 1.0em;
}
#main p {
padding: 0px 0px 10px 0px;
margin: 0px;
}
When I toyed with the codes, seems that when I did add more space on the right side of the page, the left would get affected (i.e. it'll shift over to the left). I want the margin on the left to be the same, I just want to add more space to the right.
Anyone have any suggestions? Thanks in advance!
I'm trying to add more space on the right side of the main page (i.e. to the right of the 2 paragraphs), without having it affect the left side of the page (i.e. to the left of the 2 paragraphs):
http://www.dansbanners.com/Temp-Fitness/futurequest.html
Shown below, are the codes I use for the two paragraphs:
#main {
float: right;
width: 580px;
background: white;
padding: 5px 15px 0px;
line-height: 1.6em;
font-size: 1.0em;
}
#main p {
padding: 0px 0px 10px 0px;
margin: 0px;
}
When I toyed with the codes, seems that when I did add more space on the right side of the page, the left would get affected (i.e. it'll shift over to the left). I want the margin on the left to be the same, I just want to add more space to the right.
Anyone have any suggestions? Thanks in advance!