[thelist] marking up an address

Alastair Campbell ac at alastc.com
Fri Aug 11 06:44:14 CDT 2006


Lee kowalkowski wrote:
> Doesn't allow this...
> 
>     <dl>
>       <dt>Telephone</dt>
>       <dd>
>         <dl>
>           <dt>Voice</dt>
>           <dt>Message</dt>
>           <dt>Work</dt>
>           <dd>+1-415-937-3419</dd>
>           <dt>Fax</dt>
>           <dt>Work</dt>
>           <dd>+1-415-528-4164</dd>
>         </dl>
>       </dd>
>     </dl>
> ...?

My understanding is that the telephone (which would need a specific
class) would have to be wrapped around the other parts, so the class
would have to be added to the <dl>, and then you get into something of a
mess as then the 'telephone' text isn't associated with the element.

-Alastair




More information about the thelist mailing list