
August 13th, 2007, 08:44 AM
|
|
Contributing User
|
|
Join Date: Mar 2004
Location: Stockport, UK
Posts: 462
Time spent in forums: 23 h 28 m 4 sec
Reputation Power: 0
|
|
its a nice site, i like the design. I would however maybe cut down on the text on the front page, s studies show that most people wont actually read all of the text, they'll give it a quick scan maybe look out for certain words.
One thing about the navigation though, you have to click on the text to change the page you should have it so you can actually click on the td for example
instead of doing
Code:
<td height="33" valign="top" background="../images/link_singleline.jpg" onMouseOver="this.background='../images/link_singleline_o.jpg'" onMouseOut="this.background='../images/link_singleline.jpg'"l
do
Code:
<td style="cursor:pointer;" onclick="window.location='Boston-Web-Designers-Services.htm'" height="33" valign="top" background="../images/link_singleline.jpg" onMouseOver="this.background='../images/link_singleline_o.jpg'" onMouseOut="this.background='../images/link_singleline.jpg'"
and also maybe think about styling your input boxes, I mean its not much of a difference but I always think it looks nicer.
Anyway hope this helps.
Last edited by Chippo : August 13th, 2007 at 08:47 AM.
|