Web Man Walking wrote:
Hello

I am looking to mark-up something of the like:

/"I think Web Standards are excellent"/
*Ed Henderson*

My first guess was:

<blockquote>
        <p><q>I think Web Standards are excellent</q></p>
        <p><cite>Ed Henderson</cite></p>
</blockquote>

Does anyone have any other ideas?

Regards

Ed Henderson


Since <q> fails in IE, I'd probably use:

 <blockquote>
         <p><cite>I think Web Standards are excellent</cite></p>
         <p><strong>Ed Henderson</strong></p>
</blockquote>


--
Bob

www.gwelanmor-internet.co.uk



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

Reply via email to