How much styling can one do with the br element?  I'm sure this has been
asked before, but I can't find any answers. And really the reason I ask
this is because I don't fully understand the properties of the br
element, so where can I find info on the br element's default browser
render properties?

Case example: I've got the following:
<address>
        Someone's College<br/>
        800 West University Parkway<br/>
        Sometown, Somestate 12345
</address>

I want the address to run horizontally (which I can do by marking the br
to display: none) but i also want the br's to display as a separator
(maybe an image, or maybe a border).

I know it would be easier to wrap each line in a span element, but the
question of styling a br intrigues me.

Jared Stein

   Adjunct Instructor
   Multimedia Communications Technology
   Utah Valley State College, MS 149
   http://www.uvsc.edu/disted/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to