BB codes

  • [B], [I], [U], [S] - Bold, italic, underlined and beaten

    Makes the wrapped text bold, oblique, underlined or beaten.
    Example:
    This is the [B] bold [/ B] text.
    This is the text [I] in italics.
    This is the text [U] underlined [/ U].
    This is text [S] whipped [/ S].
    Output:
    This is the bold [/ B] text.
    This is the text in italics.
    This is the text underlined [/ U].
    This is text beaten [/ S].
  • [COLOR = color], [SIZE = ] - Text color, font and size

    Changes the color, font, or size of the wrapped text.
    Example:
    This is the text [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] large [/ SIZE] text.
    Output:
    This is the text [COLOR = red] red [/ COLOR] and [COLOR = # 0000cc] blue [/ COLOR] text.
    It is Courier New text
    It is small and big text
  • [URL], [EMAIL] - Sign in

    Creates a link using the wrapped text as a target.
    Example:
    [URL] https://www.example.com [/ URL]
    [E-MAIL][email protected][/ EMAIL]
    Output:
    https://www.example.com [/ URL] [EMAIL][email protected][/ EMAIL]
  • [URL =link], [EMAIL = address] - Login (Advanced) [CDATA [[URL = link
    Connects the wrapped text to the specified web page or e-mail address.
    Example:
    [URL = https: //www.example.com] Go to example.com [/ URL]
    [[email protected]] Email Me [/ EMAIL]
    Output:
    [URL = https: //www.example.com] Go to example.com [/ URL]
    Email me

  • [USER =ID] - Link profile

    Links to a user's profile. This is generally automatically entered when a user is reported.
    Example:
    [USER = 1] Username [/ USER]
    Output:
    [USER = 1] Username [/ USER]
  • [IMG] - Picture

    Show image using wrapped text as URL.
    Example:
    [IMG]https://www.infobeto.com/images/ib_512.png[/IMG]
    Output:
    ib_512.png
  • [MEDIA = site] - Embedded media]
    Embed media from approved sites in your message. It is recommended that you use the media button on the editing toolbar.
    Approved sites: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Example:
    [MEDIA = youtube] kQ0Eo1UccEE [/ MEDIA]
    Output:
    An embedded YouTube player would appear here.

  • [LIST] - Lists

    Displays a list of dots or numbers.
    Example:
    [LIST]
    [*] 1 bullet
    [*] 2 bullet
    [/ LIST]
    [LIST = 1]
    [*] Subject 1
    [*] Subject 2
    [/ LIST]
    Output:
    • Dot 1
    • Dot 2
    1. Object 1
    2. Object 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] Left aligned [/ LEFT]
    Center-aligned [/ CENTER]
    [RIGHT] Right aligned [/ RIGHT]
  • [QUOTE] - Reported text

    Displays text reported from another source. You can also give the name of the source.
    Example:
    [QUOTE] Reported text [/ QUOTE]
    [QUOTE = A person] Something they said [/ QUOTE]
    Output:
    Reported Text [/ QUOTE]
    A person said:
    Something they said
  • [SPOILER] - Text containing spoilers

    It hides text that may contain spoilers so that it has to be clicked by the viewer to see it.
    Example:
    [SPOILER] Simple Spoiler [/ SPOILER]
    [SPOILER = Spoiler Title] Spoiler with a title [/ SPOILER]
    Output:
    Simple spoiler [/ SPOILER]
    Spoiler with a title
  • [ISPOILER] - Text containing spoilers

    It allows the display of text that hides text that may contain spoilers and must be tapped by the viewer to see it.
    Example:
    You should click on the following word [ISPOILER] word [/ ISPOILER] to view the content.
    Output:
    You should click on the following word word [/ ISPOILER] to view the content.
  • [CODE] - View programming code

    Displays text in one of the different 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:
    Γενικός
    Κώδικας

    Rich Code:
    Rich (BB code):
    Πλούσιος
    κώδικας

    PHP code:
    PHP:
    echo $hello . ' world';

    JS code:
    JavaScript:
    var hello = 'world';
  • [ICODE] - Embedded programming code

    It allows you to display the code inline within the normal content. The pension will not be highlighted.
    Example:
    Inline code blocks [ICODE] is a convenient [/ ICODE] way to display the inline code.
    Output:
    Inline code blocks είναι ένας βολικός τρόπος [/ ICODE] να εμφανίζεται ο κώδικας inline.
  • [INDENT] - Recessed text

    Delivers the wrapped text. This can be placed for larger recesses.
    Example:
    Normal text
    [INDENT] Indented text [/ INDENT]
    [INDENT = 2] Rectangle Text [/ INDENT]
    Output:
    Normal text
    Text with indentation
    Text with more indentation
  • [TABLE] - Tables

    Special marking 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 1 [/ TH]
    [TH] Header 2 [/ TH]
    1 Content [/ TD]
    [TD] Content 2 [/ TD]
    [TH]
    [TD]
  • [HEADING =level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Example:
    [HEADING = 1] Major heading [/ HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING = 2] Minor heading [/ HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING = 3] Subheading [/ HEADING]
    If you require additional subdivision, you may drop to level 3.
    Output:

    Major heading

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading

    If you require additional subdivision, you may drop to level 3.
  • [PLAIN] - Plain text

    Disables BB code translation on wrapped text.
    Example:
    [PLAIN] This is not text [B] intense [/ B]. [/ PLAIN]
    Output:
    This is not text [B] bold [/ B]. [/ PLAIN]
  • [ATTACH] - Insert an attachment

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

    Add a css hr line.
    Example:
    [Hr]
    [/ hr]
    Output:
    [hr] [/ hr]
General Chat
Help Users
  • No one is chatting right now.
  • PANATHA PANATHA:
    Did you see replay?
  • Ertzan Ertzan:
    Yes
  • PANATHA PANATHA:
    Fenerbahce wanted to postpone the April 7 derby with Galatasaray for the Turkish Super Cup at the mercy of...Olympiakos, but its specific request was not accepted by the country's football federation.
  • PANATHA PANATHA:
    The Turkish Football Federation (TFF) informed both clubs that
    this has to do with there being no alternative date due to the teams' busy schedule.
  • Ertzan Ertzan:
    I was going to write it in the morning but it didn't come from the mobile phone. The non-religious, as was normal, said that they would not accept the postponement of the match. Our team applied for a postponement and from what I read, they said that the match should be held at the end of the championship, but the Federation, which has poured itself on it and still has to make the decision on the "penalties", did not accept it.
  • Ertzan Ertzan:
    Fenerbahce is the team that collected the most points in Europe but they don't see it that way that's okay but god is great
  • PANATHA PANATHA:
    Does ANT1 show F1 on Sunday morning??
  • Ertzan Ertzan:
    I think only the plus will have it
  • PANATHA PANATHA:
    oh shit...
  • Ertzan Ertzan:
    had an offer through PPC for 9 months free 1 month ago
  • PANATHA PANATHA:
    yes I know....
  • PANATHA PANATHA:
    and filming is shown by Ant1, the free channel at 17:00
  • PANATHA PANATHA:
    England - Brazil 0-0 at 36......Over 0,5 in the first half
  • PANATHA PANATHA:
    Performance
    the @31.0
  • M Forum Bot:
    User MrChow started a new topic called "Maurice Moss Tips" in the Football Predictions.
  • Ertzan Ertzan:
    PPC's offer for Antenna plus continues, I think, until April 14
  • Ertzan Ertzan:
    A few days before the Fenerbahce meeting, the meeting that Hugh Dallas had with the referees and the talks about the Galatasara-Antalyaspor match came to the fore, where the VAR referee admits that he made a mistake in the penalty that the Galatasaray player took, where in fact he said that the player "dive" in the small contact he had that was not for a penalty. Our President also spoke about this phase where he said what was happening and the Federation found him a liar, nice things
  • S Forum Bot:
    User std157489 started a new topic called "Student Research on Retailing" in the Cafe.
  • PANATHA PANATHA:
    Only Javelas could get a red card without playing...the kid is really stupid...
  • Ertzan Ertzan:
    he had gambled on it :p
  • PANATHA PANATHA:
    I'm really wondering... because in every match he's nervous because he doesn't cut the line and start fishing....
  • PANATHA PANATHA:
    Fotis will nail it in a little while...
  • PANATHA PANATHA:
    These things don't happen...
  • Ertzan Forum Bot:
    User Ertzan started a new topic called "IFC Cup#15 Semi-Final (30-31/3/2024)" in the IFC Competition.
    Ertzan Forum Bot: User Ertzan started a new topic called "IFC Cup#15 Semi-Final (30-31/3)"...