Edit HTML into W3C compliant html?

Sid59

Lifer
Sep 2, 2002
11,879
3
81
right now i use tidy.exe but it's a bit time consuming and when i do a -clean command, it adds a weird "class" tag and says it's not html3.2 compliant =\

So, does anyone have a program that will look at my html and make changes to fit W3C standards? Right now there aren't any errors in my html just warnings.

thanks.
 

Sid59

Lifer
Sep 2, 2002
11,879
3
81
ok .. guess ill stick with tidy. I already made the config.txt .. just gotta go in and clean the junk. thanks
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Why the hell are you going for html 3.2 compliance? YOu know HTML 4.01 has been a standard for quite a while now, right?
 

Sid59

Lifer
Sep 2, 2002
11,879
3
81
Originally posted by: notfred
Why the hell are you going for html 3.2 compliance? YOu know HTML 4.01 has been a standard for quite a while now, right?

no .. the tidy.exe places the class tag in my html and i don't want it there. it's a wierd bug. I don't want html3.2 compliance. as stated 4.01.
 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
theres a program called topcoder I think that does it automatically....you an also isntall tidy into dreamweaver and have a nice interfact to play with (its on the dreamweaver extensions page)