All Text on Website gets bold after editing an embed

I get a very odd behaviour when I edit an embed on the web page with the following code, that then all text on the web page that appears AFTER this embed is written in bold, both in other embeds on the web page and in normal paragraph stacks. What is it about this code that causes this strange behaviour, and how can I write it differently to fix the problem?
Thank you for any hints and help

### <p align="center">Besök från Chicago och städdag</p>
 
[<p align="center">Klicka här för att läsa mer!</p>](https://test2.riccardodelfino.eu/image-uploads/test_5.pdf)
<b>

[<p align="center">
<img src=https://test2.riccardodelfino.eu/image-uploads/230610_test.jpeg></p>](https://test2.riccardodelfino.eu/image-uploads/test_5.pdf)

You’ve got a <b> tag without a </b> tag to close it.

1 Like

It looks like you have a “start point” for bold <b> but not an end point for bold: </b>.

oops,saying same thing as @jacksona

1 Like

Thank you both for your reply. Such a silly mistake of mine, I wanted to write <br> instead of <b>

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.