Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Shark Attack Design
Suzanne; Since none of the text chunks would seem to fit a particular semantic markup tag, I would suggest wrapping each 'chunk' apart from the first one in a with a suitable class, eg: Name: John Doe020 7000 [EMAIL PROTECTED] then apply padding to the left of those spans. Eg: .spacedOut {

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Robert O'Rourke
[EMAIL PROTECTED] wrote: > Wow, thanks to EVERYONE who responded to this!! I should have given you > more info. > > This is a page for the client's board members/commissioners. There is a > single line above each photo and bio that contains: > > LastName, FirstName MiddleInitial PHONE: 999-9

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Porter Glendinning
On 6/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This is a page for the client's board members/commissioners. There is a > single line above each photo and bio that contains: > > LastName, FirstName MiddleInitial PHONE: 999-999- EMAIL: > [EMAIL PROTECTED] You really could still mak

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Suzanne . Vening
ot; AM cc Subject

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Rick Faircloth
Donna Jackson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 11:00 AM To: css-d@lists.css-discuss.org Subject: [css-d] Ideas for handling text with CSS Hi everyone,

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Robert O'Rourke
[EMAIL PROTECTED] wrote: > Hi everyone, > > I was wondering if anyone has a link or information as how to best handle > text with CSS. By text I mean a line of text that may include 3 pieces of > information, like name, phone, and email address. > > In the past, I always used tables for this, but

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Joel D Canfield
> > > include 3 pieces of information, like name, phone, and email > Is a table with just one column really a table? nope, it's a list. now, a table with *three* columns, that's different . . . __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Rick Pasotto
On Wed, Jun 20, 2007 at 08:24:00AM -0700, Joel D Canfield wrote: > > I was wondering if anyone has a link or information as how to best > > handle text with CSS. By text I mean a line of text that may > > include 3 pieces of information, like name, phone, and email > > address. > > > > In the pas

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Del Wegener
> I was wondering if anyone has a link or information as how to best handle > text with CSS. By text I mean a line of text that may include 3 pieces of > information, like name, phone, and email address. > > In the past, I always used tables for this, but want to handle this with > the use of CSS

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread trevor bayliss
Have you tried   in your html? [EMAIL PROTECTED] wrote: Hi everyone, I was wondering if anyone has a link or information as how to best handle text with CSS. By text I mean a line of text that may include 3 pieces of information, like name, phone, and email address. In the past, I always used

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Joel D Canfield
> I was wondering if anyone has a link or information as how to > best handle > text with CSS. By text I mean a line of text that may > include 3 pieces of > information, like name, phone, and email address. > > In the past, I always used tables for this, but want to > handle this with > the u

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread James Gadrow
[EMAIL PROTECTED] wrote: > Hi everyone, > > I was wondering if anyone has a link or information as how to best handle > text with CSS. By text I mean a line of text that may include 3 pieces of > information, like name, phone, and email address. > > In the past, I always used tables for this, but

Re: [css-d] Ideas for handling text with CSS

2007-06-20 Thread Brian Crescimanno
On 6/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I was wondering if anyone has a link or information as how to best handle > text with CSS. By text I mean a line of text that may include 3 pieces of > information, like name, phone, and email address. > > I found a site that mentioned wor

[css-d] Ideas for handling text with CSS

2007-06-20 Thread Suzanne . Vening
Hi everyone, I was wondering if anyone has a link or information as how to best handle text with CSS. By text I mean a line of text that may include 3 pieces of information, like name, phone, and email address. In the past, I always used tables for this, but want to handle this with the use of