Hi!
Got a mild problem.
I've got a box in the footer of my proboards site, and I'd like to have the images on this inside equally spaced between the boundaries? so the outside lines are even. Like when you justify text.
I know proboards just uses <center> in it's coding, as opposed to <Div align= center> - I tried a <justify> but it didn't work.
Any idea what tag might do this?
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
try this:
<div style="text-align: justify;">Content</div>