• 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!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist 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.

Issue: Can't preview css in PM.

Sora's Nobody

The Official Roxas
  • 1,112
    Posts
    16
    Years
    So, I heard that you should be able to preview css by sending yourself a PM. But that doesnt work. I'm using New Directions, and it just gives me the <div> code back. This is the simple css i was trying to preview
    HTML:
    <div style="background-color:white; color:red; -moz-border-radius-topleft:10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px; border:solid 11px navy;"> </div>

    Any suggestions?
     
    Does it work for you when using other themes?
    edit; It doesn't work for me, either. I think you're using HTML instead of CSS. :p

    Might I suggest you consult PPN's CSS Tutorial or the CSS Help & Discussion Thread.

    Try this:
    [div="background-color:white; color:red; -moz-border-radius-topleft:10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px; border:solid 11px navy;"]text here.[/div]
     
    Last edited:
    Back
    Top