hi peter - i appreciate the feedback.
The plan eventually is to have different sections to the site, which will probably be clickable upon loading the main index page. When i have another wedding or two under my belt, i will aim to have a dedicated wedding section, with pics / prices / info etc. It's just very early days at the moment, and all my stuff is from word of mouth. However, given that i am handing out a few cards here and there, i needed to have something on the web and this is the kind of thing that i have in mind...for now.
I'm not even thinking about getting indexed etc at the moment.
the thumbnail size thing is a bit odd though - most of them are about 25k but no idea why some are bigger. They're all resized to 85x85...
will try to check code errors etc, but bear in mind that i'm not even close to being a coding whizz and this was based on an initial image gallery template which i've just embellished somewhat. How do i put the nolink / follow thing in then?
Just put this in the head section:
<meta name="robots" content="noindex, nofollow" />
And 25k is still extremely big for such small sizes - I'd get them down to about 5-6k where they will allow your site to load much quicker.
This is an example of accurate coding which validates perfectly within the site:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="robots" content="noindex, nofollow" />
<title>Macro Photography</title>
<meta http-equiv="content-type" content="text/php; charset=iso-8859-1" />
<meta name="keywords" content="Macro Photography,lenses,extension tubes,macros,raynox" />
<meta name="description" content="Macro Photography." />
<base href="http://www.macro-photography.co.uk/" />
<link rel="stylesheet" type="text/css" href="macro-photography/style/main.css" />
<link rel="stylesheet" type="text/css" href="macro-photography/style/picboxes.css" />
</head>
To find out if your site validates OK just install the Opera browser - load your site into it, right click on any page you want and then scroll down to "validate"
Once you click on that your page's code will be loaded into W3C's validator and checked with a readout giving you the errors in detail.
.