Is there a way to make the underlines/borders full width for each line in a paragraph without adding line breaks? I'm seeking suggestions on how to achieve this.
Two potential solutions I've considered are using the
tag or creating an image, but neither is ideal.
Any assistance would be greatly appreciated. Thank you.
HTML
<p>We are always on the lookout for great talent. Please send in your resume or portfolio to <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="453120363105312036316b262a28">[email protected]</a>. The following positions are open.</p>
CSS
p {
border-top: thin soild #000;
}