YetAnotherForum.NET Help

BB Codes List

BB Codes for Text formatting

Bold Text
Description
The [b] tag allows you to create text that is bold.
Usage
[b]This text is bold[/b]
Output
This text is bold
Italic Text
Description
The [i] tag allows you to create text that italic.
Usage
[i]This text is italic[/i]
Output
This text is italic
Underline Text
Description
The [u] tag allows you to create text underlined.
Usage
[u]This text is underlined[/u]
Output
This text is underlined
Strike Text
Description
Wrap these tags to strike through text
Usage
[s]This text is Strike through[/s]
Output
This text is Strike through
Text Color
Description
The [color] tag allows you to change the color of your text, by parsing the color you want.
Usage
[color=blue]this text is blue[/color]
Output
this text is blue
Text Size
Description
The [size] tag allows you to change the size of your text. You can define a value from 1-9, these values will be converted in percentage values 1=50, 2=70, 3=80, 4=90, 5=100, 6=120, 7=140, 8=160, 9=180
Usage
[size=9]This Text has the font size of 180%[/size]
Output
This Text has the font size of 180%
Text Font
Description
The [font] tag allows you to change the font family of your text.
Usage
[font=courier]this text is in the courier font[/font]
Usage
this text is in the courier font
Text Left / Right / Center Direction
Description
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage
[left]this text is left aligned[/left]
[center]this text is center aligned[/center]
[right]this text is right aligned[/right]
Output
this text is left aligned
this text is center aligned
this text is right aligned
Highlight
Description
The [h] tag allows you to highlight your text.
Usage
[h]this text is highlighted[/h]
Output
this text is highlighted

BB Codes to create various Links

