wsg  

Re: [WSG] Why code and no web pag

Joe Ortenzi
Sun, 03 Feb 2008 02:10:31 -0800

there is one on topic point though: you need to close ALL of your your input tags in order for the XHTML to validate.

<input type="hidden" name="no_shipping" value="2">
should be :
<input type="hidden" name="no_shipping" value="2" />
(note the space and forward slash at the end)

The basic premise is you always need to close a tag in XHTML, like <p>a paragraph</p>. but some tags have no separate end tag, like, <hr>, <br> and <input>, so you close the tag internally, with a space slash, like so: <hr /> <br /> and the input example above.

Hope this helps!

BTW: I notice you posted a comment that you got it working in FF but it doesn't work for me here, unless I got the link wrong?

Joe

On Feb 3 2008, at 05:01, Hayden's Harness Attachment wrote:

I am sorry for the off topic message. I did not know who to turn to. Please reply to [EMAIL PROTECTED]

I have the following on a Windows Vista Home Premium PC.

http://www.choroideremia.org/events/ national_capital_marathon_may2008.php

The code shows in my text editor, however, it will not display in IE7 or Firefox. Does someone know why? Everything shows just fine.

Angus MacKinnon
Infoforce Services
http:ééwww.infoforce-services.com

It is impossible to rightly govern the world without God and the Bible.
George Washington



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************


Joe Ortenzi
[EMAIL PROTECTED]
www.joiz.com




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************