Line breaks without <br/>
Solved
Rapi-shiny
Posted messages
283
Status
Membre
-
Rapi-shiny Posted messages 283 Status Membre -
Rapi-shiny Posted messages 283 Status Membre -
Hello,
I didn't know how to make an explicit title, so here is my problem:
I have a news system on my site, but every time I write, I have to add the <br/> tag to make a line break.
I searched on Google but not knowing what question to ask, I'm having trouble targeting my search properly.
Thanks in advance.
Configuration: Windows 7 / Firefox 5.0
I didn't know how to make an explicit title, so here is my problem:
I have a news system on my site, but every time I write, I have to add the <br/> tag to make a line break.
I searched on Google but not knowing what question to ask, I'm having trouble targeting my search properly.
Thanks in advance.
Configuration: Windows 7 / Firefox 5.0
5 réponses
Indeed, your question is not very precise :)
What do you mean by "a news system"? A newsletter?
Displaying news on the site itself?
The use of <br/> tags is necessary within the same paragraph.
When you do:
<p>Text 1</p>
<p>Text 2</p>
The display will be as follows:
Text 1
Text 2
The <p> tag automatically generates a line break.
But otherwise, where does your problem with using <br/> come from?
Best regards.
Nano.
What do you mean by "a news system"? A newsletter?
Displaying news on the site itself?
The use of <br/> tags is necessary within the same paragraph.
When you do:
<p>Text 1</p>
<p>Text 2</p>
The display will be as follows:
Text 1
Text 2
The <p> tag automatically generates a line break.
But otherwise, where does your problem with using <br/> come from?
Best regards.
Nano.