On 5 Jan 2010, at 06:40, Jayachandran Kandasamy wrote:

> Use padding / margin thru CSS instead of BRs...

OK, so I want:

Mary had a little lamb,
little lamb, little lamb,
Mary had a little lamb,
whose fleece was white as snow.

So I would mark this up as:

<p>
        Mary had a little lamb, <br>
        little lamb, little lamb, <br>
        Mary had a little lamb, <br>
        whose fleece was white as snow.
</p>

Please show us how to achieve this effect with margin and padding instead of 
line breaks.

(It is a slightly different usecase to the one originally described, but the 
same principles apply)

-- 
David Dorward
http://dorward.me.uk



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to