Register - Login
Views: 99365590
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 03:01:49 PM
Jul - The Cutting Room Floor - Star Fox Adventures E3 2002 prototype (5/17/02) New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 11 ... 33 34 35 36 37 38 39 40 41 42 Next newer thread | Next older thread
einstein95
Member
Level: 37


Posts: 77/318
EXP: 325732
For next: 12521

Since: 04-11-13


Since last post: 3.3 years
Last activity: 3.3 years

Posted on 11-03-13 02:48:46 AM Link | Quote
#465,#589 are HIT boxes?

____________________
The more I type, the less gooder it sounds does.
Hugo_Peters

Level: 26


Posts: 19/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 09:22:49 AM (last edited by Hugo_Peters at 11-03-13 09:31:23 AM) Link | Quote
So there's a lot of stuff from DKR 2. Yay. Personally not so excited about that one. I'm very curious what else is in the file though, if there's anything left. I hope we soon know what's in the other TEX files, and maybe what's in the TEX files of the SFA retail disc?

All exported textures together are around 800 KB, while TEX.bin is more than 2 MB. Should be more in there. Have to be DP textures, otherwise it wouldn't make sense to keep the file on the E3 disc, and since Rare is secret as fuck about everything, they wouldn't.
xdaniel
980
Level: 64


Posts: 492/982
EXP: 2151472
For next: 62625

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 8 hours

Posted on 11-03-13 10:31:02 AM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Originally posted by Hugo_Peters
All exported textures together are around 800 KB, while TEX.bin is more than 2 MB. Should be more in there. Have to be DP textures, otherwise it wouldn't make sense to keep the file on the E3 disc, and since Rare is secret as fuck about everything, they wouldn't.

I've used the .tab file to locate the textures for extraction, so I should've gotten every image in the file, and I've saved them to PNG files, which are compressed and thus not representative of how big the original image was in TEX.bin. So I'm pretty sure those 850 textures are all there is to TEX.bin.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Hugo_Peters

Level: 26


Posts: 20/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 11:31:03 AM Link | Quote
Originally posted by xdaniel
Originally posted by Hugo_Peters
All exported textures together are around 800 KB, while TEX.bin is more than 2 MB. Should be more in there. Have to be DP textures, otherwise it wouldn't make sense to keep the file on the E3 disc, and since Rare is secret as fuck about everything, they wouldn't.

I've used the .tab file to locate the textures for extraction, so I should've gotten every image in the file, and I've saved them to PNG files, which are compressed and thus not representative of how big the original image was in TEX.bin. So I'm pretty sure those 850 textures are all there is to TEX.bin.


Hah, I see. But what about the other TEX files, they're compressed. And note how on the retail disc, all TEX# files are a different size, with TEX1 being over 2 MB. Could be possible that those ARE from DP?

____________________
I have a blog: clyck!
koolaidman
Member
Level: 24


Posts: 57/108
EXP: 73585
For next: 4540

Since: 07-17-10


Since last post: 3.4 years
Last activity: 1.1 years

Posted on 11-03-13 12:48:28 PM Link | Quote
Extracted BLOCKS.bin.

Like I said before, the models aren't compressed in anything in the file, everything is just padding onto one big file. Using the addresses provided in the .tab file you can get all the models out of the file. Even though there are over a 1000 models, they're really just "parts" that make up a model. For example, mod5 has 21 separate models that make it up. There's no texture data in BLOCKS.bin though, just modeling data.

Now we just need a model viewer...*looks at xdaniel*

That'd be funny if the models turned out to be something from Diddy Kong Racing 2 again.
Hugo_Peters

Level: 26


Posts: 21/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 12:53:58 PM (last edited by Hugo_Peters at 11-03-13 12:56:48 PM) Link | Quote
Originally posted by koolaidman
Extracted BLOCKS.bin.

Like I said before, the models aren't compressed in anything in the file, everything is just padding onto one big file. Using the addresses provided in the .tab file you can get all the models out of the file. Even though there are over a 1000 models, they're really just "parts" that make up a model. For example, mod5 has 21 separate models that make it up. There's no texture data in BLOCKS.bin though, just modeling data.

Now we just need a model viewer...*looks at xdaniel*

That'd be funny if the models turned out to be something from Diddy Kong Racing 2 again.

They aren't. They couldn't. I don't want them to. It shouldn't. But can anyone explain how you get data out of the tab files? It doesn't make sense to me.. I'm kinda new to all this ^^

____________________
I have a blog: clyck!
xdaniel
980
Level: 64


Posts: 494/982
EXP: 2151472
For next: 62625

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 8 hours

Posted on 11-03-13 01:59:54 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


koolaidman: The files in your archive seem to have every 0x0A replaced with 0x0D0A (a Windows linefeed), compared to the original data in BLOCKS.bin; see offset 0x87 right in the first file/model, mod5.0.

Hugo_Peters: The .tab files are lists of addresses that point to where files start in the .bin files. Take BLOCKS.tab: The first 4 bytes are 0x00000000, the next 4 are 0x000003A0, next 4 are 0x00001220. That means the first file starts at offset 0x000000 in BLOCKS.bin, the next file at 0x000003A0, the next at 0x00001220. The list ends with 0xFFFFFFFF (in BLOCKS.tab at 0x13C8) and the address before that, 0x00A218A0 (at 0x13C4), is the total size of the .bin file.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Hugo_Peters

