Results 1 to 2 of 2

Thread: goodpokernetwork.com

  1. #1
    mastermind michael_gersitz's Avatar
    Join Date
    Aug 2003
    Location
    Buffalo
    Posts
    749

    goodpokernetwork.com

    Poker Network

    Need some thoughts on version 2... Trying to update the site into 2006. I still need to redesign the forum.. and the other network sites..

    I am trying to lift my site up above other patethic poker sites... kind of how this site rivals other webmaster help sites. I am updating it everyday with quality content. Adding New Features, Getting Links, and setting high goals is how I will build it up. By March 1st, I would like the forum to have 200 members and for the site to be getting 1k uniques per day.


    Let me know on your thoughts...

  2. #2
    Former Marine D.I.
    Join Date
    Sep 2006
    Posts
    14
    You have 17 code errors and 330 code warnings, of which you've made the most common error, and that's where you didn't start your site off with the required <!DOCTYPE Declaration>.

    A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate a document. The DOCTYPE defines the version of the document like -- HTML 4.0.1, XHTML 1.0, 1.1, ...etc.

    Now; here's a portion of your code warnings you may wish to fix, so that your site validates for the search engines:

    Code:
    line 1 column 1 - Warning: <link> isn't allowed in <html> elements
    line 12 column 124 - Warning: missing </font> before </td>
    line 12 column 34 - Warning: missing </form>
    line 11 column 63 - Warning: plain text isn't allowed in <tr> elements
    line 33 column 13 - Warning: missing </b> before </a>
    line 31 column 105 - Warning: missing </font> before </a>
    line 36 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 36 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 36 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 36 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 38 column 122 - Warning: missing </b> before </a>
    line 38 column 84 - Warning: missing </font> before </a>
    line 40 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 40 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 40 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 40 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 41 column 118 - Warning: missing </b> before </a>
    line 41 column 80 - Warning: missing </font> before </a>
    line 45 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 45 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 45 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 45 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 47 column 118 - Warning: missing </b> before </a>
    line 47 column 80 - Warning: missing </font> before </a>
    line 50 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 50 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 50 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 50 column 1 - Warning: <td> unexpected or duplicate quote mark
    line 52 column 133 - Warning: missing </b> before </a>
    line 52 column 95 - Warning: missing </font> before </a>
    line 56 column 86 - Warning: replacing unexpected i by </i>
    line 56 column 81 - Warning: missing </b> before </td>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •