View Single Post
  #5 (permalink)  
Old Sep 20th, 2006, 03:35
thomkhat thomkhat is offline
New Member
Join Date: Aug 2006
Location: St. Louis
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help with converting HTML to XHTML

Actually, Dreamweaver 8 has some tools that will help with this. I'm not familiar with versions of DW prior to 8, so I don't know if older versions have the same tools, but in my opinion, you need to do the following:

1) Convert the page type: From the file menu, choose 'convert', then set the type to XHTML.

2) Check your markup: Again, from the file menu, choose 'check page', then 'validate markup'.

Now of course, when you validate markup, any problems will show up in the code window, but Dreamweaver will give you warnings of what potential troublespots are. You'll still need some code knowledge to fix some of the problems. I agree with everyone else on the usefulness of w3schools for this, but at least these steps will give you a head start.
Reply With Quote