Level: 26


Posts: 22/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 02:25:35 PM Link | Quote
Originally posted by xdaniel
koolaidman: The files in your archive seem to have every 0x0A replaced with 0x0D0A (a Windows linefeed), compared to the original data in BLOCKS.bin; see offset 0x87 right in the first file/model, mod5.0.

Hugo_Peters: The .tab files are lists of addresses that point to where files start in the .bin files. Take BLOCKS.tab: The first 4 bytes are 0x00000000, the next 4 are 0x000003A0, next 4 are 0x00001220. That means the first file starts at offset 0x000000 in BLOCKS.bin, the next file at 0x000003A0, the next at 0x00001220. The list ends with 0xFFFFFFFF (in BLOCKS.tab at 0x13C8) and the address before that, 0x00A218A0 (at 0x13C4), is the total size of the .bin file.


Ah, I get it. Thanks!

____________________
I have a blog: clyck!
xdaniel
980
Level: 64


Posts: 495/982
EXP: 2151472
For next: 62625

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 8 hours

Posted on 11-03-13 03:15:45 PM (last edited by xdaniel at 11-03-13 03:21:48 PM) Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Not knowing how something's even supposed to look is a bit frustrating... Still, could be worse:



Super-preliminary, missing polygons, etc., I don't even know if those are collision models or display models.

EDIT: Whoa, looks pretty cool... And btw, I've played maybe 30 minutes of SFA years ago, so I have no idea what might be what.





____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 260/1229
EXP: 2871753
For next: 144058

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 48 days
Last activity: 21 hours

Posted on 11-03-13 03:29:59 PM (last edited by 2Tie at 11-03-13 03:35:44 PM) Link | Quote
Hey. I know where that is!



Except the pterodactyls aren't standing on pillars and the bridge-way is more flat... Fascinating so far :3

____________________

2Tie, the JCS CHAMP (whenever I'm around)
Rawr~
Tamkis
Member
Level: 27


Posts: 90/148
EXP: 109430
For next: 6729

Since: 03-12-12


Since last post: 3.2 years
Last activity: 3.1 years

Posted on 11-03-13 03:48:33 PM Link | Quote
Originally posted by xdaniel

Not knowing how something's even supposed to look is a bit frustrating... Still, could be worse:
(image)
Super-preliminary, missing polygons, etc., I don't even know if those are collision models or display models.
(image)
EDIT: Whoa, looks pretty cool... And btw, I've played maybe 30 minutes of SFA years ago, so I have no idea what might be what.



That is actually a really good start! Now we know for sure that models are indeed in that file, since we got something to display.

Originally posted by devin
Originally posted by Hugo_Peters



Originally posted by divine
That doesn't look like anything even close to valid code.

Looks like good code to me, but I don't know MIPS at all xD
It's an N64 MIPS disassembler though, not sure if it's different from normal MIPS.

Notice that there are several instructions that don't get disassembled to valid instructions (where the "?"s are). The rest of the "code" is just doing a lot of nonsense, like at 0x01198184, an instruction which stores the result of 0 * 0 into a read-only register (and the rest of the instructions don't make any more sense than that).


I know the basics of MIPS R4300i, and yeah, that particular block of code is nonsense. (XOR 0 from 0, and then store in reg r28, haha.) Some dumps of N64 ROMs are stored as little-endian, ie, you need to byteswap the rom in order to get legit code. With my experience with SM64 hacking, I can tell if a rom is in little/big endian format, by seeing if the internal rom's title in the rom header is correct. (IE, "SUPER MARIO 64" vs. "USEPR MAIOR 46" (or something)). Despite if re-assembling the DP rom is just a matter of "putting the puzzle pieces back together", a knowledge of the basics of MIPS R4300i, especially of commands that load data from addresses, will be needed. Also, search for a site called "Dextrose" in Wayback machine, as it has pretty much all the information you will ever need for the N64 and MIPS. (I would give you the link, but I think I would get in trubble.)

If I had more experience with MIPS R4300i and more time, I would be helping, but college and stuff...

Nice finds everybody!

____________________
"For he who serves his fellows, is of all his fellows, greatest"
--- Urner E. Goodman
2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 261/1229
EXP: 2871753
For next: 144058

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 48 days
Last activity: 21 hours

Posted on 11-03-13 04:47:35 PM (last edited by 2Tie at 11-03-13 04:52:16 PM) Link | Quote
Curious... The hour video at this point seems to show a different entrance, one without the statues. The uneven ground seems to match, though...

Edit: the video showcases an earlier version of DP than what was shown in more "official" trailers however, and it's entirely possible the entrance to Cloudrunner Fortress was changed between this "alpha" video and the "final" version on this disc.

____________________

