PDA

View Full Version : What do you guys think?!



kodai
16 Jun 2008, 06:40 PM
I've been working on this for some time now, and was wondering what you guys think of it, overall. :D

http://www.davidandsam.org

**Caveat, there are spacing issues in i.e 6

I really look forward to hearing what you think, what you think should be changed, and what you liked!

Thank you so much

kudos
17 Jun 2008, 03:46 AM
Yeah looks good. Cant really pick many problems with the outlay.
Quite a few people have played with a long single page layout with anchors - I wouldnt go for it myself, but its a good simple way of displaying all your information.
Personally I wouldn't go for the multitude of different colours either. There is nothing wrong with it again, just personal preference.

You do have a few errors in your code, mainly where you have entered what appear to be subtitles to section headings, eg. Pesticide Residue.
On all of these, you have:
<p>
<center>Pesticide Residue</center>
<p>

Make sure you close the second <p> -> </p>

Alternatively, use different tags. <blockquote></blockquote> would give a similar effeect, though its not strictly a quote...

Good stuff!