Looks simple. Change the doctype as noted at http://www.w3.org/TR/xhtml-basic/
One line change?
has anyone come across a software that converts html to xhtml? or at least help me with converting html to xhtml.
win2k pro, p4
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
has anyone come across a software that converts html to xhtml? or at least help me with converting html to xhtml.
win2k pro, p4
Discussion is locked
Looks simple. Change the doctype as noted at http://www.w3.org/TR/xhtml-basic/
One line change?
It's really a simple switch over. Don't buy software for something that you can google and do yourself in 5 mins.
xhtml is just adding a / to ends of non closed tags
such as breaks "br", image "img" and "hr" tags.
Those are the most common, others have their closing tags.
Work with the script directly, you'll enjoy building the page more than using a Software package like ColdFusion or Dreamweaver.