RE: [css-d] Insert line break using css?

2005-07-06 Thread Peter Williams
> From: Jeff Chastain > > I have a set of HTML markup that consists of 4 span tags in a row ... > > span 1 > span 2 > span 3 > span 4 > > In one layout, I need the four tags to be on a single line > next to each > other. In the second layout (different stylesheet), I need >

RE: [css-d] Insert line break using css?

2005-07-06 Thread Jeff Chastain
That was what I was looking for. Thanks. -- Jeff _ From: Wayne [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:26 PM To: Jeff Chastain Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Insert line break using css? On 7/6/05, Jeff Chastain <[EMAIL PROTECTED]>

Re: [css-d] Insert line break using css?

2005-07-06 Thread Wayne
On 7/6/05, Jeff Chastain <[EMAIL PROTECTED]> wrote: > > In the second layout (different stylesheet), I need the 4th tag to > drop down and be on its own line. Is this possible to do using css only > without changing the markup? > You should be able to do this like the following: #span4 { displa