morten fjellman wrote:
Hi list,
I'm marking up a chat board, and I'm wondering how I should tag the actual message? The message would typically be:
NickName says:
Ain't this cool?

I was thinking a DL, like this:

<dl>
     <dt>NickName says:</dt>
     <dd>Ain't this cool?</dd>
</dl>

Am I way off here?

Kind regards
Morten


Looks good to me, you could then do the skype style thing where if NickName types two messages in a row you'd just write out another <dd>. I prefer that to other IM programs. For marking up the relationship between name and message(s) I couldn't think of a more suitable structure offered by HTML.

   Rob


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

Reply via email to