• 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!
  • 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: While customising the blog style...

Legendary Silke

[I][B]You like dragons?[/B][/I]
  • 5,925
    Posts
    14
    Years
    • Seen Dec 23, 2021
    This will show up at the top of the page.

    .entryposter { background:transparent; }


    Also, viewing the source will produce interesting results:

    Code:
    .entryposter {
    
    	background:transparent;
    
    }
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    
    <head>

    What is CSS code doing at the beginning of the document? Whatever it is, it sure is sending IE into Quirks mode. I really don't want IE acting like IE 5.5. Nobody does. Right?

    I wonder whether this is a bug on the blog add-on, or...
     
    Move CSS code under the <head> tag so it can show it properly.

    I might be wrong.
     
    It's just a bug in the add-on. Nothing to be concerned about, its only shown like that on the blog customization page.
     
    It's just a bug in the add-on. Nothing to be concerned about, its only shown like that on the blog customization page.
    On the other hand, it does mess up the layout of the page severely simple because Quirks mode is bad. Especially if it's based off IE5.5.

    I do vaguely remember that back in another forum that I frequent before they upgraded to vB4, the blog customization page didn't have any issues. I wonder whether the blog add-on was updated/fixed?
     
    Last edited:
    Back
    Top