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 dont understand....

Its perfect on XHTML in FF... but as soon as you change the tags to html it wont display anything past the cental text :/

I think that for html the textare tag has to have an opening *and* a closing tag, as text caught between the two is deemed to be in the field.

However as you rightly said/wrote this was fixed for XHTML (i think) so that you could write <textarea />, so you are kind of caught between the two it seems. The best thing to do is have an opening and closing tag then you are covered both ways.
 
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