Custom BBcode Help

Aljam

[i]Sweepin' ain't easy...[/i]
  • 614
    Posts
    16
    Years
    Okay, I was wondering if I could get a litlle bit of help. Recently, me and a friend set up a vB forum. I've looked everywhere and I can't find any custom bbcodes that i want to implement. What I want to implement are the h1 h2 h3 etc. codes. Can anyone help me with this.

    h1

    h2

    h3


    Those are the ones I'm looking for (It would be cool if i can get the exact same formating)
     
    h1:
    Code:
    <h1 style="border-bottom: 1px solid rgb(170, 170, 170); margin: 0pt; padding: 0pt; font-weight: normal; font-size: 188%;">{param}</h1>
    h2:
    Code:
    <h2 style="border-bottom: 1px solid rgb(170, 170, 170); margin: 0pt; padding: 0pt; font-weight: normal; font-size: 150%;">{param}</h2>
    h3:
    Code:
    <h3 style="margin: 0pt; padding: 0pt; font-weight: bold; font-size: 132%;">{param}</h3>

    You're welcome~
     
    THANK YOU VERY MUCH Counterfeit
     
    Last edited by a moderator:
    Back
    Top