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]> 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 {
   display: block;
}

-Wayne

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to