Hello, I am trying to center invoice text here - https://gyazo.com/db28bac6d6a856b8ddc5319624764780
Its the information which states paypal date and to visit the website. Isit possible to center as it’s not an included html tag I tried to use with no luck. Cheers.
According to this you’re allowed to use div
with a style
attribute so you should be able to wrap the bit you want centred in
<div style="text-align:center">
Stuff in the centre
</div>
1 Like
Thanks ian i will try it
This topic was automatically closed after 7 days. New replies are no longer allowed.