Guys n' gals,

What would be the best way to mark-up something like:

        All the best,
        Tatham Oddie

They aren't really separate paragraphs so this is wrong:

        <p>All the best,</p>
        <p>Tatham Oddie</p>

This just looks hideous:

        <p>
                All the best,<br />
                Tatham Oddie
        </p>

This seems like misuse (but looks visually perfect with no extra CSS):

        <dl>
                <dt>All the best,</dt>
                <dd>Tatham Oddie</dd>
        </dl>

Any ideas? opinions?



Thanks,

Tatham Oddie

Technical Director, Fuel Advance
www.fueladvance.com


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to