Page 1 of 1

Decenders of text cutting off.

Posted: Tue Feb 03, 2009 7:37 pm
by sharkbite
Hi,
I cannot seem to figure this out, I have tried making the line height larger and it does not help. On this page, the decenders in the list of names are getting cut off and I am not sure why.

http://leighdon.ca/index.php?page=artists

Thanks.

Re: Decenders of text cutting off.

Posted: Wed Feb 04, 2009 8:58 am
by SideshowBob
Looks fine to me in FF3 so maybe you see the issue in IE?

Try adding a little padding via css to your table cells, something like the below:

Code: Select all

div#main td {padding-bottom:5px;}
Bob