[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

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

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 want

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 use of

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

2007-06-20 Thread trevor bayliss
Have you tried nbsp; 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

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 if

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 past, I always

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 snip 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 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 want

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

2007-06-20 Thread Rick Faircloth
pDonna Jackson/p /div -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

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

2007-06-20 Thread Suzanne . Vening
] Ideas for handling text with CSS

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 make the

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:

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 span with a suitable class, eg: pName: John Doespan class=spacedOut020 7000 /spanspan class=spacedOut[EMAIL PROTECTED]/span/p then