Carol t wrote:
This is what I want to see in the footer of my pages:
   LOCATION:    blah blah blah
   MAIL TO:    blah blah blah
   PHONE:    blah blah blah

Hi Carol,

I was able to get this by using the following:

#footerwrap dl {
  /* all the stuff you had plus: */
  overflow: auto;
  }

#footerwrap dt {
  float: left;
  font-weight: bold;
  clear: both;
  }
#footerwrap dd {
  float: left;
  margin-left: 16px;
  }


Also...I'd really appreciate anyone with a Mac and IE5 on a PC checking this site for any scary stuff. The homepage is http://www.blinn.edu/sbdc.

Sorry, but can't help you with these...

-Erik

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to