1. Due to issues with external spam filters, QQ is currently unable to send any mail to Microsoft E-mail addresses. This includes any account at live.com, hotmail.com or msn.com. Signing up to the forum with one of these addresses will result in your verification E-mail never arriving. For best results, please use a different E-mail provider for your QQ address.
    Dismiss Notice
  2. For prospective new members, a word of warning: don't use common names like Dennis, Simon, or Kenny if you decide to create an account. Spammers have used them all before you and gotten those names flagged in the anti-spam databases. Your account registration will be rejected because of it.
    Dismiss Notice
  3. Since it has happened MULTIPLE times now, I want to be very clear about this. You do not get to abandon an account and create a new one. You do not get to pass an account to someone else and create a new one. If you do so anyway, you will be banned for creating sockpuppets.
    Dismiss Notice
  4. If you wish to change your username, please ask via conversation to tehelgee instead of asking via my profile. I'd like to not clutter it up with such requests.
    Dismiss Notice
  5. Due to the actions of particularly persistent spammers and trolls, we will be banning disposable email addresses from today onward.
    Dismiss Notice
  6. A note about the current Ukraine situation: Discussion of it is still prohibited as per Rule 8
    Dismiss Notice
  7. The rules regarding NSFW links have been updated. See here for details.
    Dismiss Notice
  8. The testbed for the QQ XF2 transition is now publicly available. Please see more information here.
    Dismiss Notice

BB Code Help

Discussion in 'Announcements and Rules' started by ImmortalRedux, Nov 2, 2020.

  1. ImmortalRedux

    ImmortalRedux I trust you know where the happy button is?

    Joined:
    Oct 25, 2020
    Messages:
    862
    Likes Received:
    23,975
    I need some help with inserting image tabs into spoilers & text that display tooltips if the mouse pointer is hovering above said text.

    Can anyone at least point me in the right direction to start?
     
    Ddmkm122 likes this.
  2. Nekraa

    Nekraa Nekraa Moderator

    Joined:
    Mar 2, 2013
    Messages:
    6,168
    Likes Received:
    22,152
    • Tab 1 text.
    • Tab 2 text.

      • Tab 4 text
      • Tab 5 text.




    Code:
    [tabs]
     
    	[tab=Tab 1]Tab 1 text.[/tab]
     
    	[tab=Tab 2]Tab 2 text.[/tab]
     
    	[tab=Tab 3, nested tabs]
    		[tabs]
    			[tab=Tab 4][spoiler=something]Tab 4 text[/spoiler][/tab]
    			[tab=Tab 5]Tab 5 text.[/tab]
    		[/tabs]
    	[/tab]
     
    [/tabs]
    
    Does this help?

    Edit: added indentions in the code to make it easier to read, don't add those when you write it.
     
  3. ImmortalRedux

    ImmortalRedux I trust you know where the happy button is?

    Joined:
    Oct 25, 2020
    Messages:
    862
    Likes Received:
    23,975
    • Example 1
    • Example 2

      • Test Text
      • Example 5?



    [tooltip={I suxx at Coding}]{test Text}[/tooltip]

    That takes care about the tabs. Thanks a lot.
     
    Ddmkm122 likes this.
  4. Nekraa

    Nekraa Nekraa Moderator

    Joined:
    Mar 2, 2013
    Messages:
    6,168
    Likes Received:
    22,152
    Ah, right. There was tooltip too.

    Normal text

    Code:
    [abbr=Tooltip text]Normal text[/abbr]
    Note that the "tooltip" can't be seen when on phone.
     
    Ddmkm122 and Gregory Crey like this.
  5. ImmortalRedux

    ImmortalRedux I trust you know where the happy button is?

    Joined:
    Oct 25, 2020
    Messages:
    862
    Likes Received:
    23,975
    THANK YOU! x3
     
    Ddmkm122 and Gregory Crey like this.
  6. MissileTeatime

    MissileTeatime By the power of Vaporware!

    Joined:
    Apr 21, 2017
    Messages:
    1,997
    Likes Received:
    5,914
    On the bottom of the page, click on "Help". On the next page, click on "BB Codes". That should be a reference of what all the codes that work on the site are. Here's a direct link.
     
    Ddmkm122 and ImmortalRedux like this.