I'm new to building websites. I'm currently using a pre made template that I'm just editing. There's two paragraphs that are squashed together and I want to seperate them with a line. I pressed 'enter' to create a space but that doesn't work? any advice would be very much appreciated.
1. wrap each paragraph with <p>....</p> tags. 2. If the space between them is still not enough, add in your css: "20px" is an example value. you can tweak it till it fits yor needs.
You can use Breaks: Or perhaps an empty paragraph: Or perhaps a margin under a paragraph: Spacing and new lines in the HTML code don't count for anything (unlike in Word) so you have to manually tell it to go to a new one unfortunately! Good Luck!
Hi, I'm really sorry, I forgot I posted this thread. I didn't mean to not acknowledge any of you. Thanks for your help.