Register - Login
Views: 99379703
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 11:02:48 PM
Jul - SM64 Hacking (Archive) - Japanese TT64 site New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 151/621
EXP: 1135503
For next: 21616

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 12-24-07 05:49:50 AM (last edited by VL-Tone at 12-24-07 03:27 AM) Link | Quote
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Japanese people have been discovering Toad's Tool 64 lately, as it seems that a well-known Japanese magazine (Windows%100) featured an article about it. It's only natural that they're interested in TT64, because after all Super Mario 64 is a Japanese game!

As discussed previously, my M64 ROM Extender unfortunately doesn't work on Japanese Windows systems. The solution they've found is to create a "difference patch" to extend the ROM. It's in the form of an executable, so that it includes both the patcher program and the patch itself. I've uploaded the program to my website if you want to check it.

http://homepage.mac.com/qubedstudios/JapaneseM64ROMExtender.zip

People using foreign Windows system and/or anyone having problems with my ROM extender might want to try it.

There's a now pretty extensive "atwiki" Japanese page about TT64.

http://www41.atwiki.jp/ttmario64/

Here's the translated version:
http://www.google.com/translate?u=http%3A%2F%2Fwww41.atwiki.jp%2Fttmario64%2F&langpair=ja%7Cen&hl=en&ie=UTF8

Amongst other things, there's a page with a few mod patches http://www41.atwiki.jp/ttmario64/pages/26.html Again they're mostly .exe files (I'm not sure if they're supposed to be applied to an unextended or extended ROM).

There's another page with a long list of videos of Japanese SM64 hacks made with TT64:

http://www41.atwiki.jp/ttmario64/pages/35.html

It seems that there's a lot of SM64 hacking activity over there, I wish I could read Japanese and didn't have to use online translators!

Edit: The videos are on nicovideo.jp which is a Youtube-like japanese site that requires registration to view the video. To register, follow the instructions found at: http://www.neogaf.com/forum/showthread.php?p=8551398

To disable the scrolling comments, click on the little bird icon found at the bottom of the player.

____________________
Kles

Level: 87


Posts: 1041/1947
EXP: 6306452
For next: 86322

Since: 07-23-07


Since last post: 68 days
Last activity: 14 hours

Posted on 12-24-07 04:15:23 PM (last edited by Kles at 12-24-07 01:17 PM) Link | Quote
Congratulations! I think you have more fans than you've realized. Maybe it's a good thing you can't speak Japanese - you might just get annoyed to the tipping point with more novices not having a clue.

____________________
god damn it
Lyskar
12210
-The Chaos within trumps the Chaos without-
Level: 192


Posts: 999/12211
EXP: 99235535
For next: 638036

Since: 07-03-07

From: 52-2-88-7

Since last post: 7.4 years
Last activity: 7.3 years

Posted on 12-24-07 06:17:08 PM Link | Quote
12-24-07 12:17:08pm
999 posts
174 days
I don't know why I put this here.
Fascinating.

It's too bad I haven't been able to take Japanese yet, they might have discovered some more information we could use here... and vice versa.

It's nice to see that the app has many fans, though. Perhaps that means we'll get more people posting quality stuff here in the future... I hope.

____________________
"My name is Ozymandias, king of kings: Look on my works, ye mighty, and despair!" Nothing beside remains: round the decay Of that colossal wreck, boundless and bare, The lone and level sands stretch far away. -Shelley Death to n00bs!
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1893/5390
EXP: 29050409
For next: 284596

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 12-25-07 04:39:49 AM Link | Quote
Jul - Post #1893 - 12-24-07 11:39:49pm
Interesting, I wonder why it doesn't work on Japanese systems? Text doesn't show up, or it doesn't run at all?

____________________
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 153/621
EXP: 1135503
For next: 21616

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 12-26-07 06:05:51 AM Link | Quote
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
I've been watching the Japanese SM64 mods videos over the last few days (I was only aware of the main page, I didn't realize it was a full site with videos and patches until I created this topic). Some of them are really interesting and creative. One even features an "automatic Mario" segment in a Bowser stage http://www.nicovideo.jp/watch/sm1059340

Some mods were made by SM64 pros who created extremely hard levels and goals, and you can see them jumping around with no hesitation on small platforms high in the sky, very impressive stuff.

I think that the average age of the Japanese SM64 hacker might be higher, because of cultural differences. While north-american players in their twenties might have grown disinterested in SM64 and moved to more "mature" stuff, Japanese have been exposed to much more cute and cartoony stuff. So I would think that there's a smaller amount of immaturity in their SM64 hacking community.

Originally posted by HyperHacker
Interesting, I wonder why it doesn't work on Japanese systems? Text doesn't show up, or it doesn't run at all?


The ROM Extender simply doesn't work as intended on Japanese systems. The resulting extended ROM would be unusable, and simply reading the checksum fails so you can't even manage to get to that point.

Here's why:

To enable fast copying of large binary data chunks in Director MX, I had to use the Binary IO Xtra, which is a plug-in for Director. The built-in File I/O Xtra is not suited for binary data I/O.

The Binary IO Xtra can quickly read large amount of data directly into a text variable. I'm using the Binary IO Xtra to copy the decompressed MIO0 banks into the extended ROM, loading them into a variable, and then writing the data back directly from the variable.

The problem is that on a Japanese system, Director MX uses a different internal representation of text variables (Unicode) which as a result corrupts the data read from the Binary IO Xtra (for some reason, some bytes end up being skipped).

