• The site has now migrated to Xenforo 2. If you see any issues with the forum operation, please post them in the feedback thread.
  • 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.
  • 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.
  • 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.
  • Due to the actions of particularly persistent spammers and trolls, we will be banning disposable email addresses from today onward.
  • The rules regarding NSFW links have been updated. See here for details.

BB Code Help

ImmortalRedux

I trust you know where the happy button is?
Joined
Oct 25, 2020
Messages
876
Likes received
24,320
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?
 
  • 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.
 
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.
 

Users who are viewing this thread

Back
Top