How to center-align break in BBNC

Options
Has anyone had any luck aligning the <hr> tag in a Formatted Text & Images part so it is centered? I've tried adding updating the source code (align="center") but my <hr> break is always left justified.





Tagged:

Comments

  • David Seager
    David Seager Blackbaud Employee
    Tenth Anniversary Facilitator 1 Name Dropper Blackbaud Partner
    Patrick Cole‍ 


    David here from the Blackbaud NetCommunity support team, trying to center align a HR will not work like text, you would need to use margins like


    display: block;

    margin-top: 0.5em;

    margin-bottom: 0.5em;

    margin-left: 25%;

    margin-right: 25%;


    But you can adjust the margin percentages to get it where you want
  • That's great. Thanks David.

Categories