
Blue Ϟ Lightning
late to the party but two notes - you can always steal someones format by hitting inspect element on thier post and copy pasting the HTML…
And also I used to write my whole post using markdown **stuff**
and then inspect element copy pasted it into the HTML formating afterwards.

Vasharal
Oh that’s a great tip! Thank you I’ll have a look. 😃

Vasharal
A year later and I took your advice. I’ve added some of the elements other people made and mixed them in something I liked. The new profile and posts look better. I am quite happy with it. It took me a whole year to decide that it’s time to learn how to do it right.

Blue Ϟ Lightning
Glad you got it working!
Hey, why its you again lol,
I believe Garcias use tabs, if you want to make something similar you can try it by putting the code on your profile description
(https://www.w3schools.com/bootstrap/bootstrap_tabs_pills.asp) you can check part “Toggleable / Dynamic Tabs”.
ps:I’m sorry if it’s not detailed enough but happy exploring
That does it enough for me. 😅 The fun of learning and at least I have a lead.
Made a little progress. I guess I’m learning to code now xD
We all are. Just a heads-up you can use both HTML and SG-like formatting. But not mix it together.
So either
<p><b>Bold text</b></p>
Or
**Bold text**
SG markdown will not work if you try to add it inside HTML tags
Noted. I will probably have to use the <p>Bold text</p> format as I mainly set my info like that. It requires learning, but hey, it’s cool to learn new things. I am struggling to find the code for adding a link as I would normally do. 😅
A year later: I encountered a problem about a year ago and it sat broken until recently. I finally did it! I’m really happy with what I’ve achieved so far. Thanks for your help!