![]() |
||||||||||||||||||||||||||||||||||||||||||
Guide to BB Code [forum styling] - Printable Version +- NordInvasion Forum (https://forum.nordinvasion.com) +-- Forum: Discussions (https://forum.nordinvasion.com/forumdisplay.php?fid=7) +--- Forum: Strategies and Guides (https://forum.nordinvasion.com/forumdisplay.php?fid=10) +--- Thread: Guide to BB Code [forum styling] (/showthread.php?tid=65816) Pages:
1
2
|
||||||||||||||||||||||||||||||||||||||||||
Guide to BB Code [forum styling] - Kaasovic - 05-03-2018 Ever wondered how the pros get their threads nice? Well, here is their secret. First off start by editing a thread in source mode: How that you are in source mode you can see BB Code, yay. Creating a thread, or editing it, in source mode is easier. Text Formatting: ![]()
Positioning: ![]()
Text Styling: ![]()
Other Formatting: ![]()
Lists: ![]()
Tables: There is no button for tables so please read carefully: A default table will look like this: Code: [table][tr][td][/td][/tr][/table] Please note that a table cannot consists of more table tags (aka. nesting). tr indicates the start of a table row /tr indicates the end of the table row Note that you cannot enter more tr tags while the current row hasn't ended yet In example Code: [table][tr][tr][/tr][/table] Code: [table][tr][tr][/tr][/tr][/table] td indicates the start of table data /td indicates the end of table data Like tr, td cannot be nested. How to place stuff next to each other?
Code: [table][tr] How to add spacing?
There are ways to circumvent that, use a invisible character for example. This example contains a bunch: Code: [table][tr] If you have any questions feel free to ask them on this thread. RE: Guide to BB Code [forum styling] - Odi - 05-03-2018 Thanks Kaas really helpful. ![]() RE: Guide to BB Code [forum styling] - DR. - 05-03-2018 but why tho RE: Guide to BB Code [forum styling] - Horakti - 05-03-2018 (05-03-2018, 01:08 PM)Woody Wrote: but why tho Checking "Shop" section can give you some answers RE: Guide to BB Code [forum styling] - iBlameYou - 05-03-2018 Nice, I‘ll try that in the future! RE: Guide to BB Code [forum styling] - PioPio - 05-03-2018 Don't need to ask you for help anymore, thanks a lot! RE: Guide to BB Code [forum styling] - Fateeh - 05-03-2018 Thanks! RE: Guide to BB Code [forum styling] - ilya2106 - 05-03-2018 where is the spoiler code? why does it sometimes break when I work with a spoiler? RE: Guide to BB Code [forum styling] - Kaasovic - 05-03-2018 Added. If a spoiler breaks, check if you are using special characters. I am planning on making a list of supported characters. RE: Guide to BB Code [forum styling] - ilya2106 - 05-03-2018 (05-03-2018, 02:17 PM)Kaasovic Wrote: Added. If a spoiler breaks, check if you are using special characters. I am planning on making a list of supported characters.Many thanks, now I realized that the spoiler does not need to enter quotes ' or ". I mean these [spoiler="name"][/spoiler] But about the breakage of the spoiler. After the changes on the forum, everything crumbled. Although I visited 3 years ago, everything was in order there. For example, this topic https://forum.nordinvasion.com/showthread.php?tid=1240&pid=12585#pid12585 Although I also found a way to deal with these bugs, it's still very difficult to work here on the forum with spoilers. Well, thanks so much for the first guide of the forum's bb codes. |