View Single Post
Old 15-04-2008, 04:47   #4 (permalink)
Blackbox
Registered User
 
Blackbox's Avatar
 
Join Date: Feb 2008
Posts: 17
I style it like this...

HTML Code:
<ul> <li> <address>Mr Dood<br /> 2 Fekem close<br /> London<br /> SW1 2BR</address> </li> <li class="tel">Tel: 012 456 8789</li> <li class="fax">Fax: 012 456 8789</li> <li class="email">Email: <a href="mailto:hello@dood.com">hello@dood.com</a></li> </ul>
Probably not 100% accurate but never mind, it allows for easier seperation of the address and other details.
  Reply With Quote