My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124 stars 48 forks source link

Ensure the position of the signature below all entry content #620

Closed auge8472 closed 2 years ago

auge8472 commented 2 years ago

When inserting floated images into an entry, the signature, which was a part of the entry's HTML-container until now, floated with the entries own content around the image when the content was not enough to float around the image itself. The current change puts the signature into a separate container, that follwos the entries container and defines a floating context for the entry container.

That way the signature will be displayed below the complete entry in every case.