Charizard's Lair...

Charizard Master 2003

Pokemon Master
  • 122
    Posts
    21
    Years
    I am working on the new version as I type.

    The main site won't be ready for a while, but I am working on the forums. There will be the main forum as well as a Pokemon RPG forum both courtesy of IPB.

    Expect the main site to finished sometime in the next month or 2.
     
    You were talking about the forum, so I thought I'd give warning.

    And it 404s.
     
    Now it works...

    Default blue doesn't look too hot on the red.
     
    <a href="url"><font color="whatever">Link Text</font></a>
     
    It's probably a better idea to put this in the <head> section of your page...

    <style type="text/css">
    a:link { color: (link color); text-decoration: none }
    a:visited { color: (link color); text-decoration: none }
    a:hover { color (on mouse-over link color); text-decoration: none }
    </style>


    Edit it as you see necessary, there's plenty more you can do, such as underlines, bold, etc.
     
    It's really best to do sites in HTML ^^

    I used to have my site on freewebs, but then I decided to finally move to coding, and it was the best thing I had ever done for my site!

    It is time consuming and sometimes hard, but in the end your site will be a lot better for it!
     
    dhost.info is your friend ^_^
    and i reccomend html kit for beginners ^_____^ it comes preloaded with all sorts of html+javascript goodies
     
    Back
    Top