Hello, probably that question is pretty nooby, but in my pet Josi's description the distance between the lines in the last paragraph is all wrong:
It is marked as (font size= 2) and devided from the previous paragraph by (p) (all in those < brackets). Do I miss any tags at the end? I'd be very gratefull if someone could help :)
Um, so the thing is I really can't say for sure but I suspect your problem comes at least partly from the fact that this is really not how you are supposed to code paragraphs or html in general ^^'
Correct way:
paragraph
paragraph
paragraph
What you did gives you a weird nested structure that doesn't really make sense for what you are trying to do c:
you are starting a paragraph
and then another one
and then another
without closing the previous one first
Okay, I'll try what happens if I close the paragraphs. But only in case of a paragraph <p>; I don't have to close <br>, right? Thanks for helping :)
Same goes for font tags btw. These should generally come in pairs. (but yes, <br> is standalone :))
Just tried it, it worked! I knew it had to be something simple, I'm just no good with the basics of coding :D Well, thank you for pointing out the problem, in the furture I'll try to avoid it^^
You are welcome. Best of luck! :)