Hi, I'm not referring to a <br />, but when the text is in a div and automatically goes to the next line. I've set padding and margin 0, to that text - but how can I change the space between each new line? Thanks.
Try this if you want a div: <div style="line-height:4px;">Everything goes here.</div> Code (markup): Mess around with the line height's pixels to get it how you want. Let me know if that works.