View Single Post

  #23 (permalink)  
Old 26-03-2008, 11:47 PM
Goodshape's Avatar
Goodshape Goodshape is offline
Coder
Recent Blog: Iphone post
 
Join Date: Feb 2007
Location: Dublin
Posts: 59
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Goodshape will become famous soon enough
Send a message via MSN to Goodshape Send a message via Skype™ to Goodshape
Default

Quote:
Originally Posted by louie View Post
Unfortunately I don't think that works when the PNG is a background image, or when it's called from the stylesheet.

Baz, as davkell was saying about the line-height, try adding -
Code:
        line-height : 1.4em;
        padding : 3px;
        padding-left : 5px;
to the 'maintextlines' class in your CSS. I think it makes things a little more readable.
Reply With Quote