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

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

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    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;
    }
    
  • Options

    Thank you
    That worked beautifully! :)

Sign In or Register to comment.