• 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.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Dawn, Serena, Hilda, Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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: How do we make a background for a game thread or any thread?

Keromatsu

Froakie is Awesome!
  • 421
    Posts
    12
    Years
    • Seen Jan 28, 2021
    I have seen lots of threads with backgrounds and stuff. How do you put them?
     
    You use CSS for it. Here's a sample where I use the following image as a background:
    [PokeCommunity.com] How do we make a background for a game thread or any thread?


    Removing the asterisk from the following code,

    This is an example to showcase the usage of CSS to allow backgrounds in posts.[/cd*]

    will give you this:

    This is an example to showcase the usage of CSS to allow backgrounds in posts.


    To have an image as background though no other attribute apart from "background-image:url("")" is necessary in the cd tag. All you gotta do is use CSS and place the link to your desired background image inside the brackets of the background-image:url("") attribute like I did in the example above. For more information on CSS, you might wanna check this thread out.

    Hope that helped!
    https://www.pokecommunity.com/showthread.php?t=200899
     
    That's a special coding called CSS. It makes thread more fancier.I don't know much about it myself,but if you want to learn how to do that there's a thread for it: here.
     
    Back
    Top