Email Links
Description
The [email] tag allows you to link to an email address. You can include an optional parameter to add a Link Name
Usage
[email]someone@mydomain.com[/email]
[email=someone@mydomain.com]Click Here to Email Me[/email]
Output
someone@mydomain.com 
Click Here to Email Me 
URL Hyper Links
Description
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link. You can also combine [url] tags with [img] tags to create image links.
Usage
[url]https://packershome.com/forum/[/url]
[url=https://packershome.com/forum/]mydomain[/url]
Output
https://packershome.com/forum/ 
mydomain 
Topic Links
Description
The [topic] tag allows you to link to topics inside the forum, by specifying the topic id and the Link Name.
Usage
[topic=123]Go to Topic[/thread]
Output
Go to Topic
Post Links
Description
The [post] tag allows you to link to a specific post from a topic inside the forum, by specifying the post id and the Link Name.
Usage
[post=123]Go to Post[/post]
Output
Go to Post

BB Codes to create Lists

Bullet Lists
Description
The [list] tag allows you to create simple, bullet lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage
[list]
[*]list item 1
[*]list item 2
[/list]
Output
  • list item 1
  • list item 2
Numbered and Alphabetic Lists
Description
The [list=1], [list=a] (or [list=A]) or [list=i] (or [list=I]) tag allows you to create numbered, alphabetic with (capital) letters, or a numbered with (capital) Roman numeral lists.
Usage
[list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item a
[*]list item b
[/list]

[list=A]
[*]list item A
[*]list item B
[/list]

[list=i]
[*]list item i
[*]list item ii
[/list]

[list=I]
[*]list item I
[*]list item II
[/list]
Output
  1. list item 1
  2. list item 2
  1. list item a
  2. list item b
  1. list item A
  2. list item B
  1. list item i
  2. list item ii
  1. list item I
  2. list item II

BB Codes to add Media Elements (Images, Videos)

Images
Description

The [img] tag allows you to add images to your posts. You can also combine [url] tags with [img] tags to create image links.

There is also an Option to enter an Image Description, which will be shown when you hover over the Image with the Mouse.

Usage
[img]https://packershome.com/forum/Content/images/YAFLogo.svg[/img]

[img=https://packershome.com/forum/Content/images/YAFLogo.svg]YAF Logo[/img]

[url=https://packershome.com/forum/] [img]https://packershome.com/forum/Content/images/YAFLogo.svg[/img] [/url] (Linked)
Output


YAF Logo

(Linked)
You Tube
Description
The [youtube] tag allows the embedding of an Youtube video, by using the Url to the Video.
Usage
[youtube]http://www.youtube.com/watch?v=jqxENMKaeCU[/youtube]

[youtube]http://youtu.be/jqxENMKaeCU[/youtube]
Output


Vimeo
Description
The [vimeo] tag allows the embedding of an Vimeo video, by using the Url to the Video.
Usage
[vimeo]http://vimeo.com/25451551[/vimeo]
Output
Google Maps
Description
The [googlemaps] tag allows the embedding a Map from Google Maps, by using the Url to the Map.
Usage
[googlemaps]http://maps.google.de/?ll=51.151786,10.415039&spn=21.97528,35.639648&t=h&z=5[/googlemaps]
Output

BB Codes to Quote other Postings, and BB Codes to include Code Text

Quoting
Description
The [quote] tag allows you to quote a text from a posting.
Usage
[quote]Quoted Text.[/quote]

[quote=John Doe]Quoted Text.[/quote]

[quote=John Doe;123]Quoted Text.[/quote]
Output
Quote:

Quoted Text.



John Doe wrote:

Quoted Text.



Originally Posted by: John Doe

Quoted Text.

Code
Description
The [code] tag allows you to post Code Text, if you define the Code Language the Code will be Syntax Highlighted.
Usage
[code]
// Hello1.cs
public class Hello1
{
  public static void Main()
 {
    System.Console.WriteLine("Hello, World!");
   }
}
[/code]

[code=csharp]
// Hello1.cs
public class Hello1
{
  public static void Main()
 {
    System.Console.WriteLine("Hello, World!");
   }
}
[/code]
Output


    // Hello1.cs
public class Hello1
{
  public static void Main()
 {
    System.Console.WriteLine("Hello, World!");
   }
}




    // Hello1.cs
    public class Hello1
    {
    public static void Main()
    {
    System.Console.WriteLine("Hello, World!");
    }
    }

BB Codes to show/Hide its Content only to specific users

Hide
Description
The [hide] tag hides content from people until they press the thank you button for the post.
Usage
[hide]Hidden Content[/hide]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Group Hide
Description
The [group-hide] tag Hide the Content from Guests, or other Roles if defined.
Usage
[group-hide]Hidden Content[/group-hide]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Thanks
Description
The [hide-thanks] tag hides content from people who have below X thanks received.
Usage
[hide-thanks=2]Hidden Content[/hide-thanks]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Posts
Description
The [hide-posts] tag hides content from people who have below X posts.
Usage
[hide-posts=10]Hidden Content[/hide-posts]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Reply
Description
The [hide-reply] tag hides content from people until they replied in the same thread.
Usage
[hide-reply]Hidden Content[/hide-reply]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Reply-Thanks
Description
The [hide-reply-thanks] tag hides content from people until they either reply in the same thread or press the thank you button for the post.
Usage
[hide-reply-thanks]Hidden Content[/hide-reply-thanks]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Spoiler
Description
The [spoiler] tag hides content from people until they click on "Show Spoiler".
Usage
[spoiler]Spoiler Content[/spoiler]
Output

Other

User Link
Description
The [userlink] tag generated a link to the provided User Profile Page, and shows if enabled the Users Online Status.
Usage
[userlink]Username[/userlink]
Output
 Username
Stop BB Code Parsing
Description
The tag allows you to stop the parsing of BB code inside the tag.
Usage
[ noparse][b]Sample text.[/b][/ noparse]
Output
[b]Sample text.[/b]

NOTE: Don't forget to close an open BB Code tag. Tags that are not closed will be not formatted.

Fan Shout
wpr (30-May) : It's all good.
beast (30-May) : Yeah, and I enjoyed your comments and just attempted to add to it. Sorry if I did it incorrectly.
wpr (30-May) : Beast I never said Henderson was the salt of the earth. Nor even that he was correct. Just quoting the guy.
Zero2Cool (29-May) : What did you do??
Zero2Cool (29-May) : Whoa
beast (29-May) : OMG the website is now all white, even some white on white text
beast (29-May) : Henderson, who admits to taking cocaine during the Super Bowl against the Steelers, might dislike Bradshaw as he lost two Superbowls to him
wpr (28-May) : Hollywood Henderson said Bradshaw “is so dumb, he couldn't spell 'cat' if you spotted him the C and an A.”
Mucky Tundra (28-May) : Cooper stock=BUY BUY BUY
Mucky Tundra (28-May) : Also notes he’s playing with more confidence.
Mucky Tundra (28-May) : @AndyHermanNFL MLF says there was a time last year where Cooper was at 220 pounds. Now he’s at 240 and still flying around.
Mucky Tundra (28-May) : And don't even get me started on Frank Caliendos "impersonations"
Mucky Tundra (28-May) : I got tired of them being circle jerks with them overlaughing at each others jokes.
Zero2Cool (28-May) : It used to be must watch TV for me. now it's "meh" maybe to hear injury update
Mucky Tundra (28-May) : I haven't watched the pregame shows in years and I don't feel like I've missed a thing
Zero2Cool (28-May) : Love says knee affected him all season, groin injury didn't help matters.
Zero2Cool (28-May) : I used to enjoy him on FOX Pregame. Now it's like a frat party of former Patriots.
Zero2Cool (28-May) : LaFleur on Watson: “Christian is doing outstanding. I would say he’s ahead of schedule.”
Martha Careful (28-May) : Bradshaw is a dumb ass cracker. I am so tired of his "aw shucks" diatribe. He should shrivel up and go away.
buckeyepackfan (28-May) : He wad all butt hurt because Aaron duped the media saying he was immunized.
buckeyepackfan (28-May) : Bradshaw needs to retire. He's been ripping on Rodgers ever since the covid crap. He was all hury
Zero2Cool (28-May) : Terry Bradshaw doesn't want Rodgers in Pittsburgh lol wow
Zero2Cool (27-May) : one day contract, which he also feels is pointless, but if Packers came to him, he would
packerfanoutwest (27-May) : Aaron Rodgers talks possibility of retiring with Packers, just another rumor
dfosterf (27-May) : Go watch 2001
Zero2Cool (26-May) : 1984
dfosterf (26-May) : That movie sent a chill through many. 1968.
dfosterf (26-May) : "Open the pod bay doors, HAL"
buckeyepackfan (25-May) : Haven't we all seen thus movie? It doesn't end well!! Lol
Zero2Cool (25-May) : lol Anthropic’s new AI model turns to blackmail when engineers try to take it offline
dfosterf (25-May) : Claude Opus 4
dfosterf (25-May) : AI system resorts to blackmail when its developers threaten to take it offline
beast (22-May) : Colts Owner Jim Irsay has passed away
Zero2Cool (21-May) : Well, emailing should work now. After not working for almost a year. Oops.
Zero2Cool (21-May) : Brotherly Shove did not get enough votes.
Zero2Cool (20-May) : lol our email hasn't worked in months. 7 pages of unverified users
Zero2Cool (20-May) : MySpace Screaming Lord Byron ... Brett Favre.
Zero2Cool (19-May) : Packers have signed first-round pick Matthew Golden, leaving second-round tackle Anthony Belton as their only unsigned draft pick
beast (19-May) : Supposedly he has to take his image, and name off of it... but otherwise could keep selling wine if he wanted to.
Zero2Cool (19-May) : he giving up his win business?
beast (19-May) : Speaking of Woodson, sounds like he'll be a minority owner (0.1%) of the Browns
Mucky Tundra (15-May) : Zero, regarding Woodson, that'd why I find the timing with Williams peculiar
dfosterf (15-May) : Ryan Hall y'all does a great job of tracking thesr
Zero2Cool (15-May) : Fear not!! I planned to do 33mi bike ride tomorrow morning, so ... yeah
Zero2Cool (15-May) : We got some dark clouds and nasty winds right bout now.
Zero2Cool (15-May) : Madison they had hail 4pm.
dfosterf (15-May) : Sure looks like these tornadoes are headed towards Green Bay
Zero2Cool (15-May) : Woodson of Charles fame was reluctant and then loved it. that didn't really come out until post career
Mucky Tundra (15-May) : IE "We bought into the Bears and they let us down, we have no choice to seek alternatives"
Mucky Tundra (15-May) : Or that Williams and his family are preparing an exit ramp if they don't like how things are going in a few years
Please sign in to use Fan Shout
2025 Packers Schedule
Sunday, Sep 7 @ 3:25 PM
LIONS
Thursday, Sep 11 @ 7:15 PM
COMMANDERS
Sunday, Sep 21 @ 12:00 PM
Browns
Sunday, Sep 28 @ 7:20 PM
Cowboys
Sunday, Oct 12 @ 3:25 PM
BENGALS
Sunday, Oct 19 @ 3:25 PM
Cardinals
Sunday, Oct 26 @ 7:20 PM
Steelers
Sunday, Nov 2 @ 12:00 PM
PANTHERS
Monday, Nov 10 @ 7:15 PM
EAGLES
Sunday, Nov 16 @ 12:00 PM
Giants
Sunday, Nov 23 @ 12:00 PM
VIKINGS
Thursday, Nov 27 @ 12:00 PM
Lions
Sunday, Dec 7 @ 12:00 PM
BEARS
Sunday, Dec 14 @ 3:25 PM
Broncos
Friday, Dec 19 @ 11:00 PM
Bears
Friday, Dec 26 @ 11:00 PM
RAVENS
Saturday, Jan 3 @ 11:00 PM
Vikings
Recent Topics
29-May / Green Bay Packers Talk / Martha Careful

27-May / Green Bay Packers Talk / Zero2Cool

27-May / Random Babble / Martha Careful

24-May / Green Bay Packers Talk / beast

24-May / Green Bay Packers Talk / beast

23-May / Green Bay Packers Talk / greengold

23-May / Green Bay Packers Talk / earthquake

22-May / Green Bay Packers Talk / beast

22-May / Green Bay Packers Talk / bboystyle

21-May / Green Bay Packers Talk / greengold

21-May / Green Bay Packers Talk / earthquake

20-May / Green Bay Packers Talk / beast

19-May / Green Bay Packers Talk / beast

19-May / Green Bay Packers Talk / Zero2Cool

16-May / Green Bay Packers Talk / dfosterf

Headlines
Copyright © 2006 - 2025 PackersHome.com™. All Rights Reserved.