Re: Simple CSS question?
In article <ssf4d.14656$54 .220486@typhoon .sonic.net>, Bob writes:
[color=blue]
>I am trying create a list of companies consisting of several one-liners in
>the form of : company name, address, phone, description, etc. I want the
>text to have no margins and no space between lines, but I want the first
>line bold. And, I want a space between companies such as:
>
>Name:_________ . (bold)
>Address:______ _______.
>Phone:________ __.
>Email:________ ________.
>Website:______ ____________.
>Description:__ _______________ ____.[/color]
[snip]
My question's really more towards the other respondents. Why wouldn't the
correct markup be a definition list per company? It seems semantically
correct: you're defining the name, address, etc. for each company.
--
Michael F. Stemper
#include <Standard_Discl aimer>
No animals were harmed in the composition of this message.
In article <ssf4d.14656$54 .220486@typhoon .sonic.net>, Bob writes:
[color=blue]
>I am trying create a list of companies consisting of several one-liners in
>the form of : company name, address, phone, description, etc. I want the
>text to have no margins and no space between lines, but I want the first
>line bold. And, I want a space between companies such as:
>
>Name:_________ . (bold)
>Address:______ _______.
>Phone:________ __.
>Email:________ ________.
>Website:______ ____________.
>Description:__ _______________ ____.[/color]
[snip]
My question's really more towards the other respondents. Why wouldn't the
correct markup be a definition list per company? It seems semantically
correct: you're defining the name, address, etc. for each company.
--
Michael F. Stemper
#include <Standard_Discl aimer>
No animals were harmed in the composition of this message.
Comment