A very good-looking site. Well done!
However, there's always improvements that can be made...
[ul]
[li]Use a FULL doctype (you've only got the first half). I'd suggest using
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
[/li]
[li]Validate your pages to that type
[/li]
[li]Consider using text for your navigation bar instead of images. You can use CSS to make it appear pretty much the same. I'd lose the little right-pointing triangle, it implies (to Windows users anyway) that there's going to be a drop-down list appearing.
[/li]
[li]Where you do use images, include an [tt]alt[/tt] attribute to pass on the content of the image. Purely eye-candy images can have [tt]alt=""[/tt]; you may want to add [tt]title=""[/tt] to prevent IE from displaying [tt]alt[/tt] text in a tooltip
[/li]
[li]Consider using a named or relative text size instead of a fixed one. Your current choice cannot be resized in IE. See
for an approach to using the named font sizes.
[/li]
[li]Consider calling your current first page "Home" in the navbar, and adding a new "About Us" page. The new page would tell the visitor about the company - when was it founded, how many employees, what trade bodies is it a member of, what qualifications do its staff have. I'd put the Horizon Painting stuff on the same page - at the moment it looks like the painting of horizons is a service offered by your company!
[/li]
[li]Try to integrate the individual image pages in your photo gallery better with the rest of the site - They should have the same header, colour scheme, navbar etc.
[/li]
[li]Expand the content of the Photo Gallery section to include some text. Have a paragraph or two describing each building project, highlighting what was special about it, the quality of work done, challenges overcome, etc. Pictures can be used to support these points.
Longer term, you could look to introduce page-long descriptions of past building projects, each with its own little slideshow of the work taking place and the finished result. At the moment your use of a slide show isn't really necessary.
[/li]
[li]Be aware that placing your email address in a mailto: link will attract a certain amount of spam. Consider using a CGI script-based form instead.
[/li]
[li]Lose the counter on the front page. Give the site owners some more subtle way of examining the number of hits they're getting. I'd probably put their phone number in the center-bottom of each page instead.
[/li]
[li]Try to work the company's geographical location into the copy on the front page (and elsewhere) so search engines will pick up on it. They tend to ignore meta keywords. You want to appear high in searches for things like "Georgia builders".
[/li]
[li]You shouldn't need to use as many nested tables as you're using - in fact you could lay out the site without using
any tables, but maybe you're not ready for that challenge. You should certainly look at using simple CSS [tt]padding[/tt], [tt]margin[/tt] and [tt]float[/tt] settings to reduce the number of one-or-two cell tables though.[/li]
[/ul]
Amazing how many improvements can be made to a good site, ain't it?
-- Chris Hunt