BB codes

  • [B], [I], [U], [S] - Bold, italics, underline, and strike-through

    Makes the wrapped text bold, italic, underlined, or struck-through.
    Example:
    This is [B]bold[/B] text.
    This is [I]italic[/I] text.
    This is [U]underlined[/U] text.
    This is [S]struck-through[/S] text.
    Output:
    This is bold text.
    This is italic text.
    This is underlined text.
    This is struck-through text.
  • [COLOR=color], [FONT=name], [SIZE=size] - Text Color, Font, and Size

    Changes the color, font, or size of the wrapped text.
    Example:
    This is [COLOR=red]red[/COLOR] and [COLOR=#0000cc]blue[/COLOR] text.
    This is [FONT=Courier New]Courier New[/FONT] text.
    This is [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE] text.
    Output:
    This is red and blue text.
    This is Courier New text.
    This is small and big text.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Example:
    [URL]https://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Output:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Example:
    [URL=https://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Output:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]User name[/USER]
    Output:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Example:
    [IMG]https://findcarmen.com/[/IMG]
    Output:
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Approved sites: ABC News, Amazon Product, Apple Music, audioBoom, Audiomack, Bandcamp, BBC News, Bleacher Report videos, Break, Brightcove, CBS News Video, CNBC, CNN, CNNMoney, CollegeHumor, Comedy Central, Coub, Dailymotion, Democracy Now!, dumpert, 8tracks, ESPN, Facebook, Flickr, Fox News, FOX Sports, Funny or Die, Gamespot, GameTrailers, Getty Images, Gfycat, Gifs.com, Giphy, GitHub Gist, Global News, GoFundMe, Google Drive, Google+, Google Sheets, Healthguru, Hudl, Hulu, HumorTV, IGN, IMDb, Imgur, Indiegogo, Instagram, Internet Archive, İzlesene, JW Platform, Kontinental Hockey League (КХЛ), Kickstarter, Libsyn, LiveCap, Liveleak, Livestream, Mail.Ru, Medium, Metacafe, Mixcloud, MLB, MRCTV, MSNBC, National Geographic Channel, National Geographic Video, NBC News, NBC Sports, NHL Videos and Highlights, NPR, The New York Times Video, Orfium, Pastebin, Pinterest, Plays.tv, Podbean, Prezi, Reddit threads and comments, Rutube, Scribd, SlideShare, SoundCloud, Sportsnet, Spotify, Steam store, Stitcher, Straw Poll, Streamable, Streamja, Team Coco, TED Talks, Telegram, The Atlantic Video, The Guardian (obsolete), The Onion, TikTok, TinyPic videos, TMZ, Trailer Addict, Tumblr, Twitch, Twitter, Ustream, VBOX7, Veoh, Vevo, Video Detective, Vimeo, Vine, VK, Vocaroo, Vox, Washington Post Video, WorldStarHipHop, The Wall Street Journal Online, XboxClips, Xbox DVR, Yahoo! Screen, Youku, YouTube
    Example:
    [MEDIA=youtube]oHg5SJYRHA0[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Example:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Output:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text alignment

    Changes the alignment of the wrapped text.
    Example:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Output:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Example:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Output:
    Quoted text
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Example:
    [SPOILER]Simple spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler with a title[/SPOILER]
    Output:
    Simple spoiler
    Spoiler with a title
  • [ISPOILER] - Inline text containing spoilers

    Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
    Example:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Output:
    You have to click the following word to see the content.
  • [CODE] - Programming code display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Example:
    General code:
    [CODE]General
    code[/CODE]

    Rich code:
    [CODE=rich][COLOR=red]Rich[/COLOR]
    code[/CODE]

    PHP code:
    [CODE=php]echo $hello . ' world';[/CODE]

    JS code:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    General code:
    Code:
    General
    code
    Rich code:
    Rich (BB code):
    Rich
    code
    PHP code:
    PHP:
    echo $hello . ' world';
    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Example:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    Output:
    Inline code blocks are a convenient way of displaying code inline.
  • [INDENT] - Text indent

    Indents the wrapped text. This can be nested for larger indentings.
    Example:
    Regular text
    [INDENT]Indented text[/INDENT]
    [INDENT=2]More indented[/INDENT]
    Output:
    Regular text
    Indented text​
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Example:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Header 1Header 2
    Content 1Content 2
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [GALLERY=option] - Gallery embed

    BB code for displaying gallery media items and albums.
    Example:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
    Output:
    [GALLERY=media, X]Gallery BB Code[/GALLERY]
Neutral Grounds
Help Users
  • No one is chatting at the moment.
  • Laverna Laverna:
    Lucy2 said:
    Been looking deeper into the cable cars and last night realized their brakes are wooden and need to be replaced every few days. Interesting
    Lucy irl I once drove a trolley. Do you want to know about it?
    Quote Link
  • Jon Eckart Jon Eckart:
    ((IRL: @Lucy2... You may have to just start a new account (if the system lets you)... we don't know who all has admin access, so 'password recover emails' might not get seen or dealt with. If you do, I'd suggest a new account, and a series of posts linking to the old account. Keep in mind, we're in Minnesota, so cold is a thing... if you wanna trade, we're open to place tickets! We can't really do anything until we hear from the appeal guy... anytime between the 19th and December 5th, so in theory move-out could be end of December (unless it gets here before the end of this month) or maybe they can stay... no idea. So, the other place door... that's what we'd have to fit everything through.))
    Quote Link
  • L :
    Guest Lucy2 has joined the room.
  • L (Guest) Lucy2:
    This was interesting to watch this new Zeland congress did a Haka protesting a bill... learn something new every day hehe. Māori MPs perform haka and disrupt NZ parliament debate on treaty rights changes
    Quote Link
  • L :
    Guest Lucy2 has joined the room.
  • L (Guest) Lucy2:
    I just watched a show, I think it was from The History Channel? It was talking about how they think the 2 escapees from Alcatraz didn't need to build a raft. They hitch
    Quote Link
  • L (Guest) Lucy2:
    They think the guys hitched a ride so to speak on one of the boats leaving Alcatraz.
    Quote Link
  • Jon Eckart Jon Eckart:
    ((So... the latest is that the woman who reported the folks to the police, called the guy who handled the appeal (after we left the room) and told him that if he doesn't make sure to get the folks out of the building, she'd make things difficult for him. The property manager told ma a few days ago, and ma told me today. So, anyone know what that would be called? Coercing, bribery, influence peddling? Would that invalidate the eviction? This is Section 8 housing, so low-income housing. The appeal decision should in theory get here next week or maybe Friday, and they can appeal again, maybe this one would be in real court... don't know. I will advise the folks contact legal aid and see what they say.))
    Quote Link
  • Jon Eckart Jon Eckart:
    ((Correction: the parents are caving, they are planning for the move ON January 1st, without waiting to hear what the appeal decision is, and not willing to fight it. I stormed out of their place tonight (punched the call button for the elevator... they may have heard it), because I know they could win the second appeal hands down (they don't want "more of the stress from all this", they would discuss shit when I went to the bathroom tonight). I reminded them they may not get the entertainment center through the door to the apartment, we probably will have to take the claw legs off the table for the first time ever, but they have their heart set on it. ))
    Quote Link
  • Jon Eckart Jon Eckart:
    ((Sorry for language... it's a copy-and-paste from conversation with my sister. I'll sit in the corner))
    Quote Link
  • Jon Eckart Jon Eckart:
    ((My right middle finger, behind first knuckle, left a bit of skin on the button... I was that angry. They decided this without talking to me, saying they were "tired of the stress". They're set on a two bedroom apartment ($154 more than the current, at least), it's up to me if I want to move, they said. Once we leave this place (section 8/low-income housing, the waiting list is over 2 years), that's it... the building manager retires later 2025... she pulled a string to get me in here))
    Quote Link
  • Lucy Lucy:
    Notre Dame Cathedral In paris is going to open its doors in less than ten days woot woot
    • Like
    Reactions: Tenchi Masaki
    Quote Link
  • Tenchi Masaki Tenchi Masaki:
    Will the Hunchback be ringing the bells?
    • Like
    Reactions: Lucy
    Quote Link
  • Lucy Lucy:
    Lol 😆 maybe one of the curators could dress up like him
    Quote Link
  • Jon Eckart Jon Eckart:
    ((So... my Facebook got password hacked, and the recovery options aren't working. And, over the last two days, haven't slept more than half an hour total, despite my trazodone. Had like 6 beers tonight, have a couple left, will take a full pill tonight, and hope to sleep. And, finished the application for the new place, probably will have to help the folks tomorrow.))
    Quote Link
  • Jon Eckart Jon Eckart:
    ((Log into Facebook <-- the person who found a way to hack my password... don't report it and nuke it... I want to get the pics from it if I can))
    Quote Link
  • Lucy Lucy:
    I'm glad you were able to get back in Jon.
    Quote Link
  • Lucy Lucy:
    Did you know.....The original candy canes were straight sugar sticks that were often used to decorate Christmas trees. The first historical reference to the cane shape was in 1670, when the choirmaster at Cologne Cathedral in Germany bent the sugar sticks into the shape of a shepherd's staff. Candy canes remained white until the early 20th century when red stripes and peppermint flavor became popular.
    • Like
    Reactions: Laverna
    Quote Link
  • Lucy Lucy:
    @Tenchi Masaki when i open the website on my phone I immediately get a "translate page" pop up. Is this from my own settings ?
    Quote Link
  • Lucy Lucy:
    (Everything is in English but it says Translate from Italian)
    Quote Link
  • Jon Eckart Jon Eckart:
    ((So... the folks called me upstairs to help figure out how to get their SSI paperwork to the new landlord... we were discussing it, when the landlord emailed that all three of us are denied... mostly the main thing was "poor rental history; insufficient income (they're on SSI); no credit file; if no judgment was rendered on them after they appealed the initial eviction notice, then they gave their 30 days notice, can they rescind that (this is Minnesota, ya shure, ya betcha) and stay?
    Quote Link
  • Jon Eckart Jon Eckart:
    @Lucy you got back in!
    Quote Link
  • Jon Eckart Jon Eckart:
    (my question depends on someone knowing legal loopholes... will look into that tomorrow)
    Quote Link
  • Lucy Lucy:
    Awww dang it. I lost #whamageden 😞 😕 😢
    Quote Link
  • Lucy Lucy:
    Michelangelo wrote a poem about how much he hated painting the Sistine Chapel...One translation of the poem he sent to his friend begins: I’ve already grown a goiter from this torture, hunched up here like a cat in Lombardy(or anywhere else where the stagnant water’s poison).
    Quote Link
    Lucy Lucy: Michelangelo wrote a poem about how much he hated painting the Sistine Chapel...One translation...
    Top