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.
Decenders of text cutting off.
-
- Forum Members
- Posts: 80
- Joined: Thu Sep 13, 2007 10:50 am
Re: Decenders of text cutting off.
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:
Bob
Try adding a little padding via css to your table cells, something like the below:
Code: Select all
div#main td {padding-bottom:5px;}