Yes <h1>NEVER</h1> use tidy to fix up your code, it will screw it up good and proper, goiveg you something you don't want, use the error messages so you can fix it up yourself, then retest it, once it passes the "tidy test", it still might fail the www.w3.og web site validator, at http://validator.w3.org/
I have not used the uppercase to lower feature, but I did get my work all screwed up once and always used the error messages from then on. ----- Original Message ----- From: Bob <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, August 01, 2005 3:35 AM Subject: Re: [php-list] Lowercase problem | Hi Eric, | I've had Tidy for some time now, which I've added as a user tool in EditPlus. | The only snag is that all these pages I'm doing are include files. | Some are part full of tables and the closing tags are on other pages. | | To make it worse, the client insists that I don't change the actual layout of the html text, unless necessary to make it validate. | There are multiple spaces everywhere, around every tag, attibute, links etc. No quoted attributes and most tags in uppercase. | 4 to 8 blank lines between everything. | | All spaces that don't affect W3C Transition validation must be left alone. | Tidy is great, but even playing with the configure file, I can't stop it putting in missing closing tags, and it strips out all muliple spaces and blank lines. | | That's why I thought I'd have a go at writing a custom php program, at least to save me typing in every correction. | | It would be a lot easier to rewrite the whole lot, then cut and paste their content in, but they went bananas when I did this. | The tables are nested to an unbelievable depth, some just to get a border and padding, but I can't remove any. | | The first homepage draft I did was a completely tableless design, clean markup, everything in a common style sheet, looking identical, but they couldn't handle it. | | | ----- Original Message ----- | From: "Eric" <[EMAIL PROTECTED]> | To: <[email protected]> | Sent: Sunday, July 31, 2005 10:13 AM | Subject: Re: [php-list] Lowercase problem | | > the "HTML-tidy.exe" program should do it, change upper case tags to lower | > case | > that w3.org had it is a free program, | > | > http://www.w3.org/People/Raggett/tidy/ | | | | | Community email addresses: | Post message: [email protected] | Subscribe: [EMAIL PROTECTED] | Unsubscribe: [EMAIL PROTECTED] | List owner: [EMAIL PROTECTED] | | Shortcut URL to this page: | http://groups.yahoo.com/group/php-list | Yahoo! Groups Links | | | | | | ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hblo3na/M=362131.6882499.7825260.1510227/D=groups/S=1705005703:TM/Y=YAHOO/EXP=1122844361/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org ">Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life - brought to you by One Economy</a>.</font> --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
