A.H.O. wrote:
Quote:
When I started my page I checked the box that asked if I wanted to "make
document XHTML complient". The page is acting differently (things ive done
before arnt working now). Does making it XHTML compliant change anything as
far as that sort of thing goes?
Specificly on an old page I put a "Guest Book" in that was generated by
Bizland. It worked fine. Now, however in this new page that is XHTML
compliant it doesnt work. It appears in the design view, but not in the
browsers.
Can I change my now completed page back to straight HTML? Do I want to do
that?
Thoughts? Thanks
XHTML is a method of coding that will, as it evolves, allow more
|
accessibility and extensibility. Thus far, it's pretty much a cleaning
up of codes, use of stylesheets or embedded styles, non-use of
deprecated elements. That sort of thing.
Your canned guestbook script may well not be suited to an XHTML page if
it includes non-compliant code itself. As an example, if I try to codify
the code amazon gives me for my link to my affiliate account, it no
longer works.
I still prefer to code in XHTML so my way around this - leaving me not
100% compliant but still in the spirit of the thing - is to go back,
after I have everything coded and shaped, and remove the script section
and replace it with the original generated script.
You might try that and see if it helps.
O.