~davidLaakso wrote:
Nick Roper wrote:
Hi Group,

A client has requested that the content on their site has two spaces between the end of one sentence and the start of the next. We could do it by using non-breaking spaces, but is there a better way of achieving this - possibly with CSS?

Thanks in anticipation.

Nick

Adjust the leading (line-height) of p.
body { font: 100%/normal sans-serif; }
p { line-height: 1.6; margin:0 0 1em 0;padding:0;}
Best,
~dL

Ignore what I wrote. I am out to lunch :-) .
~d

--
http://chelseacreekstudio.com/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to