help required for XHTML, CSS and some PHP

Its ok i fixed it with some help from the guy above and someone on msn...

Seems when in Xhtml mode in FF its legal to self close a <textarea>

But whilst useing html tag its not, so was required to change :
<tr><td>Query:</td><td><textarea rows="6" cols="40"/></td></tr>

into:

<tr><td>Query:</td><td><textarea rows="6" cols="40"></textarea></td></tr>

Works fine now though.

Also fixed some links aswell
 
I'd give you about 60% for it because you've done the minimum asked.

Where you lose marks:
- not resilient to browser window size changes
- overall impression doesn't wow me
- contact page is ****ed

- not resilient to browser window size changes
... how is it not? It keeps the text and also the scroll bar helps with reduceing browser size a lot

- overall impression doesn't wow me
Its not supposed to, with teh time i was given what do they expect?

- contact page is ****ed
Fixed :D

Now aht would you rate it as?
 
Back
Top Bottom