Gap in line text
Posted: 19 January 2006 01:37 AM   [ Ignore ]
Newbie
Rank
Total Posts:  12
Joined  2006-01-19

Hi

I am quite new at building sites with CSS and I have put together a few tutorials that I found but I seemed to have a few problems

I put the site up and you can see it at http://www.terrywilcher.com


I used 2 coloums and the problem seems to be with the links on the left or when I added the image..

maybe this is something simple

Regards

Terry

Profile
 
 
Posted: 24 January 2006 09:19 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  1
Joined  2006-01-24

The problem with the lines height is due to the following in bold below.

#container{
width: 755px;
margin: 10px auto;
color: #333;
border: 1px solid gray;
line-height: 130%;
background-position: center;
background-color: #FFFFFF;
}


Set this back to 100% and adjust the page accordingly.

That’s it..

Profile
 
 
Posted: 24 January 2006 10:35 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  12
Joined  2006-01-19

Hi

Thanks for your prompt reply I will go do that now..

Terry

Profile