I am currently working on a webpage that features text enclosed in bordered boxes with styled formatting.
The primary issue I am encountering is that when I try to add another paragraph within the styled <p>
tag containing the border styling, the subsequent text after the </p>
ends up outside of the box. No matter where I place the additional <p>
, it does not produce the desired outcome. Unfortunately, I have been unable to locate any tutorials demonstrating how to include extra paragraphs within a paragraph styled with a border. A snippet of the code is provided below... while this particular box was simple due to having only a brief single paragraph, the remainder of the page contains multiple paragraphs needing to remain enclosed within the border box.
Could someone please offer assistance?
<p style="border: solid 3px #4D545E; padding: 6px;">
<strong style="color: #c01d21;">Book your Christmas party</strong>
on any Monday-Thursday in November – and all your guests will receive a complimentary Sorbete al Cava cocktail.
<br>
<a style="text-transform: uppercase;line-height: 38px;text-align: center; " class="link" href="http://www.manchesterconfidential.co.uk/b.aspx?b=6980" target="_blank">
<strong>Click to book a table</strong>
</a>
Or call <strong>#### ### ####</strong>
</p>