02-07-2023, 01:28 AM
Also, if this helps, I noticed you used a <font> tag for the footer. Was there a particular reason for this? I think this is causing some of the display issues, since the <font> element is inline, and meant to wrap around words. If you change it to a <div> instead, that may help, since <div> elements are displayed as block elements naturally.
Si vis artem, para bellum

