Hi guys,
if you could would you go to www.pcsupergeeks.co.uk
Have a look at the main page and notice the text on the left hand side, he way it is nice and close like normal writing.
Now
Go to the Home Services section and look at the text in the middle of the screen, it is all double line spacing and i cant figure out why.
I have styled the sheet with css and the two content areas are the same apart from the position, am i missing something here?????
css script:
Main screen css
div.contentareaentrance {
position:absolute;
width: 420px;
height: 200px;
left: 17px;
top: 100px;
font:11px;
text-align:justify;
}
Home Services css
div.contentarea_homeservices {
position:absolute;
width: 500px;
height: 50px;
left: 250px;
top : -420px;
font-size:13px;
color: #FFFFFF;
text-align:justify;
}
if you could would you go to www.pcsupergeeks.co.uk
Have a look at the main page and notice the text on the left hand side, he way it is nice and close like normal writing.
Now
Go to the Home Services section and look at the text in the middle of the screen, it is all double line spacing and i cant figure out why.
I have styled the sheet with css and the two content areas are the same apart from the position, am i missing something here?????
css script:
Main screen css
div.contentareaentrance {
position:absolute;
width: 420px;
height: 200px;
left: 17px;
top: 100px;
font:11px;
text-align:justify;
}
Home Services css
div.contentarea_homeservices {
position:absolute;
width: 500px;
height: 50px;
left: 250px;
top : -420px;
font-size:13px;
color: #FFFFFF;
text-align:justify;
}