Click to See Complete Forum and Search --> : Hey, Just wondering how my site looks and acts


gameringer.com
06-13-2009, 06:45 PM
Hi, could you please take a look at my site www.gameringer.com (http://gameringer.com) and tell me how it looks. Also, please report on how fast it takes to load and how easy it is to navigate.
Thank you!!!:)

ps: one more thing, could you try out the new feature, under each game you can store it as your favourites. tell me if its easy to use and how you like it:):):)

Mr Initial Man
06-16-2009, 10:10 PM
Well, I like the looks of it. Nice colors, looks like it should be a game site.

You've run into a few problems, though. First, you're using XHTML, but you've got "Meta" capitalized. In XHTML, all elements should be in lower case. Also, you're evidently not closing empty elements right; they should be closed like this:

<meta name="description" content="Game Ringer is Your Source For Free Fun Online Flash Games! With Over 250 Games, Spend Your Time Having a Blast With Game Ringer!" />


Second, the <center> element does not exist in XHTML 1.0 Strict.

What you SHOULD do is give the table with the game types an ID (say <table id="Genres">), and style it from there.


#Genres{
width:100%;
borders:0;
text-align:center;
}


You can then rid yourself of the center and h2 elements, which don't seem to have much place in there.

EDIT: One last thing: In your URL for Puzzles and games: Use &amp; in the URL as well!

And that should clear up most of your errors.

EDIT: Actually, one more thing: Your games don't work in Firefox.

andr105
06-19-2009, 12:41 PM
Looks like WEB-2.0 site :) Good job man.