By Email: Administration: [EMAIL PROTECTED] Projects: [EMAIL PROTECTED] Services: [EMAIL PROTECTED] Scott Nicholson: [EMAIL PROTECTED] Managing Director
I'd try a definition list:
<dl>
<dt>Administration:</dt>
<dd>[EMAIL PROTECTED]</dd>
...
</dl>dt
{
float: left; /* position dds to the right of dts */
clear: left; / return to the left margin for each new dt */
width: 10em; /* or whatever width works */
}
dd
{
float: left;
margin-left: 11em; /* align the right column */
}There are ample examples of this on the web; sorry I'm momentarily without my usual bookmarks but you can google
css "definition list" float left
and find tons.
Paul
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
