center picture and color text

General Discussion

Suggested Topics


  • Color changing tags?

    General Discussion
    9
    0 Votes
    9 Posts
    1k Views

    Got it to work thx

  • 0 Votes
    7 Posts
    2k Views

    Well, its just a mild suggestion.
    Most of the cases, users do not upload pictures.
    However, for a certain forum (e.g., my forum), they post lots of pictures. And it should be more user-friendly to arrange pictures automatically with flanking lines. Or, maybe nodebb could add a switch in the system management panel, then let the administrator to choose automatically arrange pics or not.

    🐱

  • 0 Votes
    4 Posts
    2k Views

    Yhea just figured I was something to note, maybe for a future, adding options to the picture icon that could float it as you say.

    I love markdown and use it daily for writing articles.
    I've tried Redactor and it's nice, but in the end, I went back to default one.

  • 0 Votes
    4 Posts
    2k Views

    you need to bind it to the images like by tag-name:

    img { margin-left: auto; margin-right: auto; }
  • 0 Votes
    4 Posts
    1k Views

    @Guiri Use percentage rather than pixels. Set your width to 96%, then your left and right margins to 2% each. Then set your height to something that looks ok on your sidebar. As most will just full screen on tablet, so doesn't matter on the height there.

    You also don't really need a max-width as it will just fill the sidebar container.