Fixing Headline Gaps

First a bit of this..

headline

And then more text like this

same with this

maybe so headline

and keep writing :))

<p><?php
$text = echo nl2br(convertLinks(htmlspecialchars($row['body'], ENT_NOQUOTES)));
$text = preg_replace('/<\/h([1-3])><br\s*\/>/', '</h$1>', $text);
echo $text;
?></p>


so how about this:

new subheadline

With text next to it?
Does that work?

Date: 2024-01-10 12:07:22 - Views: 20


Home