Post by Angelica🧚🏻♀️ on Apr 6, 2022 11:59:34 GMT -5
I'm feeling like a whole idiot over here and planning for my new home & some other stuff... I wondered if there are any special forum codes? Like, sometimes I see Lacey has incredible layouts for things like lists. I can totally do it in HTML or on my website, but I can't for the life of me figure it out in BBCode. I'm going to slowly move things to exclusively Milk (since this is where y'all are at!!)
I think I found the spoiler code. Is there somewhere I can find these kinds of things? I swear, my cognitive abilities have been SO messed up lately. I'm sorry if this is the wrong spot to ask or if it's a dumb question.
a lot of stuff you can do using the buttons when you click "create post", such as the spoilers, bulleted lists, etc. if you hover over the buttons i believe you can see what they do!
however since i believe you are familiar with css i'll share a little secret with you: you can use bbcode to make (basic) html and css in your posts!!
for example if i wanted to make a cute lil scrolly box (i use a lot of scrolly boxes in my babyz rooms for example) i could do this:
[div style="width:50%;background-color:#FFB6C1;margin:0 auto;padding:1rem;border-radius:40px;overflow-y:scroll;"] here is a cute pink scrolly box[/div]
and you get:
here is a cute pink scrolly box
not every css property works in posts so you have to sort of trial/error it, i've found that most basic styling stuff works though!
honestly at some point i should probably make a little itty bitty copy/pasteable css reference so people can learn to use it to make their posts pretty.
a lot of stuff you can do using the buttons when you click "create post", such as the spoilers, bulleted lists, etc. if you hover over the buttons i believe you can see what they do!
however since i believe you are familiar with css i'll share a little secret with you: you can use bbcode to make (basic) html and css in your posts!!