HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Cant Center Images

Im having an issue where its not letting me [center] [/center] images
It works for wording but not for any images.
How do I fix this

Comments

  • You make it easier for people to help you if you can provide a link where the problem can be seen.

    Please try adding this to your css (or use CSSEdit)

    .bbcode_center img {
      display: inline-block;
    }
    
  • Thank you
    That worked beautifully! :)

Sign In or Register to comment.