Forum Moderators: open

Message Too Old, No Replies

HTML Verification and Auto Fix?

         

smartcard

5:27 pm on Mar 26, 2005 (gmt 0)

10+ Year Member



Is there any tools or way to fix and tidy the html files.

Particularly, I have some html file where the Font codes are repeated, is there any way to remove all of them or fix them?

tedster

12:02 am on Mar 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You may get help with at least some of the work by using HTML Tidy:
[w3.org...]

For the more complex tasks you may need to use a multi-file text editor of some kind - something with support for regular expressions would be ideal, if you're comfortable with regex.

Some "replace" tasks you might be able to automate easily, and others you'll probably need just to use a Find function and inspect each candidate visually to make sure it's what you want. A lot will depend on the patterns you find in your pages. Nested font tags can be tricky - they may each hold different but important information.