I am trying to add a space but when I use the <br> tag the space is too big. I want to know how I can decrease the space with html or css.
Please define "space". Space between words? Space between lines? <br> should be used within a block level element such as <p> or <div> to indicate a line break, not between block level elements.
Hi there ytesfay80, [indent] CSS "padding" and "margin" attributes are used to control space between HTML elements.
A "Google" search will provide plenty of examples of their implementation. [/indent]
coothead
that is your space
kralcx;1308353 wrote:* that is your space
* that is your space
not space between text.
the <br> causes a line break I want to be able to skip multiple lines without having to use a lot of <br> tags.
ytesfay80;1308373 wrote:I want to be able to skip multiple lines without having to use a lot of <br> tags.
I want to be able to skip multiple lines without having to use a lot of <br> tags.
Answer
you can adjust it by adding negative margins..
ytesfay80;1308373 wrote:not space between text. the <br> causes a line break I want to be able to skip multiple lines without having to use a lot of <br> tags.
then use separate divs, and control the space between divs with your css