1 (edited by Freddan 2005-02-14 17:17)

Topic: change spacing

I would like to change the spacing that is after each line of text to zero in the posts, like in the signatures. I don't like having a spacing between them. But I don't know where to look in the css. How would i do that?

2

Re: change spacing

Its item 2.4 in the main stylesheets
DIV.postmsg P {LINE-HEIGHT: 1.4}

Just change the setting to whatever suits you. I would suggest LINE-HEIGHT: normal. As an alternative you could just delete the item alltogether.

Re: change spacing

Thank you! smile