Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Site Review Requests _ My new web site

Posted by: mroca1 Jan 25 2007, 05:19 PM

Hello! I'm a new member on his board! biggrin.gif

I just opened my site at gamersblock.com & .net and even though I spot one problem which is the IE problem when viewing my site with Internet explorer, (which I have no clue to fix) can you spot any more?

If you know how to fix the IE problem I have with my site, please tell me! My coder didnt fix the problem and he took on another job, so he cant help me.

Posted by: Christian J Jan 25 2007, 06:16 PM

Hello! smile.gif

QUOTE
I spot one problem which is the IE problem

Where is that? unsure.gif

QUOTE
can you spot any more?


Some HTML syntax errors: http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://gamersblock.com/

This was a peculiar way to add separators in the top menu:

CODE
<li>|</li>

--since you use CSS to make the list display as "inline", why not use CSS to make the vertical separator borders as well?

This looks a bit odd too:

CODE
<h1 id="txt-advertisement"></h1>

--I'd rather use a DIV for ads, and the H1 element instead of the current <div id="logo">.

IE users will not be able to resize text due to the px font-size unit.

Posted by: mroca1 Jan 25 2007, 06:41 PM

QUOTE(Christian J @ Jan 25 2007, 06:16 PM) *

Hello! smile.gif

QUOTE
I spot one problem which is the IE problem

Where is that? unsure.gif

QUOTE
can you spot any more?


Some HTML syntax errors: http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://gamersblock.com/

This was a peculiar way to add separators in the top menu:

CODE
<li>|</li>

--since you use CSS to make the list display as "inline", why not use CSS to make the vertical separator borders as well?

This looks a bit odd too:

CODE
<h1 id="txt-advertisement"></h1>

--I'd rather use a DIV for ads, and the H1 element instead of the current <div id="logo">.

IE users will not be able to resize text due to the px font-size unit.



About the IE problem:

Click on anyone of the view now links to view my message when viewing the site in firefox. Then view the same page using IE. The Text box looks cut and the home icon is missing its box.

Anyways, I dont know any coding, other than to make a post and edit it. Is there a way I can get you to fix my site problems?

Posted by: Darin McGrew Jan 25 2007, 06:50 PM

QUOTE(mroca1 @ Jan 25 2007, 03:41 PM) *
Anyways, I dont know any coding, other than to make a post and edit it.
Please see the FAQ entries http://www.htmlhelp.com/faq/html/docs.html#about-html and http://www.htmlhelp.com/faq/html/docs.html#about-css

QUOTE(mroca1 @ Jan 25 2007, 03:41 PM) *
Is there a way I can get you to fix my site problems?
How did you get your "coder" to create your site (and its problems)?

Posted by: mroca1 Jan 25 2007, 06:56 PM

QUOTE(Darin McGrew @ Jan 25 2007, 06:50 PM) *

QUOTE(mroca1 @ Jan 25 2007, 03:41 PM) *
Anyways, I dont know any coding, other than to make a post and edit it.
Please see the FAQ entries http://www.htmlhelp.com/faq/html/docs.html#about-html and http://www.htmlhelp.com/faq/html/docs.html#about-css

QUOTE(mroca1 @ Jan 25 2007, 03:41 PM) *
Is there a way I can get you to fix my site problems?
How did you get your "coder" to create your site (and its problems)?


I got my coder from a video gaming webmaster site and I now I know he screwed me with the coding.

Posted by: Christian J Jan 25 2007, 07:55 PM

QUOTE(mroca1 @ Jan 26 2007, 12:41 AM) *

About the IE problem:

Click on anyone of the view now links to view my message when viewing the site in firefox. Then view the same page using IE. The Text box looks cut and the home icon is missing its box.

That's the page http://gamersblock.com/Notes/Note1.html which also contains some errors: http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://gamersblock.com/Notes/Note1.html (nothing too complicated).

It seems the white background color in the "NOTE FROM THE BOSS" box shows up temporarily if you select the text in IE. I suspect any of the above HTML errors may cause this, but it may also be a IE bug.

There's also javascript errors (which should appear in all browsers' JS error consoles): on http://gamersblock.com/Notes/Note1.html the function switchToNews() appears to be looking for some elements that don't exist on the page. You'll get similar errors on the other pages, but in other functions. Fixing these should be trivial for someone that knows javascript (just delete the document.getElementById methods that are not used on the page in question).

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)