BBCode List

Any information about the forum that needs to be known will be posted here, from rules to maintenance. Also post threads if there any problems or issues with the site that need to be fixed.
Post Reply
User avatar

Topic author
Caesar
Posts: 5844
Joined: 27 Nov 2018, 10:47

BBCode List

Post by Caesar » 04 Apr 2022, 16:26

I know a lot of people are more familiar with HTML than they are with BBCode so I've decided to start a thread with all the code that is currently on the board. If there is something that you don't see that you think would be helpful, let me know and I'll add it in the backend then put it in this first post.

Div Box
[divbox={COLOR}]{TEXT}[/divbox]

Align
[align={IDENTIFIER}]{TEXT}[/align]

Float (this is what you would use to align an image and wrap the text. Put the image code in {TEXT} and the text after the close tag)
[float={IDENTIFIER}]{TEXT}[/float]

Spoiler
[ spoil ]{TEXT}[/ spoil]

Hidden
[ hidden]{TEXT}[/ hidden]

Horizontal Rule (it's gray so keep that in mind on certain skins)
[ hr][/ hr]

Indent
[indent]{NUMBER}[/indent]

Div without box
[div={NUMBER1},{NUMBER2},{NUMBER3},{NUMBER4}]{TEXT}[/div]
NOTE: This is the corresponding HTML code and what the numbers edit. <div style="border:{NUMBER1}px solid black; margin:auto; padding-left: {NUMBER2}px; padding-right: {NUMBER3}px; width: {NUMBER4}px;">{TEXT}</div>

Table
[ table]{TEXT}[/ table]

Table Row
[ tr]{TEXT}[/ tr]

Table Header
[ th]{TEXT}[/ th]

Table Cell
[ td]{TEXT}[/ td]

Table Body
[ tbody]{TEXT}[/ tbody]

Table Footer
[ tf]{TEXT}[/ tf]

Font (INTTEXT is the font family)
[font={INTTEXT}]{TEXT}[/font]
User avatar

mvp
Posts: 2632
Joined: 01 Jul 2020, 10:03

BBCode List

Post by mvp » 04 Apr 2022, 16:30

:bowdown: :bowdown: :bowdown:


what is div for? Is it just a box outline?
User avatar

Topic author
Caesar
Posts: 5844
Joined: 27 Nov 2018, 10:47

BBCode List

Post by Caesar » 04 Apr 2022, 16:48

mvp wrote:
04 Apr 2022, 16:30
:bowdown: :bowdown: :bowdown:


what is div for? Is it just a box outline?
From what I can tell, one you can put color into and one you can't.

Div Box
Test
Div
Test
User avatar

mvp
Posts: 2632
Joined: 01 Jul 2020, 10:03

BBCode List

Post by mvp » 06 Apr 2022, 09:17

What's the possibility we can get more options, like this (https://www.therpnexus.com/index.php?th ... -tags.384/), added to our site?
User avatar

Topic author
Caesar
Posts: 5844
Joined: 27 Nov 2018, 10:47

BBCode List

Post by Caesar » 06 Apr 2022, 10:51

Updated the div code. You can now control the size.
User avatar

mvp
Posts: 2632
Joined: 01 Jul 2020, 10:03

BBCode List

Post by mvp » 06 Apr 2022, 10:58

This is major. Props man, appreciate this update
Post Reply