TT64 itself uses a different Xtra to read/write data, which is slower and read data in list variables that look like that [255,0,0,120,232,34,50]. So TT64 works on Japanese systems, but not the ROM Extender. I could retrofit the other File Xtra into the ROM Extender, but it would end up being much much slower. Anyway there are other problems with the ROM Extender, one being that it doesn't work with WINE on Linux (but TT64 does.)

Anyhow, Cellar Dweller has been kindly working on a new cross-platform ROM Extender written in C (which will work in Windows, Mac and Linux). He already gave me a working command-line prototype, and he intends to add a GUI.


____________________
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1928/5390
EXP: 29050409
For next: 284596

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 12-26-07 02:11:14 PM Link | Quote
Jul - Post #1928 - 12-26-07 09:11:14am
Er, how do you watch the video? I only see a thumbnail.



____________________
Kles

Level: 87


Posts: 1047/1947
EXP: 6306452
For next: 86322

Since: 07-23-07


Since last post: 68 days
Last activity: 14 hours

Posted on 12-26-07 05:50:58 PM Link | Quote
Originally posted by HyperHacker
Er, how do you watch the video? I only see a thumbnail.




Gotta register. Look up on Google how to do it. (register nicovideo or something)



____________________
god damn it
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 154/621
EXP: 1135503
For next: 21616

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 12-26-07 07:09:26 PM Link | Quote
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by Kles
Originally posted by HyperHacker
Er, how do you watch the video? I only see a thumbnail.




Gotta register. Look up on Google how to do it. (register nicovideo or something)




You can google it, or you can take a look at the last link in the first post of this thread.

____________________
Ratchetfan19
Member
Level: 18


Posts: 15/50
EXP: 25661
For next: 4236

Since: 11-20-07


Since last post: 9.0 years
Last activity: 8.6 years

Posted on 12-26-07 08:30:54 PM Link | Quote
Darn, the site's undergoing maintenance.
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 1932/5390
EXP: 29050409
For next: 284596

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 12-27-07 12:15:18 AM (last edited by HyperHacker at 12-26-07 09:16 PM) Link | Quote
Jul - Post #1932 - 12-26-07 07:15:18pm
[server down]
Originally posted by Kles
Originally posted by HyperHacker
Er, how do you watch the video? I only see a thumbnail.




Gotta register. Look up on Google how to do it. (register nicovideo or something)


Booooooooo.


____________________
My server is up right now, but with an unstable connection, so I'm leaving the images out. My parents have no fucking idea what they're doing and will probably unplug/destroy the phone line again.
Why Not To Buy From SonyCodes w/o BSMy site
VL-Tone
Member
Super Mario 64 forum moderator
Level: 53


Posts: 156/621
EXP: 1135503
For next: 21616

Since: 07-27-07

From: Montreal, Canada

Since last post: 4.7 years
Last activity: 1.2 years

Posted on 12-27-07 04:41:43 AM Link | Quote
Time: Now - Date: Today - Weather: What can be seen outside. - Mood: How it feels. Answer to the universe: 42
Originally posted by HyperHacker
Originally posted by Kles
Originally posted by HyperHacker
Er, how do you watch the video? I only see a thumbnail.




Gotta register. Look up on Google how to do it. (register nicovideo or something)


Booooooooo.



Yeah, it's a drag, but nicovideo contains a large collection of very nice video-game related stuff (amongst other things) that you usually can't find on Youtube. I guess that registration is a way to prevent the site from being invaded by stupid westerners

____________________
wowfunhappy
Member
Level: 16


Posts: 17/40
EXP: 18486
For next: 1770

Since: 09-10-07


Since last post: 12.9 years
Last activity: 12.9 years

Posted on 12-31-07 08:22:34 PM Link | Quote
Originally posted by VL-Tone


Amongst other things, there's a page with a few mod patches http://www41.atwiki.jp/ttmario64/pages/26.html Again they're mostly .exe files (I'm not sure if they're supposed to be applied to an unextended or extended ROM).




Every other patch I've used is in the form of an IPS file or a PPS file. (Yeah, I know it's different because it's Japanise, but that doesn't help me.) Has anyone figured out how to use these EXE files to patch a rom? Playing hacks myself is much more enjoyable to me than watching videos is.
John2k4
490
Bubble Bobble
Level: 48


Posts: 375/499
EXP: 817248
For next: 6295

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 01-17-08 07:54:56 PM Link | Quote

Level--> 26
EXP----> 93352


hmm, i wonder if the japanese get all excited (not saying any names here...) when they find ENGLISH letters in a rom...

____________________
Roger3245

Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 2170/5390
EXP: 29050409
For next: 284596

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 333 days
Last activity: 333 days

Posted on 01-20-08 04:45:23 AM Link | Quote
Jul - Post #2170 - 01-19-08 11:45:23pm
Ever play the Japanese version of Mario 64?

____________________
John2k4
490
Bubble Bobble
Level: 48


Posts: 383/499
EXP: 817248
For next: 6295

Since: 08-05-07

From: Arizona

Since last post: 8.9 years
Last activity: 7.7 years

Posted on 01-29-08 10:33:20 PM Link | Quote
Yeah, Mario has an extra jumping voice in it.
And the opening screen (with the putty-like mario head) has a rumble pak logo in corner.

____________________
#88: Never try to push your head into any opening that your whiskers won't clear easily."
From "A Cat's little Instruction Book"
Rachel Mae

Creature of Chaos
Level: 141


Posts: 484/5929
EXP: 33574992
For next: 545022

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 11 days
Last activity: 2 days

Posted on 01-29-08 11:44:31 PM Link | Quote

Originally posted by roger3245
And the opening screen (with the putty-like mario head) has a rumble pak logo in corner.

