![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi! How is it possible to reduce the space between a pargraph and a horizontal line (top and bottom). It doesn´t look so good if there is the default space. Thanks Bernd |
#3
| |||
| |||
|
|
"Bernd Kuegle" <office (AT) nowhere (DOT) com> wrote: Hi! How is it possible to reduce the space between a pargraph and a horizontal line (top and bottom). It doesn´t look so good if there is the default space. Thanks Bernd A horizontal rule (<hr>) doesn't default to have any spacing, it's the paragraphs themselves that create the spacing. p { margin: 4px; } The above CSS would set the margin on paragraphs to 4 pixels, hopefully you can change this to suit your needs. Dave |
#4
| |||
| |||
|
|
How is it possible to reduce the space between a pargraph and a horizontal line (top and bottom). It doesn´t look so good if there is the default space. A horizontal rule (<hr>) doesn't default to have any spacing |
![]() |
| Thread Tools | |
| Display Modes | |
| |