Hiyya! Could someone please take a look at:http://www.searchcricket.com I'm not sure if the google ads near the top-middle are allowed to be displayed like this (with the ducks next to them) so I would appreciate any advice. kind regards, Debra.
Those should be alright, perhaps put those (or another ad banner) in with the catagories and make them appear as catagory links.
Hmm.. I like the idea, but I would go for a bigger pic that dealt with cricket myself instead of the catagory duck. Say a good 60x60 square pic beside each of them preferrably with a randomized code so that the pics are different each time? I could help you with that last part if you need, the randomization, essentially you have a set of pics say: crickpic1.jpg crickpic2.jpg .. .. crickpic10.jpg Then you have a php line that says: $thispic = rand (1,10); print ("<img alt=\"cricket information\" src=\"http://www.searchcricket.com/images/$thispic\">"); To display the pic and voila it's randomized. I just see lots of ducks I guess. Nice, clean page and layout though, good luck!
Hiyya! Briliant! thanks for the advice guys...and php code I can see where your coming from with the random pictures. regards, Debra.