Wait, what?

I have a Japanese SM64 cartridge, and I don't see that...was it added to a later revision or something?

____________________

mreeew!
+c0

Level: 11


Posts: 6/17
EXP: 5138
For next: 847

Since: 08-05-07

From: Nowhere.

Since last post: 11.0 years
Last activity: 10.9 years

Posted on 01-29-08 11:59:56 PM Link | Quote
Originally posted by Guy54123
Originally posted by roger3245
And the opening screen (with the putty-like mario head) has a rumble pak logo in corner.

Wait, what?

I have a Japanese SM64 cartridge, and I don't see that...was it added to a later revision or something?


Super Mario 64 was re-released in Japan with Rumble Pak Support and the english voice actors.


____________________

Raccoon Sam
Member
free speech disabled
Level: 32


Posts: 58/187
EXP: 187677
For next: 18765

Since: 07-25-07

From: Somewhat

Since last post: 4.4 years
Last activity: 1.0 years

Posted on 02-01-08 08:32:55 PM Link | Quote
Originally posted by +c0
Originally posted by Guy54123
Originally posted by roger3245
And the opening screen (with the putty-like mario head) has a rumble pak logo in corner.

Wait, what?

I have a Japanese SM64 cartridge, and I don't see that...was it added to a later revision or something?


Super Mario 64 was re-released in Japan with Rumble Pak Support and the english voice actors.



Among other minor changes. I made a document about the differences years ago.
The first things that come into my mind are the Jolly Roger Bay painting, Chain Chomp's woofing and the Mysterious Red Coin sound.
Stevoisiak
Member
Level: 38


Posts: 31/283
EXP: 345476
For next: 24971

Since: 11-22-07

From: New York, Long Island

Since last post: 12.3 years
Last activity: 5.6 years

Posted on 02-05-08 11:07:20 PM Link | Quote
Since some of us do not want to have the trouble to have to deal with the japanese and the veiwing time limits, maybe someone can use Hypercam to record thwhe vids, and upload them to YouTube or TinyPic. Also, maybe you can make a post on the Tads tool site for the japannese, and tell them about how we'd like to play their mods, and maybe tell them either to tell us how to use the exe files, or tell them how to use PPF. Maybe a site can be made that you can register as Japanese or English, and if you register as English, the posts are automaticaly translated to english, and vise versa.
Nicole

Disk-kun
Level: 146


Posts: 803/6469
EXP: 38251760
For next: 261534

Since: 07-07-07

Pronouns: she/her
From: Boston, MA

Since last post: 68 days
Last activity: 1 day

Posted on 02-11-08 01:18:04 AM (last edited by Imajin at 02-10-08 10:18 PM) Link | Quote
Originally posted by Stevoisiak
Maybe a site can be made that you can register as Japanese or English, and if you register as English, the posts are automaticaly translated to english, and vise versa.

Like the thought that that be sure to post with Japanese and English, without having the people who are required being terrible completely, being good from sound the translation which how is stopped it seems the way, but? As for machine translation you sound frequently terribly.


____________________
Pages: 1 2 Next newer thread | Next older thread
Jul - SM64 Hacking (Archive) - Japanese TT64 site New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

