Author Topic: [Guide] BBCodes  (Read 28981 times)

Offline Thunder

  • Senior Community Member
  • ****
  • Posts: 637
  • لا إله إلا انت سبحانك إني كنت من الظالمين
  • Registered: 28/01/2017
    YearsYearsYearsYearsYearsYearsYears
  • Group: The_Institute
  • Ingame: Ti|Thunder
Re: About BB Codes
« Reply #60 on: 01 01, 2020, 02:28:41 am »
Here you can get Fonts for the forum and fonts for Photoshop to use them on the photos ...etc

HTML / Web fonts : here
Photoshop Fonts : here



There is two kind of tables in BB codes.

First kind is like that
Show content
>
Show content
As you see everything is straight and each section is next to the other section (Organised Table)

First kind of tables: (ORGANIZED)
It content many row codes
because you don't add all the information in the first section with the head title of the section.
the column information stated in a rows
If you are making a table about vehicles and you want to add the information about the section of planes, then you will make a new row to add them not with the head title section (Planes).
General Code:
Code: [Select]
[table]
[tr]
[td]Cars[/td]
[td]     [/td]
[td]Planes[/td]
[td]     [/td]
[td]Heavy Vehicles[/td]
[td]     [/td]
[td]Boats[/td]
[/tr][tr][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td][/tr]
[tr]
[td]Fast: Banshee[/td]
[td]     [/td]
[td]Fast: Hydra[/td]
[td]     [/td]
[td]Fast: DFT-900[/td]
[td]     [/td]
[td]Fast: Refeer
& Dinghy[/td]
[/tr][tr][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td][/tr]
[tr]
[td]Heavy: Infernus[/td]
[td]     [/td]
[td]Pilot Job: Shamal
& Andromada[/td]
[td]     [/td]
[td]Trucker job: DFT-900[/td]
[td]     [/td]
[td]Fisherman job: Dinghy[/td]
[/tr][tr][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td][/tr]
[/table]

Preview:


The second kind of tables:
The column information stated in the same column.
General Code:
Code: [Select]
[table]
[tr]
[td]Cars[hr]
Fast: Banshee[hr]
Heavy: Infernus[hr][/td]
[td]     [/td]
[td]Planes[hr]
Fast: Hydra[hr]
Pilot Job: Shamal
& Andromada[hr][/td]
[td]     [/td]
[td]Heavy Vehicles[hr]
Fast: DFT-900[hr]
Trucker Job: DFT-900[hr][/td]
[td]     [/td]
[td]Boats[hr]
Fast: Refeer
& Dinghy[hr]
Fisherman Job: Dinghy[hr][/td]
[td]     [/td]
[/tr]
[/table]

Preview:


it may help you @Sweet, @LawLiet.

Greetings,
ThunDer
« Last Edit: 01 01, 2020, 03:20:51 am by ThunDer »
LEFT CIT
It's not enough place to type my achievements.

Offline yanza

  • ***
  • Posts: 356
  • Registered: 09/03/2018
    YearsYearsYearsYearsYearsYears
Re: About BB Codes
« Reply #61 on: 01 01, 2020, 09:09:52 am »
Here you can get Fonts for the forum and fonts for Photoshop to use them on the photos ...etc

HTML / Web fonts : here
Photoshop Fonts : here



There is two kind of tables in BB codes.

First kind is like that
Show content
>
Show content
As you see everything is straight and each section is next to the other section (Organised Table)

First kind of tables: (ORGANIZED)
It content many row codes
because you don't add all the information in the first section with the head title of the section.
the column information stated in a rows
If you are making a table about vehicles and you want to add the information about the section of planes, then you will make a new row to add them not with the head title section (Planes).
General Code:
Code: [Select]
[table]
[tr]
[td]Cars[/td]
[td]     [/td]
[td]Planes[/td]
[td]     [/td]
[td]Heavy Vehicles[/td]
[td]     [/td]
[td]Boats[/td]
[/tr][tr][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td][/tr]
[tr]
[td]Fast: Banshee[/td]
[td]     [/td]
[td]Fast: Hydra[/td]
[td]     [/td]
[td]Fast: DFT-900[/td]
[td]     [/td]
[td]Fast: Refeer
& Dinghy[/td]
[/tr][tr][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td][/tr]
[tr]
[td]Heavy: Infernus[/td]
[td]     [/td]
[td]Pilot Job: Shamal
& Andromada[/td]
[td]     [/td]
[td]Trucker job: DFT-900[/td]
[td]     [/td]
[td]Fisherman job: Dinghy[/td]
[/tr][tr][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td]     [/td][td][hr][/td][td][/tr]
[/table]

Preview:


The second kind of tables:
The column information stated in the same column.
General Code:
Code: [Select]
[table]
[tr]
[td]Cars[hr]
Fast: Banshee[hr]
Heavy: Infernus[hr][/td]
[td]     [/td]
[td]Planes[hr]
Fast: Hydra[hr]
Pilot Job: Shamal
& Andromada[hr][/td]
[td]     [/td]
[td]Heavy Vehicles[hr]
Fast: DFT-900[hr]
Trucker Job: DFT-900[hr][/td]
[td]     [/td]
[td]Boats[hr]
Fast: Refeer
& Dinghy[hr]
Fisherman Job: Dinghy[hr][/td]
[td]     [/td]
[/tr]
[/table]

Preview:


it may help you @Sweet, @LawLiet.

Greetings,
ThunDer
Yea it do, thanks for your support

Offline Kingslayer

  • Senior Community Member
  • ****
  • Posts: 997
  • DoM - CA
  • Registered: 13/04/2019
    YearsYearsYearsYears
  • Ingame: Kingslayer
  • Squad: 7THbloodborne
Re: About BB Codes
« Reply #62 on: 05 02, 2021, 05:20:50 am »
Code: [Select]
[b]Testing[/b]
Former: GLM and Guide #PINOYFTW!!
"Don't be afraid to fail, failure is just a temporary setback on the road to success. Pick yourself up, learn from it, and keep moving forward."

Offline Kingslayer

  • Senior Community Member
  • ****
  • Posts: 997
  • DoM - CA
  • Registered: 13/04/2019
    YearsYearsYearsYears
  • Ingame: Kingslayer
  • Squad: 7THbloodborne
Re: About BB Codes
« Reply #63 on: 05 02, 2021, 05:21:34 am »
Code: [Select]
[b]Test[/b]Test
Former: GLM and Guide #PINOYFTW!!
"Don't be afraid to fail, failure is just a temporary setback on the road to success. Pick yourself up, learn from it, and keep moving forward."

Offline Violet

  • State Official
  • ****
  • Posts: 2080
  • Registered: 05/02/2019
    YearsYearsYearsYearsYears
  • Group: Hymie
  • Ingame: Violet
Re: About BB Codes
« Reply #64 on: 27 08, 2021, 04:44:47 pm »
The progress bar is posted two times, If It's not trivial af just edit it.  :thonk: