Discussion:
Best way to find unclosed tags
(too old to reply)
Christopher Hayes
2005-01-25 19:19:22 UTC
Permalink
I would like to find all unclosed tags in my site, as opening them up in
Visual Studio in design view has removed the ending </li> tags!

What's the quickest way to do this?


Thanks,

Christopher Hayes
Kramerica Industries
2005-01-25 19:27:47 UTC
Permalink
http://validator.w3.org/
Post by Christopher Hayes
I would like to find all unclosed tags in my site, as opening them up in
Visual Studio in design view has removed the ending </li> tags!
What's the quickest way to do this?
Thanks,
Christopher Hayes
Christopher Hayes
2005-01-25 19:34:02 UTC
Permalink
Thanks,

I should have clarified. I want to have DW automatically fix the unclosed
tags too.
Post by Kramerica Industries
http://validator.w3.org/
Post by Christopher Hayes
I would like to find all unclosed tags in my site, as opening them up in
Visual Studio in design view has removed the ending </li> tags!
What's the quickest way to do this?
Thanks,
Christopher Hayes
Tom Muck
2005-01-25 20:04:23 UTC
Permalink
Post by Christopher Hayes
Thanks,
I should have clarified. I want to have DW automatically fix the unclosed
tags too.
Have you tried converting to XHTML (File > Convert > XHTML)? That usually
fixes tags.
--
-------------------------------------------
Tom Muck
co-author Dreamweaver MX 2004: The Complete Reference
http://www.tom-muck.com/

Extending Knowledge, Daily
http://www.CommunityMX.com/
mzanime.com
2005-01-25 20:57:23 UTC
Permalink
You can also click on Commands > Clean up XHTML.

Loading...