34 database queries, 3 query cache hits.
Query execution time:  0.106327 seconds
Script execution time:  0.065926 seconds
Total render time:  0.172253 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 300 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 189 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 96 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 131 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 99 - Warning: unescaped & or unknown entity "&postid"
line 179 column 73 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 192 column 2741 - Warning: unescaped & or unknown entity "&langpair"
line 192 column 2758 - Warning: unescaped & or unknown entity "&hl"
line 192 column 2764 - Warning: unescaped & or unknown entity "&ie"
line 192 column 2850 - Warning: unescaped & or unknown entity "&langpair"
line 192 column 2867 - Warning: unescaped & or unknown entity "&hl"
line 192 column 2873 - Warning: unescaped & or unknown entity "&ie"
line 179 column 137 - Warning: missing </div>
line 207 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 209 column 9 - Warning: missing <tr>
line 227 column 13 - Warning: missing <tr>
line 228 column 99 - Warning: unescaped & or unknown entity "&postid"
line 233 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 235 column 9 - Warning: missing <tr>
line 253 column 13 - Warning: missing <tr>
line 254 column 99 - Warning: unescaped & or unknown entity "&postid"
line 256 column 73 - Warning: missing </font> before <table>
line 262 column 1034 - Error: <tfooter> is not recognized!
line 262 column 1034 - Warning: discarding unexpected <tfooter>
line 262 column 1380 - Warning: discarding unexpected </tfooter>
line 262 column 1398 - Warning: discarding unexpected </font>
line 265 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 267 column 9 - Warning: missing <tr>
line 285 column 13 - Warning: missing <tr>
line 286 column 99 - Warning: unescaped & or unknown entity "&postid"
line 288 column 84 - Warning: <style> isn't allowed in <td> elements
line 288 column 9 - Info: <td> previously mentioned
line 288 column 2151 - Warning: unescaped & or unknown entity "&pr"
line 288 column 2156 - Warning: unescaped & or unknown entity "&lv"
line 288 column 2162 - Warning: unescaped & or unknown entity "&ep"
line 288 column 2170 - Warning: unescaped & or unknown entity "&ed"
line 288 column 2179 - Warning: unescaped & or unknown entity "&ll"
line 288 column 2188 - Warning: unescaped & or unknown entity "&ex"
line 288 column 2199 - Warning: unescaped & or unknown entity "&le"
line 288 column 2210 - Warning: unescaped & or unknown entity "&eg"
line 288 column 2217 - Warning: unescaped & or unknown entity "&et"
line 288 column 2505 - Warning: unescaped & or unknown entity "&config"
line 291 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 293 column 9 - Warning: missing <tr>
line 311 column 13 - Warning: missing <tr>
line 312 column 99 - Warning: unescaped & or unknown entity "&postid"
line 314 column 73 - Warning: <style> isn't allowed in <td> elements
line 314 column 9 - Info: <td> previously mentioned
line 314 column 1511 - Warning: missing </font> before <blockquote>
line 320 column 2593 - Warning: inserting implicit <font>
line 320 column 2593 - Warning: missing </font> before <hr>
line 320 column 2661 - Warning: inserting implicit <font>
line 320 column 2661 - Warning: missing </font> before <hr>
line 321 column 1 - Warning: inserting implicit <font>
line 314 column 137 - Warning: missing </div>
line 338 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 340 column 9 - Warning: missing <tr>
line 358 column 13 - Warning: missing <tr>
line 359 column 99 - Warning: unescaped & or unknown entity "&postid"
line 361 column 84 - Warning: <style> isn't allowed in <td> elements
line 361 column 9 - Info: <td> previously mentioned
line 361 column 2151 - Warning: unescaped & or unknown entity "&pr"
line 361 column 2156 - Warning: unescaped & or unknown entity "&lv"
line 361 column 2162 - Warning: unescaped & or unknown entity "&ep"
line 361 column 2170 - Warning: unescaped & or unknown entity "&ed"
line 361 column 2179 - Warning: unescaped & or unknown entity "&ll"
line 361 column 2188 - Warning: unescaped & or unknown entity "&ex"
line 361 column 2199 - Warning: unescaped & or unknown entity "&le"
line 361 column 2210 - Warning: unescaped & or unknown entity "&eg"
line 361 column 2217 - Warning: unescaped & or unknown entity "&et"
line 363 column 2555 - Warning: unescaped & or unknown entity "&config"
line 366 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 368 column 9 - Warning: missing <tr>
line 386 column 13 - Warning: missing <tr>
line 387 column 99 - Warning: unescaped & or unknown entity "&postid"
line 398 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 400 column 9 - Warning: missing <tr>
line 418 column 13 - Warning: missing <tr>
line 419 column 99 - Warning: unescaped & or unknown entity "&postid"
line 421 column 73 - Warning: <style> isn't allowed in <td> elements
line 421 column 9 - Info: <td> previously mentioned
line 421 column 1511 - Warning: missing </font> before <blockquote>
line 421 column 1590 - Warning: inserting implicit <font>
line 421 column 1590 - Warning: missing </font> before <hr>
line 421 column 1663 - Warning: inserting implicit <font>
line 421 column 1663 - Warning: missing </font> before <hr>
line 421 column 1731 - Warning: inserting implicit <font>
line 421 column 1731 - Warning: missing </font> before <hr>
line 424 column 1 - Warning: inserting implicit <font>
line 424 column 1 - Warning: missing </font> before <hr>
line 428 column 1 - Warning: inserting implicit <font>
line 421 column 137 - Warning: missing </div>
line 432 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 434 column 9 - Warning: missing <tr>
line 452 column 13 - Warning: missing <tr>
line 453 column 99 - Warning: unescaped & or unknown entity "&postid"
line 458 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 460 column 9 - Warning: missing <tr>
line 478 column 13 - Warning: missing <tr>
line 479 column 99 - Warning: unescaped & or unknown entity "&postid"
line 481 column 84 - Warning: <style> isn't allowed in <td> elements
line 481 column 9 - Info: <td> previously mentioned
line 491 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 493 column 9 - Warning: missing <tr>
line 511 column 13 - Warning: missing <tr>
line 512 column 99 - Warning: unescaped & or unknown entity "&postid"
line 514 column 73 - Warning: <style> isn't allowed in <td> elements
line 514 column 9 - Info: <td> previously mentioned
line 514 column 1511 - Warning: missing </font> before <blockquote>
line 514 column 1590 - Warning: inserting implicit <font>
line 514 column 1590 - Warning: missing </font> before <hr>
line 514 column 1670 - Warning: inserting implicit <font>
line 514 column 1670 - Warning: missing </font> before <hr>
line 514 column 1743 - Warning: inserting implicit <font>
line 514 column 1743 - Warning: missing </font> before <hr>
line 514 column 1811 - Warning: inserting implicit <font>
line 514 column 1811 - Warning: missing </font> before <hr>
line 517 column 1 - Warning: inserting implicit <font>
line 517 column 1 - Warning: missing </font> before <hr>
line 520 column 2243 - Warning: inserting implicit <font>
line 520 column 2243 - Warning: missing </font> before <hr>
line 522 column 1 - Warning: inserting implicit <font>
line 514 column 137 - Warning: missing </div>
line 526 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 528 column 9 - Warning: missing <tr>
line 546 column 13 - Warning: missing <tr>
line 547 column 99 - Warning: unescaped & or unknown entity "&postid"
line 558 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 560 column 9 - Warning: missing <tr>
line 578 column 13 - Warning: missing <tr>
line 579 column 99 - Warning: unescaped & or unknown entity "&postid"
line 581 column 73 - Warning: <style> isn't allowed in <td> elements
line 581 column 9 - Info: <td> previously mentioned
line 590 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 592 column 9 - Warning: missing <tr>
line 610 column 13 - Warning: missing <tr>
line 611 column 99 - Warning: unescaped & or unknown entity "&postid"
line 613 column 84 - Warning: <style> isn't allowed in <td> elements
line 613 column 9 - Info: <td> previously mentioned
line 613 column 2402 - Warning: unescaped & or unknown entity "&config"
line 613 column 2592 - Warning: unescaped & or unknown entity "&pr"
line 613 column 2597 - Warning: unescaped & or unknown entity "&lv"
line 613 column 2603 - Warning: unescaped & or unknown entity "&ep"
line 613 column 2611 - Warning: unescaped & or unknown entity "&ed"
line 613 column 2620 - Warning: unescaped & or unknown entity "&ll"
line 613 column 2629 - Warning: unescaped & or unknown entity "&ex"
line 613 column 2640 - Warning: unescaped & or unknown entity "&le"
line 613 column 2651 - Warning: unescaped & or unknown entity "&eg"
line 613 column 2658 - Warning: unescaped & or unknown entity "&et"
line 616 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 618 column 9 - Warning: missing <tr>
line 636 column 13 - Warning: missing <tr>
line 637 column 99 - Warning: unescaped & or unknown entity "&postid"
line 645 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 647 column 9 - Warning: missing <tr>
line 665 column 13 - Warning: missing <tr>
line 666 column 99 - Warning: unescaped & or unknown entity "&postid"
line 668 column 300 - Warning: missing </font> before <blockquote>
line 669 column 369 - Warning: inserting implicit <font>
line 669 column 369 - Warning: missing </font> before <hr>
line 669 column 435 - Warning: inserting implicit <font>
line 669 column 435 - Warning: missing </font> before <hr>
line 670 column 1 - Warning: inserting implicit <font>
line 676 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 678 column 9 - Warning: missing <tr>
line 696 column 13 - Warning: missing <tr>
line 697 column 99 - Warning: unescaped & or unknown entity "&postid"
line 709 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 711 column 9 - Warning: missing <tr>
line 729 column 13 - Warning: missing <tr>
line 730 column 99 - Warning: unescaped & or unknown entity "&postid"
line 744 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 746 column 9 - Warning: missing <tr>
line 764 column 13 - Warning: missing <tr>
line 765 column 99 - Warning: unescaped & or unknown entity "&postid"
line 770 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 772 column 9 - Warning: missing <tr>
line 790 column 13 - Warning: missing <tr>
line 791 column 99 - Warning: unescaped & or unknown entity "&postid"
line 793 column 127 - Warning: missing <tr>
line 793 column 165 - Warning: missing </font> before <blockquote>
line 793 column 196 - Warning: inserting implicit <font>
line 793 column 196 - Warning: missing </font> before <hr>
line 793 column 263 - Warning: inserting implicit <font>
line 793 column 263 - Warning: missing </font> before <hr>
line 794 column 1 - Warning: inserting implicit <font>
line 798 column 17 - Warning: missing <tr>
line 798 column 17 - Warning: discarding unexpected <table>
line 801 column 35 - Warning: missing <tr>
line 801 column 96 - Warning: unescaped & or unknown entity "&page"
line 801 column 50 - Warning: missing </font> before </td>
line 801 column 131 - Warning: missing </font> before </table>
line 803 column 35 - Warning: missing <tr>
line 803 column 50 - Warning: missing </font> before </td>
line 804 column 37 - Warning: unescaped & or unknown entity "&id"
line 803 column 189 - Warning: missing </font> before </table>
line 805 column 17 - Warning: discarding unexpected </textarea>
line 805 column 28 - Warning: discarding unexpected </form>
line 805 column 35 - Warning: discarding unexpected </embed>
line 805 column 43 - Warning: discarding unexpected </noembed>
line 805 column 53 - Warning: discarding unexpected </noscript>
line 805 column 64 - Warning: discarding unexpected </noembed>
line 805 column 74 - Warning: discarding unexpected </embed>
line 805 column 82 - Warning: discarding unexpected </table>
line 805 column 90 - Warning: discarding unexpected </table>
line 807 column 9 - Warning: missing </font> before <table>
line 819 column 25 - Warning: discarding unexpected </font>
line 828 column 57 - Warning: discarding unexpected </font>
line 806 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 693 - Warning: <img> lacks "alt" attribute
line 204 column 4006 - Warning: <img> lacks "alt" attribute
line 204 column 4165 - Warning: <img> lacks "alt" attribute
line 212 column 22 - Warning: <img> lacks "alt" attribute
line 212 column 63 - Warning: <img> lacks "alt" attribute
line 212 column 112 - Warning: <img> lacks "alt" attribute
line 212 column 162 - Warning: <img> lacks "alt" attribute
line 213 column 11 - Warning: <img> lacks "alt" attribute
line 223 column 15 - Warning: <img> lacks "alt" attribute
line 230 column 275 - Warning: <img> proprietary attribute value "absmiddle"
line 230 column 275 - Warning: <img> lacks "alt" attribute
line 237 column 17 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 17 - Warning: <img> lacks "alt" attribute
line 237 column 60 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 60 - Warning: <img> lacks "alt" attribute
line 237 column 103 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 103 - Warning: <img> lacks "alt" attribute
line 237 column 146 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 146 - Warning: <img> lacks "alt" attribute
line 237 column 189 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 189 - Warning: <img> lacks "alt" attribute
line 237 column 232 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 232 - Warning: <img> lacks "alt" attribute
line 237 column 275 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 275 - Warning: <img> lacks "alt" attribute
line 237 column 318 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 318 - Warning: <img> lacks "alt" attribute
line 237 column 361 - Warning: <img> proprietary attribute value "absmiddle"
line 237 column 361 - Warning: <img> lacks "alt" attribute
line 238 column 23 - Warning: <img> lacks "alt" attribute
line 238 column 64 - Warning: <img> lacks "alt" attribute
line 238 column 113 - Warning: <img> lacks "alt" attribute
line 238 column 163 - Warning: <img> lacks "alt" attribute
line 239 column 11 - Warning: <img> lacks "alt" attribute
line 249 column 15 - Warning: <img> lacks "alt" attribute
line 258 column 332 - Warning: <img> lacks "alt" attribute
line 270 column 23 - Warning: <img> lacks "alt" attribute
line 270 column 64 - Warning: <img> lacks "alt" attribute
line 270 column 113 - Warning: <img> lacks "alt" attribute
line 270 column 163 - Warning: <img> lacks "alt" attribute
line 281 column 15 - Warning: <img> lacks "alt" attribute
line 288 column 2094 - Warning: <img> lacks "alt" attribute
line 288 column 2516 - Warning: <img> lacks "alt" attribute
line 296 column 22 - Warning: <img> lacks "alt" attribute
line 296 column 63 - Warning: <img> lacks "alt" attribute
line 296 column 112 - Warning: <img> lacks "alt" attribute
line 296 column 162 - Warning: <img> lacks "alt" attribute
line 307 column 15 - Warning: <img> lacks "alt" attribute
line 314 column 693 - Warning: <img> lacks "alt" attribute
line 335 column 4496 - Warning: <img> lacks "alt" attribute
line 335 column 4655 - Warning: <img> lacks "alt" attribute
line 343 column 23 - Warning: <img> lacks "alt" attribute
line 343 column 64 - Warning: <img> lacks "alt" attribute
line 343 column 113 - Warning: <img> lacks "alt" attribute
line 343 column 163 - Warning: <img> lacks "alt" attribute
line 354 column 15 - Warning: <img> lacks "alt" attribute
line 361 column 2094 - Warning: <img> lacks "alt" attribute
line 361 column 2325 - Warning: <img> proprietary attribute value "absmiddle"
line 361 column 2325 - Warning: <img> lacks "alt" attribute
line 363 column 2566 - Warning: <img> lacks "alt" attribute
line 371 column 22 - Warning: <img> lacks "alt" attribute
line 371 column 63 - Warning: <img> lacks "alt" attribute
line 371 column 112 - Warning: <img> lacks "alt" attribute
line 371 column 162 - Warning: <img> lacks "alt" attribute
line 372 column 11 - Warning: <img> lacks "alt" attribute
line 382 column 15 - Warning: <img> lacks "alt" attribute
line 389 column 209 - Warning: <img> proprietary attribute value "absmiddle"
line 389 column 209 - Warning: <img> lacks "alt" attribute
line 403 column 22 - Warning: <img> lacks "alt" attribute
line 403 column 63 - Warning: <img> lacks "alt" attribute
line 403 column 112 - Warning: <img> lacks "alt" attribute
line 403 column 162 - Warning: <img> lacks "alt" attribute
line 414 column 15 - Warning: <img> lacks "alt" attribute
line 421 column 693 - Warning: <img> lacks "alt" attribute
line 421 column 1787 - Warning: <img> proprietary attribute value "absmiddle"
line 421 column 1787 - Warning: <img> lacks "alt" attribute
line 429 column 2264 - Warning: <img> proprietary attribute value "absmiddle"
line 429 column 2264 - Warning: <img> lacks "alt" attribute
line 429 column 2396 - Warning: <img> lacks "alt" attribute
line 429 column 2555 - Warning: <img> lacks "alt" attribute
line 437 column 22 - Warning: <img> lacks "alt" attribute
line 437 column 63 - Warning: <img> lacks "alt" attribute
line 437 column 112 - Warning: <img> lacks "alt" attribute
line 437 column 162 - Warning: <img> lacks "alt" attribute
line 438 column 11 - Warning: <img> lacks "alt" attribute
line 448 column 15 - Warning: <img> lacks "alt" attribute
line 463 column 23 - Warning: <img> lacks "alt" attribute
line 463 column 64 - Warning: <img> lacks "alt" attribute
line 463 column 113 - Warning: <img> lacks "alt" attribute
line 463 column 163 - Warning: <img> lacks "alt" attribute
line 474 column 15 - Warning: <img> lacks "alt" attribute
line 481 column 2356 - Warning: <img> proprietary attribute value "absmiddle"
line 481 column 2356 - Warning: <img> lacks "alt" attribute
line 487 column 2744 - Warning: <img> proprietary attribute value "absmiddle"
line 487 column 2744 - Warning: <img> lacks "alt" attribute
line 488 column 3368 - Warning: <img> proprietary attribute value "absmiddle"
line 488 column 3368 - Warning: <img> lacks "alt" attribute
line 496 column 22 - Warning: <img> lacks "alt" attribute
line 496 column 63 - Warning: <img> lacks "alt" attribute
line 496 column 112 - Warning: <img> lacks "alt" attribute
line 496 column 162 - Warning: <img> lacks "alt" attribute
line 507 column 15 - Warning: <img> lacks "alt" attribute
line 514 column 693 - Warning: <img> lacks "alt" attribute
line 514 column 1867 - Warning: <img> proprietary attribute value "absmiddle"
line 514 column 1867 - Warning: <img> lacks "alt" attribute
line 520 column 2255 - Warning: <img> proprietary attribute value "absmiddle"
line 520 column 2255 - Warning: <img> lacks "alt" attribute
line 523 column 2888 - Warning: <img> proprietary attribute value "absmiddle"
line 523 column 2888 - Warning: <img> lacks "alt" attribute
line 523 column 3019 - Warning: <img> lacks "alt" attribute
line 523 column 3178 - Warning: <img> lacks "alt" attribute
line 531 column 22 - Warning: <img> lacks "alt" attribute
line 531 column 63 - Warning: <img> lacks "alt" attribute
line 531 column 112 - Warning: <img> lacks "alt" attribute
line 531 column 162 - Warning: <img> lacks "alt" attribute
line 542 column 15 - Warning: <img> lacks "alt" attribute
line 562 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 15 - Warning: <img> lacks "alt" attribute
line 562 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 58 - Warning: <img> lacks "alt" attribute
line 562 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 101 - Warning: <img> lacks "alt" attribute
line 562 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 144 - Warning: <img> lacks "alt" attribute
line 562 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 187 - Warning: <img> lacks "alt" attribute
line 562 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 230 - Warning: <img> lacks "alt" attribute
line 562 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 273 - Warning: <img> lacks "alt" attribute
line 562 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 316 - Warning: <img> lacks "alt" attribute
line 562 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 562 column 359 - Warning: <img> lacks "alt" attribute
line 563 column 22 - Warning: <img> lacks "alt" attribute
line 563 column 63 - Warning: <img> lacks "alt" attribute
line 563 column 112 - Warning: <img> lacks "alt" attribute
line 563 column 162 - Warning: <img> lacks "alt" attribute
line 564 column 11 - Warning: <img> lacks "alt" attribute
line 574 column 15 - Warning: <img> lacks "alt" attribute
line 586 column 3172 - Warning: <img> proprietary attribute value "absmiddle"
line 586 column 3172 - Warning: <img> lacks "alt" attribute
line 587 column 3554 - Warning: <img> lacks "alt" attribute
line 595 column 23 - Warning: <img> lacks "alt" attribute
line 595 column 64 - Warning: <img> lacks "alt" attribute
line 595 column 113 - Warning: <img> lacks "alt" attribute
line 595 column 163 - Warning: <img> lacks "alt" attribute
line 606 column 15 - Warning: <img> lacks "alt" attribute
line 613 column 2179 - Warning: <img> proprietary attribute value "absmiddle"
line 613 column 2179 - Warning: <img> lacks "alt" attribute
line 613 column 2413 - Warning: <img> lacks "alt" attribute
line 613 column 2535 - Warning: <img> lacks "alt" attribute
line 620 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 15 - Warning: <img> lacks "alt" attribute
line 620 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 58 - Warning: <img> lacks "alt" attribute
line 620 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 101 - Warning: <img> lacks "alt" attribute
line 620 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 144 - Warning: <img> lacks "alt" attribute
line 620 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 187 - Warning: <img> lacks "alt" attribute
line 620 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 230 - Warning: <img> lacks "alt" attribute
line 620 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 273 - Warning: <img> lacks "alt" attribute
line 620 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 316 - Warning: <img> lacks "alt" attribute
line 620 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 620 column 359 - Warning: <img> lacks "alt" attribute
line 621 column 22 - Warning: <img> lacks "alt" attribute
line 621 column 63 - Warning: <img> lacks "alt" attribute
line 621 column 112 - Warning: <img> lacks "alt" attribute
line 621 column 162 - Warning: <img> lacks "alt" attribute
line 622 column 11 - Warning: <img> lacks "alt" attribute
line 632 column 15 - Warning: <img> lacks "alt" attribute
line 642 column 420 - Warning: <img> lacks "alt" attribute
line 649 column 11 - Warning: <img> lacks "alt" attribute
line 650 column 23 - Warning: <img> lacks "alt" attribute
line 650 column 64 - Warning: <img> lacks "alt" attribute
line 650 column 113 - Warning: <img> lacks "alt" attribute
line 650 column 163 - Warning: <img> lacks "alt" attribute
line 651 column 11 - Warning: <img> lacks "alt" attribute
line 661 column 15 - Warning: <img> lacks "alt" attribute
line 670 column 556 - Warning: <img> proprietary attribute value "absmiddle"
line 670 column 556 - Warning: <img> lacks "alt" attribute
line 673 column 958 - Warning: <img> lacks "alt" attribute
line 680 column 11 - Warning: <img> lacks "alt" attribute
line 681 column 22 - Warning: <img> lacks "alt" attribute
line 681 column 63 - Warning: <img> lacks "alt" attribute
line 681 column 112 - Warning: <img> lacks "alt" attribute
line 681 column 162 - Warning: <img> lacks "alt" attribute
line 682 column 11 - Warning: <img> lacks "alt" attribute
line 692 column 15 - Warning: <img> lacks "alt" attribute
line 700 column 831 - Warning: <img> proprietary attribute value "absmiddle"
line 700 column 831 - Warning: <img> lacks "alt" attribute
line 705 column 1196 - Warning: <img> lacks "alt" attribute
line 714 column 22 - Warning: <img> lacks "alt" attribute
line 714 column 63 - Warning: <img> lacks "alt" attribute
line 714 column 112 - Warning: <img> lacks "alt" attribute
line 714 column 162 - Warning: <img> lacks "alt" attribute
line 715 column 11 - Warning: <img> escaping malformed URI reference
line 715 column 11 - Warning: <img> lacks "alt" attribute
line 725 column 15 - Warning: <img> lacks "alt" attribute
line 733 column 421 - Warning: <img> proprietary attribute value "absmiddle"
line 733 column 421 - Warning: <img> lacks "alt" attribute
line 749 column 22 - Warning: <img> lacks "alt" attribute
line 749 column 63 - Warning: <img> lacks "alt" attribute
line 749 column 112 - Warning: <img> lacks "alt" attribute
line 749 column 162 - Warning: <img> lacks "alt" attribute
line 760 column 15 - Warning: <img> lacks "alt" attribute
line 774 column 11 - Warning: <img> lacks "alt" attribute
line 775 column 23 - Warning: <img> lacks "alt" attribute
line 775 column 64 - Warning: <img> lacks "alt" attribute
line 775 column 113 - Warning: <img> lacks "alt" attribute
line 775 column 163 - Warning: <img> lacks "alt" attribute
line 776 column 11 - Warning: <img> lacks "alt" attribute
line 786 column 15 - Warning: <img> lacks "alt" attribute
line 793 column 73 - Warning: <table> attribute "bgcolor" had invalid value "7C0800" and has been replaced
line 793 column 127 - Warning: <td> attribute "bgcolor" had invalid value "990000" and has been replaced
line 793 column 165 - Warning: <font> attribute "color" had invalid value "FFFFFF" and has been replaced
line 793 column 196 - Warning: <font> attribute "color" had invalid value "FFFFFF" and has been replaced
line 793 column 263 - Warning: <font> attribute "color" had invalid value "FFFFFF" and has been replaced
line 794 column 1 - Warning: <font> attribute "color" had invalid value "FFFFFF" and has been replaced
line 795 column 1057 - Warning: <font> attribute "color" had invalid value "990000" and has been replaced
line 804 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 804 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 804 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 813 column 25 - Warning: <img> lacks "alt" attribute
line 818 column 267 - Warning: <img> lacks "alt" attribute
line 256 column 73 - Warning: trimming empty <font>
line 421 column 1511 - Warning: trimming empty <font>
line 514 column 1511 - Warning: trimming empty <font>
line 793 column 165 - Warning: trimming empty <font>
line 798 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 179 column 157 - Warning: <table> proprietary attribute "height"
line 179 column 222 - Warning: <td> proprietary attribute "background"
line 179 column 318 - Warning: <td> proprietary attribute "background"
line 179 column 408 - Warning: <table> proprietary attribute "height"
line 179 column 488 - Warning: <td> proprietary attribute "background"
line 179 column 1443 - Warning: <td> proprietary attribute "background"
line 228 column 27 - Warning: <nobr> is not approved by W3C
line 254 column 27 - Warning: <nobr> is not approved by W3C
line 256 column 116 - Warning: <table> proprietary attribute "background"
line 286 column 27 - Warning: <nobr> is not approved by W3C
line 312 column 27 - Warning: <nobr> is not approved by W3C
line 314 column 157 - Warning: <table> proprietary attribute "height"
line 314 column 222 - Warning: <td> proprietary attribute "background"
line 314 column 318 - Warning: <td> proprietary attribute "background"
line 314 column 408 - Warning: <table> proprietary attribute "height"
line 314 column 488 - Warning: <td> proprietary attribute "background"
line 314 column 1443 - Warning: <td> proprietary attribute "background"
line 359 column 27 - Warning: <nobr> is not approved by W3C
line 387 column 27 - Warning: <nobr> is not approved by W3C
line 419 column 27 - Warning: <nobr> is not approved by W3C
line 421 column 157 - Warning: <table> proprietary attribute "height"
line 421 column 222 - Warning: <td> proprietary attribute "background"
line 421 column 318 - Warning: <td> proprietary attribute "background"
line 421 column 408 - Warning: <table> proprietary attribute "height"
line 421 column 488 - Warning: <td> proprietary attribute "background"
line 421 column 1443 - Warning: <td> proprietary attribute "background"
line 453 column 27 - Warning: <nobr> is not approved by W3C
line 479 column 27 - Warning: <nobr> is not approved by W3C
line 512 column 27 - Warning: <nobr> is not approved by W3C
line 514 column 157 - Warning: <table> proprietary attribute "height"
line 514 column 222 - Warning: <td> proprietary attribute "background"
line 514 column 318 - Warning: <td> proprietary attribute "background"
line 514 column 408 - Warning: <table> proprietary attribute "height"
line 514 column 488 - Warning: <td> proprietary attribute "background"
line 514 column 1443 - Warning: <td> proprietary attribute "background"
line 547 column 27 - Warning: <nobr> is not approved by W3C
line 579 column 27 - Warning: <nobr> is not approved by W3C
line 611 column 27 - Warning: <nobr> is not approved by W3C
line 637 column 27 - Warning: <nobr> is not approved by W3C
line 666 column 27 - Warning: <nobr> is not approved by W3C
line 668 column 73 - Warning: <table> proprietary attribute "height"
line 673 column 781 - Warning: <marquee> is not approved by W3C
line 697 column 27 - Warning: <nobr> is not approved by W3C
line 730 column 27 - Warning: <nobr> is not approved by W3C
line 765 column 27 - Warning: <nobr> is not approved by W3C
line 791 column 27 - Warning: <nobr> is not approved by W3C
line 793 column 73 - Warning: <table> proprietary attribute "height"
line 793 column 127 - Warning: <td> proprietary attribute "border"
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 514 warnings and 1 error!

URIs must be properly escaped, they must not contain unescaped
characters below U+0021 including the space character and not
above U+007E. Tidy escapes the URI for you as recommended by
HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents
use another algorithm to escape such URIs and some server-sided
scripts depend on that. If you want to depend on that, you must
escape the URI on your own. For more information please refer to
http://www.w3.org/International/O-URL-and-ident.html

The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md