2Tie, the JCS CHAMP (whenever I'm around)
Rawr~
Hugo_Peters

Level: 26


Posts: 23/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 04:55:07 PM (last edited by Hugo_Peters at 11-03-13 04:56:21 PM) Link | Quote
Originally posted by 2Tie
Curious... The hour video at this point seems to show a different entrance, one without the statues. The uneven ground seems to match, though...

Edit: the video showcases an earlier version of DP than what was shown in more "official" trailers however, and it's entirely possible the entrance to Cloudrunner Fortress was changed between this "alpha" video and the "final" version on this disc.

Just wanted to say that Many stuff is missing from the video, like the texture of Warlock Mountain. Also, the statues look totally different from the SFA version.

____________________
I have a blog: clyck!
xdaniel
980
Level: 64


Posts: 496/982
EXP: 2151472
For next: 62625

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 8 hours

Posted on 11-03-13 06:18:31 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


A lot of blocks/segments/whatever from BLOCKS.bin appear to match this part of the Dinosaur Planet N64 footage:





____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Kett
Member
Level: 13


Posts: 10/31
EXP: 9734
For next: 533

Since: 08-07-13


Since last post: 5.1 years
Last activity: 1.5 years

Posted on 11-03-13 06:22:45 PM (last edited by Kett at 11-03-13 06:23:14 PM) Link | Quote
Oh my god, now we just need the textures. ;a;

Though I wonder, are there only area parts or are there also object models/collisions?

*begs for Model Viewer*
Hugo_Peters

Level: 26


Posts: 24/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 06:39:41 PM Link | Quote
Originally posted by xdaniel
A lot of blocks/segments/whatever from BLOCKS.bin appear to match this part of the Dinosaur Planet N64 footage:




Holy shit, that's awesome.


____________________
I have a blog: clyck!
xdaniel
980
Level: 64


Posts: 497/982
EXP: 2151472
For next: 62625

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 8 hours

Posted on 11-03-13 06:55:20 PM (last edited by xdaniel at 11-03-13 06:56:29 PM) Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Alright, here's hoping this'll work for everyone: http://magicstone.de/dzd/random/SFAModelTesting_v000.rar

Feed it with BLOCKS.tab and BLOCKS.bin via the menu, then select a file via the drop-down list and move the camera with the mouse while left-clicking and with W/A/S/D. Hold Shift to slow the camera down, hold Space to speed up; toggle wireframe rendering with the checkbox. Blocks/segments tend to be on different elevations, so you'll need to move the camera around a lot, the ones from the race part are very "high up in the sky" so to speak. Should've added a camera reset function, but that's something for another build, maybe.

Also, which should be pretty obvious: Very early work-in-progress; it just rudimentarily parses and renders vertices and primitives, with no colors, nor textures, nor anything else, because I only know a bit about the vertices and primitives so far

EDIT: Oh yeah, what I think are the blocks seen at the timestamps in the video:

006EF4A0 -> 47:01+
006FE120 -> 47:05+
007063C0 -> 47:10+
007093A0 -> 47:12+
00710A80 -> 47:17+
00713140 -> 47:20+
007167E0 -> 47:22+
00718A40 -> 47:24+
00720920 -> 47:30+


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Hugo_Peters

Level: 26


Posts: 25/147
EXP: 99198
For next: 3077

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 11-03-13 07:07:09 PM Link | Quote
Originally posted by xdaniel
Alright, here's hoping this'll work for everyone: http://magicstone.de/dzd/random/SFAModelTesting_v000.rar

Feed it with BLOCKS.tab and BLOCKS.bin via the menu, then select a file via the drop-down list and move the camera with the mouse while left-clicking and with W/A/S/D. Hold Shift to slow the camera down, hold Space to speed up; toggle wireframe rendering with the checkbox. Blocks/segments tend to be on different elevations, so you'll need to move the camera around a lot, the ones from the race part are very "high up in the sky" so to speak. Should've added a camera reset function, but that's something for another build, maybe.

Also, which should be pretty obvious: Very early work-in-progress; it just rudimentarily parses and renders vertices and primitives, with no colors, nor textures, nor anything else, because I only know a bit about the vertices and primitives so far

EDIT: Oh yeah, what I think are the blocks seen at the timestamps in the video:

006EF4A0 -> 47:01+
006FE120 -> 47:05+
007063C0 -> 47:10+
007093A0 -> 47:12+
00710A80 -> 47:17+
00713140 -> 47:20+
007167E0 -> 47:22+
00718A40 -> 47:24+
00720920 -> 47:30+


Oh wow, how did you make that so quick :O Really nice work so far! And there are a looot of objects in there, could very well be all locations of DP.

____________________
I have a blog: clyck!
xdaniel
980
Level: 64


Posts: 498/982
EXP: 2151472
For next: 62625

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 16 days
Last activity: 8 hours

Posted on 11-03-13 07:23:18 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


I guess I've gotten better at recognizing patterns and such in hex editors over the years, which is why I found the vertices pretty quickly - just had the program render everything I assumed to be vertex data as points, the clusters of which looked uniform and "room-ish" - and from there, I found where the polygons were, and at least got the vertex indices to use out of them.

Btw, note that the first 20 or so models in BLOCKS.bin are repeated many times over throughout the file, so not all 1200+ models are unique.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 262/1229
EXP: 2871753
For next: 144058

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 48 days
Last activity: 21 hours

Posted on 11-03-13 07:31:38 PM Link | Quote
Something interesting I know about SFA that I don't know if it applies to most other games, but any *polygons* that aren't in the camera's frustum simply aren't rendered at all. You can see this if you use Dolphin's auxiliary camera while on foot. I assume this was done to improve framerate/speed of the game. If this was carried over from DP, I think it's safe to say that instead of handling each polygon, it just stops rendering a chunk of a level (as broken up in the BLOCK files) once it leaves the camera. Sorry if this is common knowledge, or someone pointed it out that I missed :/

____________________

2Tie, the JCS CHAMP (whenever I'm around)
Rawr~
Pages: 1 2 3 4 5 6 7 8 9 10 11 ... 33 34 35 36 37 38 39 40 41 42 Next newer thread | Next older thread
Jul - The Cutting Room Floor - Star Fox Adventures E3 2002 prototype (5/17/02) New poll - New thread - New reply


Rusted Logic

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

33 database queries, 2 query cache hits.
Query execution time:  0.090559 seconds
Script execution time:  0.037045 seconds
Total render time:  0.127604 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - 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 218 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 295 - Warning: unescaped & or unknown entity "&page"
line 149 column 328 - Warning: unescaped & or unknown entity "&page"
line 149 column 361 - Warning: unescaped & or unknown entity "&page"
line 149 column 395 - Warning: unescaped & or unknown entity "&page"
line 149 column 434 - Warning: unescaped & or unknown entity "&page"
line 149 column 469 - Warning: unescaped & or unknown entity "&page"
line 149 column 504 - Warning: unescaped & or unknown entity "&page"
line 149 column 539 - Warning: unescaped & or unknown entity "&page"
line 149 column 574 - Warning: unescaped & or unknown entity "&page"
line 149 column 609 - Warning: unescaped & or unknown entity "&page"
line 149 column 644 - Warning: unescaped & or unknown entity "&page"
line 149 column 679 - Warning: unescaped & or unknown entity "&page"
line 149 column 714 - Warning: unescaped & or unknown entity "&page"
line 149 column 749 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 786 - 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 102 - Warning: unescaped & or unknown entity "&postid"
line 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 203 column 102 - Warning: unescaped & or unknown entity "&postid"
line 210 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 212 column 9 - Warning: missing <tr>
line 230 column 13 - Warning: missing <tr>
line 231 column 102 - Warning: unescaped & or unknown entity "&postid"
line 233 column 74 - Warning: <style> isn't allowed in <td> elements
line 233 column 9 - Info: <td> previously mentioned
line 234 column 312 - Warning: missing </div>
line 248 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 250 column 9 - Warning: missing <tr>
line 268 column 13 - Warning: missing <tr>
line 269 column 102 - Warning: unescaped & or unknown entity "&postid"
line 277 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 279 column 9 - Warning: missing <tr>
line 297 column 13 - Warning: missing <tr>
line 298 column 102 - Warning: unescaped & or unknown entity "&postid"
line 309 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 311 column 9 - Warning: missing <tr>
line 329 column 13 - Warning: missing <tr>
line 330 column 102 - Warning: unescaped & or unknown entity "&postid"
line 342 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 344 column 9 - Warning: missing <tr>
line 362 column 13 - Warning: missing <tr>
line 363 column 102 - Warning: unescaped & or unknown entity "&postid"
line 365 column 74 - Warning: <style> isn't allowed in <td> elements
line 365 column 9 - Info: <td> previously mentioned
line 366 column 312 - Warning: missing </div>
line 381 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 383 column 9 - Warning: missing <tr>
line 401 column 13 - Warning: missing <tr>
line 402 column 102 - Warning: unescaped & or unknown entity "&postid"
line 411 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 413 column 9 - Warning: missing <tr>
line 431 column 13 - Warning: missing <tr>
line 432 column 102 - Warning: unescaped & or unknown entity "&postid"
line 434 column 74 - Warning: <style> isn't allowed in <td> elements
line 434 column 9 - Info: <td> previously mentioned
line 435 column 312 - Warning: missing </div>
line 457 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 459 column 9 - Warning: missing <tr>
line 477 column 13 - Warning: missing <tr>
line 478 column 102 - Warning: unescaped & or unknown entity "&postid"
line 489 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 491 column 9 - Warning: missing <tr>
line 509 column 13 - Warning: missing <tr>
line 510 column 102 - Warning: unescaped & or unknown entity "&postid"
line 538 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 540 column 9 - Warning: missing <tr>
line 558 column 13 - Warning: missing <tr>
line 559 column 102 - Warning: unescaped & or unknown entity "&postid"
line 568 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 570 column 9 - Warning: missing <tr>
line 588 column 13 - Warning: missing <tr>
line 589 column 102 - Warning: unescaped & or unknown entity "&postid"
line 597 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 599 column 9 - Warning: missing <tr>
line 617 column 13 - Warning: missing <tr>
line 618 column 102 - Warning: unescaped & or unknown entity "&postid"
line 620 column 74 - Warning: <style> isn't allowed in <td> elements
line 620 column 9 - Info: <td> previously mentioned
line 625 column 737 - Warning: unescaped & or unknown entity "&feature"
line 625 column 754 - Warning: unescaped & or unknown entity "&t"
line 621 column 312 - Warning: missing </div>
line 637 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 639 column 9 - Warning: missing <tr>
line 657 column 13 - Warning: missing <tr>
line 658 column 102 - Warning: unescaped & or unknown entity "&postid"
line 667 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 669 column 9 - Warning: missing <tr>
line 687 column 13 - Warning: missing <tr>
line 688 column 102 - Warning: unescaped & or unknown entity "&postid"
line 690 column 273 - Warning: unescaped & or unknown entity "&feature"
line 690 column 290 - Warning: unescaped & or unknown entity "&t"
line 692 column 357 - Error: <snips> is not recognized!
line 692 column 357 - Warning: discarding unexpected <snips>
line 698 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 700 column 9 - Warning: missing <tr>
line 718 column 13 - Warning: missing <tr>
line 719 column 102 - Warning: unescaped & or unknown entity "&postid"
line 721 column 74 - Warning: <style> isn't allowed in <td> elements
line 721 column 9 - Info: <td> previously mentioned
line 722 column 312 - Warning: missing </div>
line 751 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 753 column 9 - Warning: missing <tr>
line 771 column 13 - Warning: missing <tr>
line 772 column 102 - Warning: unescaped & or unknown entity "&postid"
line 795 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 797 column 9 - Warning: missing <tr>
line 815 column 13 - Warning: missing <tr>
line 816 column 102 - Warning: unescaped & or unknown entity "&postid"
line 818 column 74 - Warning: <style> isn't allowed in <td> elements
line 818 column 9 - Info: <td> previously mentioned
line 819 column 312 - Warning: missing </div>
line 834 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 836 column 9 - Warning: missing <tr>
line 854 column 13 - Warning: missing <tr>
line 855 column 102 - Warning: unescaped & or unknown entity "&postid"
line 862 column 17 - Warning: missing <tr>
line 862 column 17 - Warning: discarding unexpected <table>
line 865 column 35 - Warning: missing <tr>
line 865 column 95 - Warning: unescaped & or unknown entity "&page"
line 865 column 128 - Warning: unescaped & or unknown entity "&page"
line 865 column 161 - Warning: unescaped & or unknown entity "&page"
line 865 column 194 - Warning: unescaped & or unknown entity "&page"
line 865 column 227 - Warning: unescaped & or unknown entity "&page"
line 865 column 260 - Warning: unescaped & or unknown entity "&page"
line 865 column 295 - Warning: unescaped & or unknown entity "&page"
line 865 column 328 - Warning: unescaped & or unknown entity "&page"
line 865 column 361 - Warning: unescaped & or unknown entity "&page"
line 865 column 395 - Warning: unescaped & or unknown entity "&page"
line 865 column 434 - Warning: unescaped & or unknown entity "&page"
line 865 column 469 - Warning: unescaped & or unknown entity "&page"
line 865 column 504 - Warning: unescaped & or unknown entity "&page"
line 865 column 539 - Warning: unescaped & or unknown entity "&page"
line 865 column 574 - Warning: unescaped & or unknown entity "&page"
line 865 column 609 - Warning: unescaped & or unknown entity "&page"
line 865 column 644 - Warning: unescaped & or unknown entity "&page"
line 865 column 679 - Warning: unescaped & or unknown entity "&page"
line 865 column 714 - Warning: unescaped & or unknown entity "&page"
line 865 column 749 - Warning: unescaped & or unknown entity "&page"
line 865 column 50 - Warning: missing </font> before </td>
line 865 column 786 - Warning: missing </font> before </table>
line 867 column 35 - Warning: missing <tr>
line 867 column 50 - Warning: missing </font> before </td>
line 868 column 37 - Warning: unescaped & or unknown entity "&id"
line 867 column 218 - Warning: missing </font> before </table>
line 869 column 17 - Warning: discarding unexpected </textarea>
line 869 column 28 - Warning: discarding unexpected </form>
line 869 column 35 - Warning: discarding unexpected </embed>
line 869 column 43 - Warning: discarding unexpected </noembed>
line 869 column 53 - Warning: discarding unexpected </noscript>
line 869 column 64 - Warning: discarding unexpected </noembed>
line 869 column 74 - Warning: discarding unexpected </embed>
line 869 column 82 - Warning: discarding unexpected </table>
line 869 column 90 - Warning: discarding unexpected </table>
line 871 column 9 - Warning: missing </font> before <table>
line 883 column 25 - Warning: discarding unexpected </font>
line 892 column 57 - Warning: discarding unexpected </font>
line 870 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 246 - 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 187 column 22 - Warning: <img> lacks "alt" attribute
line 187 column 63 - Warning: <img> lacks "alt" attribute
line 187 column 112 - Warning: <img> lacks "alt" attribute
line 187 column 162 - Warning: <img> lacks "alt" attribute
line 188 column 11 - Warning: <img> lacks "alt" attribute
line 198 column 15 - Warning: <img> lacks "alt" attribute
line 202 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 214 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 15 - Warning: <img> lacks "alt" attribute
line 214 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 58 - Warning: <img> lacks "alt" attribute
line 214 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 101 - Warning: <img> lacks "alt" attribute
line 214 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 144 - Warning: <img> lacks "alt" attribute
line 214 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 187 - Warning: <img> lacks "alt" attribute
line 214 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 230 - Warning: <img> lacks "alt" attribute
line 214 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 273 - Warning: <img> lacks "alt" attribute
line 214 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 316 - Warning: <img> lacks "alt" attribute
line 214 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 359 - Warning: <img> lacks "alt" attribute
line 214 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 402 - Warning: <img> lacks "alt" attribute
line 215 column 22 - Warning: <img> lacks "alt" attribute
line 215 column 63 - Warning: <img> lacks "alt" attribute
line 215 column 112 - Warning: <img> lacks "alt" attribute
line 215 column 162 - Warning: <img> lacks "alt" attribute
line 216 column 11 - Warning: <img> lacks "alt" attribute
line 226 column 15 - Warning: <img> lacks "alt" attribute
line 240 column 1319 - Warning: <div> anchor "divxdn" already defined
line 242 column 1636 - Warning: <img> lacks "alt" attribute
line 242 column 1771 - Warning: <img> lacks "alt" attribute
line 253 column 22 - Warning: <img> lacks "alt" attribute
line 253 column 63 - Warning: <img> lacks "alt" attribute
line 253 column 112 - Warning: <img> lacks "alt" attribute
line 253 column 162 - Warning: <img> lacks "alt" attribute
line 254 column 11 - Warning: <img> lacks "alt" attribute
line 264 column 15 - Warning: <img> lacks "alt" attribute
line 282 column 22 - Warning: <img> lacks "alt" attribute
line 282 column 63 - Warning: <img> lacks "alt" attribute
line 282 column 112 - Warning: <img> lacks "alt" attribute
line 282 column 162 - Warning: <img> lacks "alt" attribute
line 293 column 15 - Warning: <img> lacks "alt" attribute
line 314 column 22 - Warning: <img> lacks "alt" attribute
line 314 column 63 - Warning: <img> lacks "alt" attribute
line 314 column 112 - Warning: <img> lacks "alt" attribute
line 314 column 162 - Warning: <img> lacks "alt" attribute
line 315 column 11 - Warning: <img> lacks "alt" attribute
line 325 column 15 - Warning: <img> lacks "alt" attribute
line 329 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 346 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 15 - Warning: <img> lacks "alt" attribute
line 346 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 58 - Warning: <img> lacks "alt" attribute
line 346 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 101 - Warning: <img> lacks "alt" attribute
line 346 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 144 - Warning: <img> lacks "alt" attribute
line 346 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 187 - Warning: <img> lacks "alt" attribute
line 346 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 230 - Warning: <img> lacks "alt" attribute
line 346 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 273 - Warning: <img> lacks "alt" attribute
line 346 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 316 - Warning: <img> lacks "alt" attribute
line 346 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 359 - Warning: <img> lacks "alt" attribute
line 346 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 346 column 402 - Warning: <img> lacks "alt" attribute
line 347 column 22 - Warning: <img> lacks "alt" attribute
line 347 column 63 - Warning: <img> lacks "alt" attribute
line 347 column 112 - Warning: <img> lacks "alt" attribute
line 347 column 162 - Warning: <img> lacks "alt" attribute
line 348 column 11 - Warning: <img> lacks "alt" attribute
line 358 column 15 - Warning: <img> lacks "alt" attribute
line 366 column 312 - Warning: <div> anchor "divxdn" already defined
line 373 column 1329 - Warning: <div> anchor "divxdn" already defined
line 375 column 1646 - Warning: <img> lacks "alt" attribute
line 375 column 1781 - Warning: <img> lacks "alt" attribute
line 386 column 22 - Warning: <img> lacks "alt" attribute
line 386 column 63 - Warning: <img> lacks "alt" attribute
line 386 column 112 - Warning: <img> lacks "alt" attribute
line 386 column 162 - Warning: <img> lacks "alt" attribute
line 387 column 11 - Warning: <img> lacks "alt" attribute
line 397 column 15 - Warning: <img> lacks "alt" attribute
line 415 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 15 - Warning: <img> lacks "alt" attribute
line 415 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 58 - Warning: <img> lacks "alt" attribute
line 415 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 101 - Warning: <img> lacks "alt" attribute
line 415 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 144 - Warning: <img> lacks "alt" attribute
line 415 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 187 - Warning: <img> lacks "alt" attribute
line 415 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 230 - Warning: <img> lacks "alt" attribute
line 415 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 273 - Warning: <img> lacks "alt" attribute
line 415 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 316 - Warning: <img> lacks "alt" attribute
line 415 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 359 - Warning: <img> lacks "alt" attribute
line 415 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 402 - Warning: <img> lacks "alt" attribute
line 416 column 22 - Warning: <img> lacks "alt" attribute
line 416 column 63 - Warning: <img> lacks "alt" attribute
line 416 column 112 - Warning: <img> lacks "alt" attribute
line 416 column 162 - Warning: <img> lacks "alt" attribute
line 417 column 11 - Warning: <img> lacks "alt" attribute
line 427 column 15 - Warning: <img> lacks "alt" attribute
line 431 column 91 - Warning: <font> attribute "color" had invalid value "0c4e8b" and has been replaced
line 435 column 312 - Warning: <div> anchor "divxdn" already defined
line 441 column 718 - Warning: <img> lacks "alt" attribute
line 447 column 1039 - Warning: <img> lacks "alt" attribute
line 448 column 1098 - Warning: <img> lacks "alt" attribute
line 449 column 1189 - Warning: <div> anchor "divxdn" already defined
line 451 column 1506 - Warning: <img> lacks "alt" attribute
line 451 column 1641 - Warning: <img> lacks "alt" attribute
line 461 column 11 - Warning: <img> lacks "alt" attribute
line 462 column 22 - Warning: <img> lacks "alt" attribute
line 462 column 63 - Warning: <img> lacks "alt" attribute
line 462 column 111 - Warning: <img> lacks "alt" attribute
line 462 column 161 - Warning: <img> lacks "alt" attribute
line 463 column 11 - Warning: <img> lacks "alt" attribute
line 473 column 15 - Warning: <img> lacks "alt" attribute
line 477 column 92 - Warning: <font> attribute "color" had invalid value "F185C9" and has been replaced
line 482 column 108 - Warning: <img> lacks "alt" attribute
line 484 column 361 - Warning: <img> lacks "alt" attribute
line 494 column 22 - Warning: <img> lacks "alt" attribute
line 494 column 63 - Warning: <img> lacks "alt" attribute
line 494 column 112 - Warning: <img> lacks "alt" attribute
line 494 column 162 - Warning: <img> lacks "alt" attribute
line 505 column 15 - Warning: <img> lacks "alt" attribute
line 523 column 850 - Warning: <img> lacks "alt" attribute
line 542 column 11 - Warning: <img> lacks "alt" attribute
line 543 column 22 - Warning: <img> lacks "alt" attribute
line 543 column 63 - Warning: <img> lacks "alt" attribute
line 543 column 111 - Warning: <img> lacks "alt" attribute
line 543 column 161 - Warning: <img> lacks "alt" attribute
line 544 column 11 - Warning: <img> lacks "alt" attribute
line 554 column 15 - Warning: <img> lacks "alt" attribute
line 558 column 92 - Warning: <font> attribute "color" had invalid value "F185C9" and has been replaced
line 563 column 557 - Warning: <img> lacks "alt" attribute
line 573 column 22 - Warning: <img> lacks "alt" attribute
line 573 column 63 - Warning: <img> lacks "alt" attribute
line 573 column 112 - Warning: <img> lacks "alt" attribute
line 573 column 162 - Warning: <img> lacks "alt" attribute
line 574 column 11 - Warning: <img> lacks "alt" attribute
line 584 column 15 - Warning: <img> lacks "alt" attribute
line 588 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 594 column 643 - Warning: <img> proprietary attribute value "absmiddle"
line 594 column 643 - Warning: <img> lacks "alt" attribute
line 601 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 15 - Warning: <img> lacks "alt" attribute
line 601 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 58 - Warning: <img> lacks "alt" attribute
line 601 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 101 - Warning: <img> lacks "alt" attribute
line 601 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 144 - Warning: <img> lacks "alt" attribute
line 601 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 187 - Warning: <img> lacks "alt" attribute
line 601 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 230 - Warning: <img> lacks "alt" attribute
line 601 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 273 - Warning: <img> lacks "alt" attribute
line 601 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 316 - Warning: <img> lacks "alt" attribute
line 601 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 359 - Warning: <img> lacks "alt" attribute
line 601 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 601 column 402 - Warning: <img> lacks "alt" attribute
line 602 column 22 - Warning: <img> lacks "alt" attribute
line 602 column 63 - Warning: <img> lacks "alt" attribute
line 602 column 112 - Warning: <img> lacks "alt" attribute
line 602 column 162 - Warning: <img> lacks "alt" attribute
line 603 column 11 - Warning: <img> lacks "alt" attribute
line 613 column 15 - Warning: <img> lacks "alt" attribute
line 621 column 312 - Warning: <div> anchor "divxdn" already defined
line 627 column 821 - Warning: <img> lacks "alt" attribute
line 628 column 880 - Warning: <img> lacks "alt" attribute
line 629 column 971 - Warning: <div> anchor "divxdn" already defined
line 631 column 1288 - Warning: <img> lacks "alt" attribute
line 631 column 1423 - Warning: <img> lacks "alt" attribute
line 642 column 22 - Warning: <img> lacks "alt" attribute
line 642 column 63 - Warning: <img> lacks "alt" attribute
line 642 column 112 - Warning: <img> lacks "alt" attribute
line 642 column 162 - Warning: <img> lacks "alt" attribute
line 653 column 15 - Warning: <img> lacks "alt" attribute
line 657 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 672 column 22 - Warning: <img> lacks "alt" attribute
line 672 column 63 - Warning: <img> lacks "alt" attribute
line 672 column 112 - Warning: <img> lacks "alt" attribute
line 672 column 162 - Warning: <img> lacks "alt" attribute
line 673 column 11 - Warning: <img> lacks "alt" attribute
line 683 column 15 - Warning: <img> lacks "alt" attribute
line 702 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 15 - Warning: <img> lacks "alt" attribute
line 702 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 58 - Warning: <img> lacks "alt" attribute
line 702 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 101 - Warning: <img> lacks "alt" attribute
line 702 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 144 - Warning: <img> lacks "alt" attribute
line 702 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 187 - Warning: <img> lacks "alt" attribute
line 702 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 230 - Warning: <img> lacks "alt" attribute
line 702 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 273 - Warning: <img> lacks "alt" attribute
line 702 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 316 - Warning: <img> lacks "alt" attribute
line 702 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 359 - Warning: <img> lacks "alt" attribute
line 702 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 702 column 402 - Warning: <img> lacks "alt" attribute
line 703 column 22 - Warning: <img> lacks "alt" attribute
line 703 column 63 - Warning: <img> lacks "alt" attribute
line 703 column 112 - Warning: <img> lacks "alt" attribute
line 703 column 162 - Warning: <img> lacks "alt" attribute
line 704 column 11 - Warning: <img> lacks "alt" attribute
line 714 column 15 - Warning: <img> lacks "alt" attribute
line 718 column 91 - Warning: <font> attribute "color" had invalid value "0c4e8b" and has been replaced
line 722 column 312 - Warning: <div> anchor "divxdn" already defined
line 730 column 1586 - Warning: <img> proprietary attribute value "absmiddle"
line 730 column 1586 - Warning: <img> lacks "alt" attribute
line 743 column 1962 - Warning: <div> anchor "divxdn" already defined
line 745 column 2279 - Warning: <img> lacks "alt" attribute
line 745 column 2414 - Warning: <img> lacks "alt" attribute
line 756 column 22 - Warning: <img> lacks "alt" attribute
line 756 column 63 - Warning: <img> lacks "alt" attribute
line 756 column 112 - Warning: <img> lacks "alt" attribute
line 756 column 162 - Warning: <img> lacks "alt" attribute
line 757 column 11 - Warning: <img> lacks "alt" attribute
line 767 column 15 - Warning: <img> lacks "alt" attribute
line 778 column 1122 - Warning: <img> proprietary attribute value "absmiddle"
line 778 column 1122 - Warning: <img> lacks "alt" attribute
line 799 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 15 - Warning: <img> lacks "alt" attribute
line 799 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 58 - Warning: <img> lacks "alt" attribute
line 799 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 101 - Warning: <img> lacks "alt" attribute
line 799 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 144 - Warning: <img> lacks "alt" attribute
line 799 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 187 - Warning: <img> lacks "alt" attribute
line 799 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 230 - Warning: <img> lacks "alt" attribute
line 799 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 273 - Warning: <img> lacks "alt" attribute
line 799 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 316 - Warning: <img> lacks "alt" attribute
line 799 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 359 - Warning: <img> lacks "alt" attribute
line 799 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 799 column 402 - Warning: <img> lacks "alt" attribute
line 800 column 22 - Warning: <img> lacks "alt" attribute
line 800 column 63 - Warning: <img> lacks "alt" attribute
line 800 column 112 - Warning: <img> lacks "alt" attribute
line 800 column 162 - Warning: <img> lacks "alt" attribute
line 801 column 11 - Warning: <img> lacks "alt" attribute
line 811 column 15 - Warning: <img> lacks "alt" attribute
line 819 column 312 - Warning: <div> anchor "divxdn" already defined
line 826 column 1176 - Warning: <div> anchor "divxdn" already defined
line 828 column 1493 - Warning: <img> lacks "alt" attribute
line 828 column 1628 - Warning: <img> lacks "alt" attribute
line 838 column 11 - Warning: <img> lacks "alt" attribute
line 839 column 22 - Warning: <img> lacks "alt" attribute
line 839 column 63 - Warning: <img> lacks "alt" attribute
line 839 column 111 - Warning: <img> lacks "alt" attribute
line 839 column 161 - Warning: <img> lacks "alt" attribute
line 840 column 11 - Warning: <img> lacks "alt" attribute
line 850 column 15 - Warning: <img> lacks "alt" attribute
line 857 column 696 - Warning: <img> lacks "alt" attribute
line 868 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 868 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 868 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 877 column 25 - Warning: <img> lacks "alt" attribute
line 882 column 267 - Warning: <img> lacks "alt" attribute
line 862 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 203 column 27 - Warning: <nobr> is not approved by W3C
line 231 column 27 - Warning: <nobr> is not approved by W3C
line 269 column 27 - Warning: <nobr> is not approved by W3C
line 298 column 27 - Warning: <nobr> is not approved by W3C
line 330 column 27 - Warning: <nobr> is not approved by W3C
line 363 column 27 - Warning: <nobr> is not approved by W3C
line 402 column 27 - Warning: <nobr> is not approved by W3C
line 432 column 27 - Warning: <nobr> is not approved by W3C
line 478 column 27 - Warning: <nobr> is not approved by W3C
line 510 column 27 - Warning: <nobr> is not approved by W3C
line 559 column 27 - Warning: <nobr> is not approved by W3C
line 589 column 27 - Warning: <nobr> is not approved by W3C
line 618 column 27 - Warning: <nobr> is not approved by W3C
line 658 column 27 - Warning: <nobr> is not approved by W3C
line 688 column 27 - Warning: <nobr> is not approved by W3C
line 719 column 27 - Warning: <nobr> is not approved by W3C
line 772 column 27 - Warning: <nobr> is not approved by W3C
line 816 column 27 - Warning: <nobr> is not approved by W3C
line 855 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 496 warnings and 1 error!

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