• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Question: Coding

jagjaguwar

Slowpokérus
  • 64
    Posts
    9
    Years
    • Seen Sep 4, 2023
    Hi,

    I've noticed this on other's signatures and I'm looking to integrate the idea into my signature or future signatures.

    I've seen how you can have it so that when you hover over text/images, it shows a little comment/description box. I hope you know what I mean.
    Can someone help me out by showing me how to achieve this? I have a case of the stupids.

    Thanks.
     
    What you're thinking of is known as CSS (Cascading Style Sheet), which is a language used to style web-pages. PokéCommunity allows you to use this language with a BB code which you can read a little about in PC's BB code list found here. A decent guide that walks you through many of the techniques you can use with CSS can be found in this thread. You can also enlist some help or ask for tips from fellow members in this topic.

    If you want to learn even more about CSS and discover its capabilities you can find out more on W3Schools. Keep in mind that you are somewhat limited in what you can do in regards to CSS due to the inability to use HTML on PC. However the links above should give you plenty to get started with. Good luck!

    Edit: Didn't notice you were referring to title tags which Razor Leaf explained! Similar to the title tag, there is also the [float] tag which works like so:

    [float="Example text"]Hover over me[/float]
    Hover over me
    Example text
     
    Last edited:
    For the specific code you're looking for, I think you mean [title=text][/title]. Replace "text" with whatever you want it to show, and put the content to show the text between the tags. example
     
    Edit: Didn't notice you were referring to title tags which Razor Leaf explained! Similar to the title tag, there is also the [float] tag which works like so:

    Hover over me
    Example text

    Hover over me

    For the specific code you're looking for, I think you mean [title=text][/title]. Replace "text" with whatever you want it to show, and put the content to show the text between the tags. example

    Amazing, thank you both for the help! I can now achieve my signature dreams.
     
    Back
    Top