Re: Same as everyone else, please review
To me, price is not a factor when reviewing a website. I look at useability and coding issues.
Here are a few problems I encountered.
First, I am using IE7 and upon page load I get this message from IE:
To help protect your security, Internet Explorer has blocked this website from displaying content with security certificate errors. Click here for options...
Second, when I hover over the second image in your header the alt text reads:
UK computer system retailers /> </a></td>
<td> </td> <td align=
This happens because there is a missing end quote in the alt tag in your code that causes the text to appear that way:
<a href="http://www.itprofessionals.co.uk/Computer_Hardware/Computer_System_Retailers/" target="_blank"><img src="http://www.itprofessionals.co.uk/media/images/itp-88-31.gif" border="0" alt="UK Computer System retailers /></a>
</td>
<td> </td>
<td align="center">
and third, there is no image on your mailto link, bottom right of your footer.
These are on the first page of your website. I have not looked deeper and have not tried it on Firefox or Opera.
Good luck to you and keep working on it!
|