I'm facing a challenge with centering the content vertically on an online certificate that users can print out. The main issue lies in aligning the inner wrapper (#wrapper) inside the outer border (#outerBorder), which has a fixed height to ensure proper margin when printed.
Instead of manually calculating and hard-coding numbers, I'm exploring alternative methods for achieving vertical alignment without resorting to using a table. I tried applying "vertical-align: middle;" to the CSS for #wrapper, but it hasn't had the desired effect.
The closest solution I've come across is related to evenly distributing images vertically within a fixed-height space, as discussed in this resource: Evenly distribute images vertically within fixed-height space
If you have any suggestions or insights on how to successfully achieve centered vertical alignment between #outerBorder and #wrapper, I'd greatly appreciate your input.
Thanks! -Kristin