![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to style a line break, something like this: br class="spacer" / via CSS, but none of the following seems to have any effect. Any ideas? |
|
(I'm trying to put a little vertical space in between some images. |
#3
| |||
| |||
|
|
In article <be2eeb$ipl$1 (AT) nnrp (DOT) atgi.net> in comp.infosystems.www.authoring.stylesheets, Richard Barnet rbarnet (AT) csaNOSPAMreno (DOT) org> wrote: I'm trying to style a line break, something like this: br class="spacer" / via CSS, but none of the following seems to have any effect. Any ideas? br> is not a block-level element. (I'm trying to put a little vertical space in between some images. Why introduce extra HTML elements? Isn't it easier and more direct to style the images themselves (either via class or ID) with the desired padding or margins? |
#4
| |||
| |||
|
|
I'm trying to style a line break, something like this: br class="spacer" / .... (I'm trying to put a little vertical space in between some images. Since the images are displayed inline [as opposed to block], I had to put a <br / in between them to have them display vertically. By doing so, of course, they're sitting right on top of each other. I don't want to use any <img / padding or margins because that would affect other images elsewhere - and I don't want to create another class of images just for this. I think a .... |
#5
| |||
| |||
|
|
I'm trying to style a line break, something like this: br class="spacer" / |
#6
| |||
| |||
|
|
(I'm trying to put a little vertical space in between some images. Since the images are displayed inline [as opposed to block], I had to put a <br / in between them to have them display vertically. By doing so, of course, they're sitting right on top of each other. I don't want to use any <img / padding or margins because that would affect other images elsewhere - and I don't want to create another class of images just for this. I think a simple break in between images should suffice, with the appropriate styling, of course.) |
![]() |
| Thread Tools | |
| Display Modes | |
| |