Warning: You are using TidyHTML mode! Pages MAY and probably WILL break. To disable, click here or append 'xxx-off=1' to the URL!

Register - Login
Views: 57870422
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies
10-16-14 03:18:26 AM

Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 36 37 38 39 40 41 42 43 44 ... 66 67 68 69 70 71 72 73 74 75 Next older thread
Peardian

  
Magikoopa

8/16: KvSG #463 is finally up!

Level: 137


Posts: 6579/7075
EXP: 30528116
For next: 344739

Since: 08-02-07
From: Isle Delfino

Since last post: 2 hours
Last activity: 2 hours

Posted on 01-20-13 12:28:37 PM Link | Quote
Originally posted by Rena
Lots of names of something.

That list looks like location or map data. The "___bg" entries are the giveaway. You'll notice that "kpa" has the most number of entries, which coincides with the fact that Bowser's Castle has the most rooms. It also seems to include things like the title screen and credits, so it likely contains the Chapter title cards as well. I don't know all of the character codes, but I think I can figure out a few:

nok = Koopa Bros. Fortress
kpa = Bowser's Castle and maybe Peach's Castle too
isk = Dry Dry Ruins
obk = Boo's Mansion
flo = Flower Fields
sam = Shiver Snowfield area
omo = Shy Guy's Toy Box
yos = Yoshi's Village
hos = Shooting Star Summit / Star Haven
jan = Lavalava Island / Jade Jungle


The really huge list is possibly actors or something.

--------------------
-Peardian-

"Kindness is the language which the deaf can hear and the blind can see." -Mark Twain


Eon

Strange Adventures
Level: 60


Posts: 967/1024
EXP: 1684593
For next: 88185

Since: 07-22-07


Since last post: 5 days
Last activity: 13 hours

Posted on 01-20-13 02:09:28 PM Link | Quote
On a related note Korean Gold/Silver left in the English SGB borders. Not too special.

--------------------
Mattrizzle
130
Level: 25


Posts: 120/137
EXP: 82353
For next: 7267

Since: 07-27-07
From: United States

Since last post: 6 hours
Last activity: 3 hours

Posted on 01-20-13 04:41:18 PM (last edited by Mattrizzle at 01-20-13 06:49:13 PM) Link | Quote
Originally posted by Peardian
I don't know all of the character codes, but I think I can figure out a few:

nok = Koopa Bros. Fortress
kpa = Bowser's Castle and maybe Peach's Castle too
isk = Dry Dry Ruins
obk = Boo's Mansion
flo = Flower Fields
sam = Shiver Snowfield area
omo = Shy Guy's Toy Box
yos = Yoshi's Village
hos = Shooting Star Summit / Star Haven
jan = Lavalava Island / Jade Jungle


The really huge list is possibly actors or something.

Some additions (and corrections) to that list:

kmr = Goomba Village/Goomba Road/Mario's House
mac = Toad Town
nok = Pleasant Path/Koopa Village
trd = Koopa Bros. Fortress

iwa = Mt. Rugged
sbk = Dry Dry Desert
mim = Forever Forest
arn = Gusty Gulch
dgb = Tubba Blubba's Castle
kgr = Inside the Whale
kzn = Mt. Lavalava
tik = Toad Town Tunnels
pra = Crystal Palace
kpa = Bowser's Castle/Peach's Castle
kkj = Peach's Castle/Final Battle
dig = Demo Sequences
end = Ending (big surprise there)

From my experiences with the ROM, the long list that HH posted is a file name list.
  • Files named xxx_bg are background image textures
  • Those named xxx_bt##_hit are battlefield collision meshes
  • Those with the name xxx_bt##_shape are battlefield models
  • xxx_tex are files which contain to model textures


At 4A0FDC in the North American version, you will see a small list of file references. Changing the text here will actually affect what is loaded for the battlefields in Pleasant Path. Try replacing all of the occurrences of "nok" in this list with "kpa," and you should be see Bowser's Castle backgrounds when you do battle there instead:



--------------------
Rena

Star Mario
Fennel
Level: 120


Posts: 4968/5180
EXP: 19165341
For next: 321830

Since: 07-22-07
From: RSP Segment 6

Since last post: 17 days
Last activity: 6 days

Posted on 01-21-13 01:44:04 AM (last edited by Rena at 01-21-13 01:50:38 AM) Link | Quote
Post #4968 · Mon 130121 004404
A Interesting. Notice the names are all 8 bytes, as well. I dumped the RAM in Goomba Village and examined it a bit. At 80099A00 (and probably earlier) is part of a list of some sort, with the filename followed by some kind of data:

area_nok 0000 0000 90AF 82D3 82E9 8B75 0000 0000
area_hos 0000 0000 82AB 82CC 82B1 8FE9 0000 0000
area_kkj 0000 0000 82AD 82B6 82E7 82CC 82C8 82A9 0000 0000
area_kgr 0000 0000 82DC 82BF 82CC 82BF 82A9 0000
area_tik 0000 0000 82DC 82BF 0000 0000
area_mac 0000 0000 834E 838A 82DE 82E7 0000 0000
area_kmr 0000 0000 0000 0000 0555 0556 0559 055A 0565 0566 0569 ...
...[skipped many entries]... 0AA5 0AA6 0AA9 0AAA 800613D4 800612F4
80061328 800613E4 800613E4 8006135C 80061398 00000000


area_kmr is very long and doesn't look like the others, which is not surprising since that's the area I was in.


That "U V Y Z e f i j" text is just coincidence, it appears in that big data block above and isn't really text at all. There is, however, something that looks menu-ish (or would have been printed to console?), that would be formatted like:
ADDR [00000000]
FLOAT [0000.00]
UF( 0) [0]
UW( 0) [00000000]
UW( 0) [0000.00]
....many more lines like this...
[0]

That text is around 802D9D80, after some pointers to code, though I haven't examined what it does at all. I don't think anything like this is used on the crash screen, and it's not nearby. (That's actually pointed out in the previous post, but this shows how it'd look.)

Unfortunately the debugger GUI in recent Mupen64Plus builds has gotten much worse, to the point that it no longer exists... so I'm going to have to fix that before I do anything here.

--------------------
Foxhack
Member
Level: 39


Posts: 257/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 01-21-13 08:44:54 PM (last edited by Foxhack at 01-21-13 09:14:47 PM) Link | Quote
In other news, I finally started to poke around Bad Boys Miami Takedown's debug mode. So far I've managed to make the game crash hard twice. I've found modifiers for enemy AI, graphics, a texture viewer, a sound browser (crashes the game) and all sorts of other neat stuff.

For a game that gets a lot of crap over its graphics, the textures for the main characters are fairly damn detailed. But I saw a "blur" option in there that's enabled by default.

Edit: I managed to get the game to work on PCSX2 and... well, if we go by the internal file names, the thing uses bmp and gif files. Yeah. What?

I don't think they're actually bmps or gifs though.

--------------------
My Video Game Collection
Friedslick6

Level: 17


Posts: 63/63
EXP: 23196
For next: 1547

Since: 11-24-08
From: Occipital Lobe, Lesion (benign)

Since last post: 631 days
Last activity: 155 days

Posted on 01-22-13 02:56:24 AM (last edited by Friedslick6 at 01-22-13 02:57:34 AM) Link | Quote
In the Nintendo DS title, "Contra 4", the "Contra" NES rom included in the rom is marked by GoodNES as an overdump (Contra (U) [o1]).
Compared to the verified good dump, this version contains 128 more bytes of data starting at 0x00020100. All the bytes are blank except for the first 9 bytes, which are:
43 6F 6E 74 72 61 0D 0A 1A (first 6 bytes read "Contra" in ANSI.)
However, the "Super C" NES rom included in the rom is marked by GoodNES as a verified good dump (Super C (U) [!]).
(Results from NTR-YCTE-USA version.)

--------------------

Just like you,

I'll always be.

Foxhack
Member
Level: 39


Posts: 258/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 01-22-13 06:33:46 PM Link | Quote
I started poking around the Bad Boys game files more and apparently all textures are stored inside two 560 MB files: Buffer1 and Buffer2. At first I thought they were padding, but I opened 'em up in GGD and there's graphics in there, the same stuff I saw with the debug viewer in the game.

There's lots of repeated graphics. After fiddling around with the debug camera and stumbling upon sections of the stage that weren't loaded until I reached a certain point, it makes me think that the developers stored all the required textures for said sections and loaded / unloaded them dynamically, instead of just opening several graphic archives and pulling data from them separately. It's certainly faster, the game doesn't really have any load times other than at the start of a stage.

I also noticed textures for ... a Luftwaffe plane?

--------------------
My Video Game Collection
Hong Meiling
Random nobody
Level: 5


Posts: 5/6
EXP: 424
For next: 105

Since: 07-01-12


Since last post: 605 days
Last activity: 266 days

Posted on 01-23-13 10:34:10 PM Link | Quote
i found varios stuffs in the game "Hell Yeah!" (PC): placeholders, a debug folder and test maps!

The debug folder has 4 files: (in C:\Program Files (x86)\Steam\SteamApps\common\Hell Yeah\Content\DEBUG)

Cadre_BBox_0.xnb
Cadre_BBox_1.xnb
Cadre_BBox_2.xnb
Cadre_zone_safe.xnb


in the folder C:\Program Files (x86)\Steam\SteamApps\common\Hell Yeah\Content\ISLAND has 3 files unused:

Placeholder256.xnb
PlaceholderError64.xnb
PlaceholderTarget16.xnb

don't have idea how can running this files in the game
nensondubois
seek help please
Level: 42


Posts: 441/551
EXP: 517265
For next: 4097

Since: 05-30-10


Since last post: 114 days
Last activity: 104 days

Posted on 01-24-13 02:03:37 PM Link | Quote
Why does http://tcrf.net/Bakuchou_Retrieve_Master and http://tcrf.net/Lodoss_Tou_Senki:_Eiyuu_Kishiden share the same debug menu setup? I cannot find any info on whether Lodoss was developed by TOSE at all.

--------------------
#1 in Game enhancer codes - GSCentral.org (and news)
tcrf.net/User:Nensondubois Youtube.com/user/nensondubois
Foxhack
Member
Level: 39


Posts: 263/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 01-24-13 02:34:32 PM Link | Quote
GDRI says that they appear to share some code. Maybe Tose developed part of the game?

--------------------
My Video Game Collection
TheKins
Member
Level: 18


Posts: 73/80
EXP: 26465
For next: 3432

Since: 01-17-11


Since last post: 533 days
Last activity: 525 days

Posted on 01-26-13 02:19:46 AM Link | Quote
One of the designers on Destroy All Humans mentioned on a livestream that in the final game if you stay still and do nothing for five minutes, the screen goes black and white and all nearby characters start dancing to "Summer Samba" by Walter Wanderley. Anyone still got the game and willing to check this?
Foxhack
Member
Level: 39


Posts: 265/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 01-27-13 02:35:20 AM (last edited by Foxhack at 01-27-13 03:37:03 AM) Link | Quote
I thought Ghostbusters (PC) had a few unused audio files from the cut parade level. Boy was I wrong.

I've got over 500 voice clips... and that's just the NPCs! It looks like they actually wanted to have you bust ghosts with people around at one point. Crazy!

My favorite lines so far:
Diag_Egon_RF_PU_034, Sounds great Ray, but do not approach them. That would be a bad idea. They sound like something I read about in Tobin's: Soft candy shell outside, wrath of Hell inside. As long as you don't engage you should be fine.

Diag_Egon_RF_PU_044, I wonder how long this process has been in motion. All the slime, we have been seeing it for some time. The old New York City railroad, the walls of the Fifty-Third Precinct, Venkman's face. Shandor's plan could have been in the works for years, even decades.

Diag_Peck_Secretary_GEN_PU_005, Hello, Ghostbusters. Mr. Peck thinks it's wonderful that you didn't destroy every single thing in your path. He's even (shudders)...smiling...all right, now, Mr. Peck. You probably don't want to overdo it, do you? You could pull something. (This has no audio file so it's completely unused. In the game, Peck calls you himself.)

--------------------
My Video Game Collection
The Zega
Random nobody
Level: 5


Posts: 1/6
EXP: 367
For next: 162

Since: 01-27-13
From: butt mountain

Since last post: 595 days
Last activity: 594 days

Posted on 01-27-13 09:03:11 AM Link | Quote
I found a lot of unused voice clips and font in Gotcha force for the Gamecube,
For example there is a game complete screen and a game over screen.







--------------------
(#`Д´)ノ -IT'S NOT FOR FREE PUNK!!
nensondubois
seek help please
Level: 42


Posts: 442/551
EXP: 517265
For next: 4097

Since: 05-30-10


Since last post: 114 days
Last activity: 104 days

Posted on 01-27-13 06:48:26 PM Link | Quote
Pokemon Card Game 2 has almost all of the Super Game Boy packets from the first game, palette settings included... everything is completely unused, in fact, the code that would read these packets is completely missing!
This still needs more investigation of course.

--------------------
#1 in Game enhancer codes - GSCentral.org (and news)
tcrf.net/User:Nensondubois Youtube.com/user/nensondubois
Fuzn
Member
Level: 17


Posts: 42/75
EXP: 23696
For next: 1047

Since: 02-23-11


Since last post: 41 days
Last activity: 5 hours

Posted on 01-27-13 08:33:29 PM Link | Quote
Some oddities with the PC version of Star Wars: Jedi Knight: Jedi Academy. It's known to be an unfinished game, though to what extent, I'm personally not sure of. I can note a few things, just from looking at the assets alone. These models do not have a sounds.cfg inside their model folders, meaning that in Multiplayer, they default to a standard generic male voice set, despite them possibly having voices in the previous game, Jedi Outcast.

They are referred to by their internal model folder names, and are almost all returning from Jedi Outcast.

bespin_cop
chiss
desann (sounds.cfg is present, but is switched to a generic Cultist NPC's sound set)
galak
morgan (Morgan Katarn)
rebel_pilot

Despite this, their base NPC functionality (excluding Galak in his Mech, which crashes the game upon spawning due to lots of it's data being removed) remains in-game. This includes some of the NPC-specific weapons, like Desann's own saber, which isn't used due to Desann himself not being used as an NPC in-game. In addition, most of the NPC-exclusive weapons were disabled from multiplayer use, some for good reason.


There's a lot more that could be had from this game, but I'd probably end up starting a thread exclusively for researching this. There's a lot that could just go straight into it's own page, actually!
MUGEN-tan
Member
Level: 20


Posts: 65/115
EXP: 40518
For next: 1921

Since: 11-01-11


Since last post: 153 days
Last activity: 1 day

Posted on 01-28-13 06:50:34 AM (last edited by MUGEN-tan at 01-28-13 02:39:26 PM) Link | Quote
Spriter Resource claims to have unused sprites from Point Blank. Can someone varify this?
Also:


| title= Battletoads
| developer= Arc System Works
| publisher= Tradewest (US), Sega (EU/JP)
| system= Genesis

DAFAQ?
nensondubois
seek help please
Level: 42


Posts: 444/551
EXP: 517265
For next: 4097

Since: 05-30-10


Since last post: 114 days
Last activity: 104 days

Posted on 01-28-13 09:42:58 PM Link | Quote
Pokemon Trading Card also has another unused border (could not find the medal variations... yet) as well as an unused TEST_EN and a very interesting ICON_EN command.

--------------------
#1 in Game enhancer codes - GSCentral.org (and news)
tcrf.net/User:Nensondubois Youtube.com/user/nensondubois
Foxhack
Member
Level: 39


Posts: 270/562
EXP: 402232
For next: 2539

Since: 04-17-12
From: Mexicali, Mexico

Since last post: 17 days
Last activity: 3 hours

Posted on 01-28-13 10:52:20 PM (last edited by Foxhack at 01-28-13 10:55:51 PM) Link | Quote
Originally posted by MUGEN-tan
Spriter Resource claims to have unused sprites from Point Blank. Can someone varify this?
Also:


| title= Battletoads
| developer= Arc System Works
| publisher= Tradewest (US), Sega (EU/JP)
| system= Genesis

DAFAQ?

Before they became Arc System Works, they used to do console ports along their original stuff. See Wikipedia for a list of their projects, or Sega Retro for their Sega projects.

--------------------
My Video Game Collection
Kung Fu Man
Member
Level: 12


Posts: 19/35
EXP: 7416
For next: 505

Since: 04-12-11


Since last post: 114 days
Last activity: 5 hours

Posted on 01-29-13 02:39:05 AM Link | Quote



Splatterhouse has three whole sections of level that just go unused for 4-2, because it skips right to a latter part of the stage instead. No wonder if felt so rushed as a stage.
MUGEN-tan
Member
Level: 20


Posts: 66/115
EXP: 40518
For next: 1921

Since: 11-01-11


Since last post: 153 days
Last activity: 1 day

Posted on 02-02-13 01:09:38 PM Link | Quote
Does someone already know about the "SvC: Chaos" hack called "SNK vs Capcom Super Plus"?
It is basically a "Super SNK vs Capcom", where Red Arremer and Athena are playable.
Based on that, have someone already tried to find a Game Shark code for the original "SvC: Chaos", that lets you play as these normally unplayable chars? If yes, then it is worth an article.
Pages: 1 2 3 4 5 6 7 8 9 10 ... 36 37 38 39 40 41 42 43 44 ... 66 67 68 69 70 71 72 73 74 75 Next older thread
Jul - The Cutting Room Floor - Weird Discoveries New poll - New thread - New reply






Rusted Logic

Acmlmboard - 07/23/2013 b378.03
©2000-2013 Acmlm, Xkeeper, Inuyasha, et al.
bargaining-tycoon
33 database queries, 6 query cache hits.
Query execution time:  0.107877 seconds
Script execution time:  0.090899 seconds
Total render time:  0.198776 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 94 column 11 - Warning: <form> isn't allowed in <table> elements
line 93 column 10 - Info: <table> previously mentioned
line 95 column 11 - Warning: missing <tr>
line 95 column 124 - Warning: missing </font> before </td>
line 99 column 16 - Warning: plain text isn't allowed in <tr> elements
line 95 column 11 - Info: <tr> previously mentioned
line 100 column 68 - Warning: <nobr> is not approved by W3C
line 100 column 68 - Warning: missing </nobr> before </td>
line 117 column 68 - Warning: <nobr> is not approved by W3C
line 117 column 68 - Warning: missing </nobr> before <tr>
line 141 column 35 - Warning: missing <tr>
line 141 column 50 - Warning: missing </font> before </td>
line 142 column 37 - Warning: unescaped & or unknown entity "&id"
line 141 column 188 - Warning: missing </font> before </table>
line 143 column 35 - Warning: missing <tr>
line 143 column 95 - Warning: unescaped & or unknown entity "&page"
line 143 column 128 - Warning: unescaped & or unknown entity "&page"
line 143 column 161 - Warning: unescaped & or unknown entity "&page"
line 143 column 194 - Warning: unescaped & or unknown entity "&page"
line 143 column 227 - Warning: unescaped & or unknown entity "&page"
line 143 column 260 - Warning: unescaped & or unknown entity "&page"
line 143 column 293 - Warning: unescaped & or unknown entity "&page"
line 143 column 326 - Warning: unescaped & or unknown entity "&page"
line 143 column 359 - Warning: unescaped & or unknown entity "&page"
line 143 column 392 - Warning: unescaped & or unknown entity "&page"
line 143 column 430 - Warning: unescaped & or unknown entity "&page"
line 143 column 465 - Warning: unescaped & or unknown entity "&page"
line 143 column 500 - Warning: unescaped & or unknown entity "&page"
line 143 column 535 - Warning: unescaped & or unknown entity "&page"
line 143 column 573 - Warning: unescaped & or unknown entity "&page"
line 143 column 608 - Warning: unescaped & or unknown entity "&page"
line 143 column 643 - Warning: unescaped & or unknown entity "&page"
line 143 column 678 - Warning: unescaped & or unknown entity "&page"
line 143 column 717 - Warning: unescaped & or unknown entity "&page"
line 143 column 752 - Warning: unescaped & or unknown entity "&page"
line 143 column 787 - Warning: unescaped & or unknown entity "&page"
line 143 column 822 - Warning: unescaped & or unknown entity "&page"
line 143 column 857 - Warning: unescaped & or unknown entity "&page"
line 143 column 892 - Warning: unescaped & or unknown entity "&page"
line 143 column 927 - Warning: unescaped & or unknown entity "&page"
line 143 column 962 - Warning: unescaped & or unknown entity "&page"
line 143 column 997 - Warning: unescaped & or unknown entity "&page"
line 143 column 1032 - Warning: unescaped & or unknown entity "&page"
line 143 column 50 - Warning: missing </font> before </td>
line 143 column 1069 - Warning: missing </font> before </table>
line 150 column 9 - Warning: <div> isn't allowed in <tr> elements
line 149 column 9 - Info: <tr> previously mentioned
line 152 column 9 - Warning: missing <tr>
line 166 column 13 - Warning: missing <tr>
line 167 column 27 - Warning: <nobr> is not approved by W3C
line 167 column 102 - Warning: unescaped & or unknown entity "&postid"
line 169 column 74 - Warning: <style> isn't allowed in <td> elements
line 169 column 9 - Info: <td> previously mentioned
line 169 column 363 - Warning: missing </font> before <center>
line 169 column 437 - Warning: inserting implicit <font>
line 169 column 555 - Warning: inserting implicit <font>
line 169 column 555 - Warning: missing </font> before <hr>
line 169 column 616 - Warning: inserting implicit <font>
line 169 column 616 - Warning: missing </font> before <hr>
line 170 column 1 - Warning: inserting implicit <font>
line 191 column 15 - Warning: missing <td>
line 192 column 9 - Warning: <div> isn't allowed in <tr> elements
line 191 column 15 - Info: <tr> previously mentioned
line 194 column 9 - Warning: missing <tr>
line 208 column 13 - Warning: missing <tr>
line 209 column 27 - Warning: <nobr> is not approved by W3C
line 209 column 102 - Warning: unescaped & or unknown entity "&postid"
line 211 column 178 - Warning: <style> isn't allowed in <div> elements
line 211 column 74 - Info: <div> previously mentioned
line 211 column 74 - Warning: missing </div>
line 213 column 15 - Warning: missing <td>
line 214 column 9 - Warning: <div> isn't allowed in <tr> elements
line 213 column 15 - Info: <tr> previously mentioned
line 216 column 9 - Warning: missing <tr>
line 230 column 13 - Warning: missing <tr>
line 231 column 27 - Warning: <nobr> is not approved by W3C
line 231 column 102 - Warning: unescaped & or unknown entity "&postid"
line 233 column 74 - Warning: <link> isn't allowed in <td> elements
line 233 column 9 - Info: <td> previously mentioned
line 275 column 15 - Warning: missing <td>
line 276 column 9 - Warning: <div> isn't allowed in <tr> elements
line 275 column 15 - Info: <tr> previously mentioned
line 278 column 9 - Warning: missing <tr>
line 292 column 13 - Warning: missing <tr>
line 293 column 27 - Warning: <nobr> is not approved by W3C
line 293 column 102 - Warning: unescaped & or unknown entity "&postid"
line 295 column 233 - Warning: <style> isn't allowed in <div> elements
line 295 column 149 - Info: <div> previously mentioned
line 320 column 6168 - Warning: replacing unexpected input by </input>
line 320 column 6482 - Warning: discarding unexpected </span>
line 322 column 15 - Warning: missing <td>
line 323 column 9 - Warning: <div> isn't allowed in <tr> elements
line 322 column 15 - Info: <tr> previously mentioned
line 325 column 9 - Warning: missing <tr>
line 339 column 13 - Warning: missing <tr>
line 340 column 27 - Warning: <nobr> is not approved by W3C
line 340 column 102 - Warning: unescaped & or unknown entity "&postid"
line 350 column 15 - Warning: missing <td>
line 351 column 9 - Warning: <div> isn't allowed in <tr> elements
line 350 column 15 - Info: <tr> previously mentioned
line 353 column 9 - Warning: missing <tr>
line 367 column 13 - Warning: missing <tr>
line 368 column 27 - Warning: <nobr> is not approved by W3C
line 368 column 102 - Warning: unescaped & or unknown entity "&postid"
line 376 column 15 - Warning: missing <td>
line 377 column 9 - Warning: <div> isn't allowed in <tr> elements
line 376 column 15 - Info: <tr> previously mentioned
line 379 column 9 - Warning: missing <tr>
line 393 column 13 - Warning: missing <tr>
line 394 column 27 - Warning: <nobr> is not approved by W3C
line 394 column 102 - Warning: unescaped & or unknown entity "&postid"
line 402 column 15 - Warning: missing <td>
line 403 column 9 - Warning: <div> isn't allowed in <tr> elements
line 402 column 15 - Info: <tr> previously mentioned
line 405 column 9 - Warning: missing <tr>
line 419 column 13 - Warning: missing <tr>
line 420 column 27 - Warning: <nobr> is not approved by W3C
line 420 column 102 - Warning: unescaped & or unknown entity "&postid"
line 440 column 15 - Warning: missing <td>
line 441 column 9 - Warning: <div> isn't allowed in <tr> elements
line 440 column 15 - Info: <tr> previously mentioned
line 443 column 9 - Warning: missing <tr>
line 457 column 13 - Warning: missing <tr>
line 458 column 27 - Warning: <nobr> is not approved by W3C
line 458 column 102 - Warning: unescaped & or unknown entity "&postid"
line 463 column 15 - Warning: missing <td>
line 464 column 9 - Warning: <div> isn't allowed in <tr> elements
line 463 column 15 - Info: <tr> previously mentioned
line 466 column 9 - Warning: missing <tr>
line 480 column 13 - Warning: missing <tr>
line 481 column 27 - Warning: <nobr> is not approved by W3C
line 481 column 102 - Warning: unescaped & or unknown entity "&postid"
line 485 column 15 - Warning: missing <td>
line 486 column 9 - Warning: <div> isn't allowed in <tr> elements
line 485 column 15 - Info: <tr> previously mentioned
line 488 column 9 - Warning: missing <tr>
line 502 column 13 - Warning: missing <tr>
line 503 column 27 - Warning: <nobr> is not approved by W3C
line 503 column 102 - Warning: unescaped & or unknown entity "&postid"
line 507 column 15 - Warning: missing <td>
line 508 column 9 - Warning: <div> isn't allowed in <tr> elements
line 507 column 15 - Info: <tr> previously mentioned
line 510 column 9 - Warning: missing <tr>
line 524 column 13 - Warning: missing <tr>
line 525 column 27 - Warning: <nobr> is not approved by W3C
line 525 column 102 - Warning: unescaped & or unknown entity "&postid"
line 538 column 15 - Warning: missing <td>
line 539 column 9 - Warning: <div> isn't allowed in <tr> elements
line 538 column 15 - Info: <tr> previously mentioned
line 541 column 9 - Warning: missing <tr>
line 555 column 13 - Warning: missing <tr>
line 556 column 27 - Warning: <nobr> is not approved by W3C
line 556 column 102 - Warning: unescaped & or unknown entity "&postid"
line 567 column 15 - Warning: missing <td>
line 568 column 9 - Warning: <div> isn't allowed in <tr> elements
line 567 column 15 - Info: <tr> previously mentioned
line 570 column 9 - Warning: missing <tr>
line 584 column 13 - Warning: missing <tr>
line 585 column 27 - Warning: <nobr> is not approved by W3C
line 585 column 102 - Warning: unescaped & or unknown entity "&postid"
line 591 column 15 - Warning: missing <td>
line 592 column 9 - Warning: <div> isn't allowed in <tr> elements
line 591 column 15 - Info: <tr> previously mentioned
line 594 column 9 - Warning: missing <tr>
line 608 column 13 - Warning: missing <tr>
line 609 column 27 - Warning: <nobr> is not approved by W3C
line 609 column 102 - Warning: unescaped & or unknown entity "&postid"
line 627 column 15 - Warning: missing <td>
line 628 column 9 - Warning: <div> isn't allowed in <tr> elements
line 627 column 15 - Info: <tr> previously mentioned
line 630 column 9 - Warning: missing <tr>
line 644 column 13 - Warning: missing <tr>
line 645 column 27 - Warning: <nobr> is not approved by W3C
line 645 column 102 - Warning: unescaped & or unknown entity "&postid"
line 656 column 15 - Warning: missing <td>
line 657 column 9 - Warning: <div> isn't allowed in <tr> elements
line 656 column 15 - Info: <tr> previously mentioned
line 659 column 9 - Warning: missing <tr>
line 673 column 13 - Warning: missing <tr>
line 674 column 27 - Warning: <nobr> is not approved by W3C
line 674 column 102 - Warning: unescaped & or unknown entity "&postid"
line 679 column 15 - Warning: missing <td>
line 680 column 9 - Warning: <div> isn't allowed in <tr> elements
line 679 column 15 - Info: <tr> previously mentioned
line 682 column 9 - Warning: missing <tr>
line 696 column 13 - Warning: missing <tr>
line 697 column 27 - Warning: <nobr> is not approved by W3C
line 697 column 102 - Warning: unescaped & or unknown entity "&postid"
line 709 column 15 - Warning: missing <td>
line 710 column 9 - Warning: <div> isn't allowed in <tr> elements
line 709 column 15 - Info: <tr> previously mentioned
line 712 column 9 - Warning: missing <tr>
line 726 column 13 - Warning: missing <tr>
line 727 column 27 - Warning: <nobr> is not approved by W3C
line 727 column 102 - Warning: unescaped & or unknown entity "&postid"
line 734 column 15 - Warning: missing <td>
line 735 column 9 - Warning: <div> isn't allowed in <tr> elements
line 734 column 15 - Info: <tr> previously mentioned
line 737 column 9 - Warning: missing <tr>
line 751 column 13 - Warning: missing <tr>
line 752 column 27 - Warning: <nobr> is not approved by W3C
line 752 column 102 - Warning: unescaped & or unknown entity "&postid"
line 759 column 17 - Warning: discarding unexpected <table>
line 762 column 35 - Warning: missing <tr>
line 762 column 95 - Warning: unescaped & or unknown entity "&page"
line 762 column 128 - Warning: unescaped & or unknown entity "&page"
line 762 column 161 - Warning: unescaped & or unknown entity "&page"
line 762 column 194 - Warning: unescaped & or unknown entity "&page"
line 762 column 227 - Warning: unescaped & or unknown entity "&page"
line 762 column 260 - Warning: unescaped & or unknown entity "&page"
line 762 column 293 - Warning: unescaped & or unknown entity "&page"
line 762 column 326 - Warning: unescaped & or unknown entity "&page"
line 762 column 359 - Warning: unescaped & or unknown entity "&page"
line 762 column 392 - Warning: unescaped & or unknown entity "&page"
line 762 column 430 - Warning: unescaped & or unknown entity "&page"
line 762 column 465 - Warning: unescaped & or unknown entity "&page"
line 762 column 500 - Warning: unescaped & or unknown entity "&page"
line 762 column 535 - Warning: unescaped & or unknown entity "&page"
line 762 column 573 - Warning: unescaped & or unknown entity "&page"
line 762 column 608 - Warning: unescaped & or unknown entity "&page"
line 762 column 643 - Warning: unescaped & or unknown entity "&page"
line 762 column 678 - Warning: unescaped & or unknown entity "&page"
line 762 column 717 - Warning: unescaped & or unknown entity "&page"
line 762 column 752 - Warning: unescaped & or unknown entity "&page"
line 762 column 787 - Warning: unescaped & or unknown entity "&page"
line 762 column 822 - Warning: unescaped & or unknown entity "&page"
line 762 column 857 - Warning: unescaped & or unknown entity "&page"
line 762 column 892 - Warning: unescaped & or unknown entity "&page"
line 762 column 927 - Warning: unescaped & or unknown entity "&page"
line 762 column 962 - Warning: unescaped & or unknown entity "&page"
line 762 column 997 - Warning: unescaped & or unknown entity "&page"
line 762 column 1032 - Warning: unescaped & or unknown entity "&page"
line 762 column 50 - Warning: missing </font> before </td>
line 762 column 1069 - Warning: missing </font> before </table>
line 764 column 35 - Warning: missing <tr>
line 764 column 50 - Warning: missing </font> before </td>
line 765 column 37 - Warning: unescaped & or unknown entity "&id"
line 764 column 188 - Warning: missing </font> before </table>
line 766 column 17 - Warning: discarding unexpected </textarea>
line 766 column 28 - Warning: discarding unexpected </form>
line 766 column 35 - Warning: discarding unexpected </embed>
line 766 column 43 - Warning: discarding unexpected </noembed>
line 766 column 53 - Warning: discarding unexpected </noscript>
line 766 column 64 - Warning: discarding unexpected </noembed>
line 766 column 74 - Warning: discarding unexpected </embed>
line 766 column 82 - Warning: discarding unexpected </table>
line 766 column 90 - Warning: discarding unexpected </table>
line 775 column 9 - Warning: missing </font> before <table>
line 791 column 9 - Warning: inserting implicit <font>
line 803 column 23 - Warning: inserting implicit <font>
line 810 column 57 - Warning: discarding unexpected </font>
line 768 column 1 - Warning: missing </center>
line 169 column 74 - Warning: <style> inserting "type" attribute
line 211 column 178 - Warning: <style> inserting "type" attribute
line 91 column 9 - Warning: <img> lacks "alt" attribute
line 93 column 10 - Warning: <table> lacks "summary" attribute
line 95 column 63 - Warning: <img> lacks "alt" attribute
line 100 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 100 column 93 - Warning: <img> lacks "alt" attribute
line 117 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 117 column 98 - Warning: <img> lacks "alt" attribute
line 136 column 1 - Warning: <table> lacks "summary" attribute
line 136 column 240 - Warning: <td> attribute "bgcolor" lacks value
line 141 column 17 - Warning: <table> lacks "summary" attribute
line 142 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 142 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 142 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 143 column 17 - Warning: <table> lacks "summary" attribute
line 151 column 9 - Warning: <table> lacks "summary" attribute
line 154 column 27 - Warning: <img> lacks "alt" attribute
line 155 column 23 - Warning: <img> lacks "alt" attribute
line 155 column 64 - Warning: <img> lacks "alt" attribute
line 155 column 113 - Warning: <img> lacks "alt" attribute
line 155 column 163 - Warning: <img> lacks "alt" attribute
line 156 column 11 - Warning: <img> lacks "alt" attribute
line 162 column 15 - Warning: <img> lacks "alt" attribute
line 165 column 11 - Warning: <table> lacks "summary" attribute
line 169 column 241 - Warning: <table> lacks "summary" attribute
line 169 column 437 - Warning: <img> lacks "alt" attribute
line 186 column 1529 - Warning: <td> proprietary attribute "background"
line 187 column 1874 - Warning: <img> lacks "alt" attribute
line 193 column 9 - Warning: <table> lacks "summary" attribute
line 196 column 11 - Warning: <img> lacks "alt" attribute
line 197 column 22 - Warning: <img> lacks "alt" attribute
line 197 column 63 - Warning: <img> lacks "alt" attribute
line 197 column 112 - Warning: <img> lacks "alt" attribute
line 197 column 162 - Warning: <img> lacks "alt" attribute
line 198 column 11 - Warning: <img> lacks "alt" attribute
line 204 column 15 - Warning: <img> lacks "alt" attribute
line 207 column 11 - Warning: <table> lacks "summary" attribute
line 211 column 1407 - Warning: <table> lacks "summary" attribute
line 211 column 1643 - Warning: <img> lacks "alt" attribute
line 211 column 1885 - Warning: <img> proprietary attribute value "absmiddle"
line 211 column 1885 - Warning: <img> lacks "alt" attribute
line 211 column 2006 - Warning: <img> lacks "alt" attribute
line 211 column 2187 - Warning: <img> lacks "alt" attribute
line 211 column 2326 - Warning: <img> lacks "alt" attribute
line 215 column 9 - Warning: <table> lacks "summary" attribute
line 218 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 218 column 15 - Warning: <img> lacks "alt" attribute
line 218 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 218 column 58 - Warning: <img> lacks "alt" attribute
line 218 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 218 column 101 - Warning: <img> lacks "alt" attribute
line 218 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 218 column 144 - Warning: <img> lacks "alt" attribute
line 218 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 218 column 187 - Warning: <img> lacks "alt" attribute
line 219 column 22 - Warning: <img> lacks "alt" attribute
line 219 column 63 - Warning: <img> lacks "alt" attribute
line 219 column 112 - Warning: <img> lacks "alt" attribute
line 219 column 162 - Warning: <img> lacks "alt" attribute
line 220 column 11 - Warning: <img> lacks "alt" attribute
line 226 column 15 - Warning: <img> lacks "alt" attribute
line 229 column 11 - Warning: <table> lacks "summary" attribute
line 230 column 90 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 273 column 2050 - Warning: <img> lacks "alt" attribute
line 277 column 9 - Warning: <table> lacks "summary" attribute
line 280 column 11 - Warning: <img> lacks "alt" attribute
line 281 column 23 - Warning: <img> lacks "alt" attribute
line 281 column 64 - Warning: <img> lacks "alt" attribute
line 281 column 113 - Warning: <img> lacks "alt" attribute
line 281 column 163 - Warning: <img> lacks "alt" attribute
line 282 column 11 - Warning: <img> lacks "alt" attribute
line 288 column 15 - Warning: <img> lacks "alt" attribute
line 291 column 11 - Warning: <table> lacks "summary" attribute
line 292 column 90 - Warning: <font> attribute "color" had invalid value "77ECFF" and has been replaced
line 324 column 9 - Warning: <table> lacks "summary" attribute
line 328 column 22 - Warning: <img> lacks "alt" attribute
line 328 column 63 - Warning: <img> lacks "alt" attribute
line 328 column 112 - Warning: <img> lacks "alt" attribute
line 328 column 161 - Warning: <img> lacks "alt" attribute
line 329 column 11 - Warning: <img> lacks "alt" attribute
line 335 column 15 - Warning: <img> lacks "alt" attribute
line 338 column 11 - Warning: <table> lacks "summary" attribute
line 339 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 352 column 9 - Warning: <table> lacks "summary" attribute
line 356 column 22 - Warning: <img> lacks "alt" attribute
line 356 column 63 - Warning: <img> lacks "alt" attribute
line 356 column 112 - Warning: <img> lacks "alt" attribute
line 356 column 162 - Warning: <img> lacks "alt" attribute
line 357 column 11 - Warning: <img> lacks "alt" attribute
line 363 column 15 - Warning: <img> lacks "alt" attribute
line 366 column 11 - Warning: <table> lacks "summary" attribute
line 367 column 91 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 374 column 675 - Warning: <font> attribute "color" had invalid value "000000" and has been replaced
line 374 column 757 - Warning: <font> attribute "color" had invalid value "FFFFFF" and has been replaced
line 378 column 9 - Warning: <table> lacks "summary" attribute
line 382 column 22 - Warning: <img> lacks "alt" attribute
line 382 column 63 - Warning: <img> lacks "alt" attribute
line 382 column 112 - Warning: <img> lacks "alt" attribute
line 382 column 161 - Warning: <img> lacks "alt" attribute
line 383 column 11 - Warning: <img> lacks "alt" attribute
line 389 column 15 - Warning: <img> lacks "alt" attribute
line 392 column 11 - Warning: <table> lacks "summary" attribute
line 404 column 9 - Warning: <table> lacks "summary" attribute
line 408 column 21 - Warning: <img> lacks "alt" attribute
line 408 column 62 - Warning: <img> lacks "alt" attribute
line 408 column 111 - Warning: <img> lacks "alt" attribute
line 408 column 161 - Warning: <img> lacks "alt" attribute
line 415 column 15 - Warning: <img> lacks "alt" attribute
line 418 column 11 - Warning: <table> lacks "summary" attribute
line 442 column 9 - Warning: <table> lacks "summary" attribute
line 446 column 22 - Warning: <img> lacks "alt" attribute
line 446 column 63 - Warning: <img> lacks "alt" attribute
line 446 column 112 - Warning: <img> lacks "alt" attribute
line 446 column 162 - Warning: <img> lacks "alt" attribute
line 447 column 11 - Warning: <img> lacks "alt" attribute
line 453 column 15 - Warning: <img> lacks "alt" attribute
line 456 column 11 - Warning: <table> lacks "summary" attribute
line 465 column 9 - Warning: <table> lacks "summary" attribute
line 469 column 22 - Warning: <img> lacks "alt" attribute
line 469 column 63 - Warning: <img> lacks "alt" attribute
line 469 column 112 - Warning: <img> lacks "alt" attribute
line 469 column 161 - Warning: <img> lacks "alt" attribute
line 470 column 11 - Warning: <img> lacks "alt" attribute
line 476 column 15 - Warning: <img> lacks "alt" attribute
line 479 column 11 - Warning: <table> lacks "summary" attribute
line 487 column 9 - Warning: <table> lacks "summary" attribute
line 491 column 22 - Warning: <img> lacks "alt" attribute
line 491 column 63 - Warning: <img> lacks "alt" attribute
line 491 column 112 - Warning: <img> lacks "alt" attribute
line 491 column 162 - Warning: <img> lacks "alt" attribute
line 498 column 15 - Warning: <img> lacks "alt" attribute
line 501 column 11 - Warning: <table> lacks "summary" attribute
line 509 column 9 - Warning: <table> lacks "summary" attribute
line 513 column 22 - Warning: <img> lacks "alt" attribute
line 513 column 63 - Warning: <img> lacks "alt" attribute
line 513 column 112 - Warning: <img> lacks "alt" attribute
line 513 column 161 - Warning: <img> lacks "alt" attribute
line 514 column 11 - Warning: <img> lacks "alt" attribute
line 520 column 15 - Warning: <img> lacks "alt" attribute
line 523 column 11 - Warning: <table> lacks "summary" attribute
line 524 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 540 column 9 - Warning: <table> lacks "summary" attribute
line 544 column 21 - Warning: <img> lacks "alt" attribute
line 544 column 62 - Warning: <img> lacks "alt" attribute
line 544 column 111 - Warning: <img> lacks "alt" attribute
line 544 column 161 - Warning: <img> lacks "alt" attribute
line 551 column 15 - Warning: <img> lacks "alt" attribute
line 554 column 11 - Warning: <table> lacks "summary" attribute
line 561 column 231 - Warning: <img> lacks "alt" attribute
line 562 column 312 - Warning: <img> lacks "alt" attribute
line 563 column 399 - Warning: <img> lacks "alt" attribute
line 564 column 486 - Warning: <img> lacks "alt" attribute
line 565 column 574 - Warning: <img> lacks "alt" attribute
line 569 column 9 - Warning: <table> lacks "summary" 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 580 column 15 - Warning: <img> lacks "alt" attribute
line 583 column 11 - Warning: <table> lacks "summary" attribute
line 593 column 9 - Warning: <table> lacks "summary" attribute
line 597 column 22 - Warning: <img> lacks "alt" attribute
line 597 column 63 - Warning: <img> lacks "alt" attribute
line 597 column 112 - Warning: <img> lacks "alt" attribute
line 597 column 162 - Warning: <img> lacks "alt" attribute
line 598 column 11 - Warning: <img> lacks "alt" attribute
line 604 column 15 - Warning: <img> lacks "alt" attribute
line 607 column 11 - Warning: <table> lacks "summary" attribute
line 629 column 9 - Warning: <table> lacks "summary" attribute
line 633 column 22 - Warning: <img> lacks "alt" attribute
line 633 column 63 - Warning: <img> lacks "alt" attribute
line 633 column 112 - Warning: <img> lacks "alt" attribute
line 633 column 162 - Warning: <img> lacks "alt" attribute
line 640 column 15 - Warning: <img> lacks "alt" attribute
line 643 column 11 - Warning: <table> lacks "summary" attribute
line 644 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 658 column 9 - Warning: <table> lacks "summary" attribute
line 662 column 22 - Warning: <img> lacks "alt" attribute
line 662 column 63 - Warning: <img> lacks "alt" attribute
line 662 column 112 - Warning: <img> lacks "alt" attribute
line 662 column 162 - Warning: <img> lacks "alt" attribute
line 663 column 11 - Warning: <img> lacks "alt" attribute
line 669 column 15 - Warning: <img> lacks "alt" attribute
line 672 column 11 - Warning: <table> lacks "summary" attribute
line 681 column 9 - Warning: <table> lacks "summary" attribute
line 685 column 22 - Warning: <img> lacks "alt" attribute
line 685 column 63 - Warning: <img> lacks "alt" attribute
line 685 column 112 - Warning: <img> lacks "alt" attribute
line 685 column 161 - Warning: <img> lacks "alt" attribute
line 686 column 11 - Warning: <img> lacks "alt" attribute
line 692 column 15 - Warning: <img> lacks "alt" attribute
line 695 column 11 - Warning: <table> lacks "summary" attribute
line 696 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 711 column 9 - Warning: <table> lacks "summary" attribute
line 715 column 22 - Warning: <img> lacks "alt" attribute
line 715 column 63 - Warning: <img> lacks "alt" attribute
line 715 column 112 - Warning: <img> lacks "alt" attribute
line 715 column 162 - Warning: <img> lacks "alt" attribute
line 722 column 15 - Warning: <img> lacks "alt" attribute
line 725 column 11 - Warning: <table> lacks "summary" attribute
line 729 column 74 - Warning: <img> lacks "alt" attribute
line 730 column 178 - Warning: <img> lacks "alt" attribute
line 736 column 9 - Warning: <table> lacks "summary" attribute
line 740 column 22 - Warning: <img> lacks "alt" attribute
line 740 column 63 - Warning: <img> lacks "alt" attribute
line 740 column 112 - Warning: <img> lacks "alt" attribute
line 740 column 162 - Warning: <img> lacks "alt" attribute
line 747 column 15 - Warning: <img> lacks "alt" attribute
line 750 column 11 - Warning: <table> lacks "summary" attribute
line 146 column 17 - Warning: <table> lacks "summary" attribute
line 762 column 17 - Warning: <table> lacks "summary" attribute
line 764 column 17 - Warning: <table> lacks "summary" attribute
line 765 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 765 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 765 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 770 column 1 - Warning: <img> lacks "alt" attribute
line 771 column 1 - Warning: <img> lacks "alt" attribute
line 772 column 1 - Warning: <img> lacks "alt" attribute
line 779 column 9 - Warning: <table> lacks "summary" attribute
line 781 column 25 - Warning: <img> lacks "alt" attribute
line 811 column 17 - Warning: <table> lacks "summary" attribute
line 169 column 363 - Warning: trimming empty <font>
line 320 column 6235 - Warning: trimming empty <label>
line 734 column 15 - Warning: trimming empty <tr>
line 153 column 11 - Warning: <a> cannot copy name attribute to id
line 195 column 11 - Warning: <a> cannot copy name attribute to id
line 217 column 11 - Warning: <a> cannot copy name attribute to id
line 279 column 11 - Warning: <a> cannot copy name attribute to id
line 326 column 11 - Warning: <a> cannot copy name attribute to id
line 354 column 11 - Warning: <a> cannot copy name attribute to id
line 380 column 11 - Warning: <a> cannot copy name attribute to id
line 406 column 11 - Warning: <a> cannot copy name attribute to id
line 444 column 11 - Warning: <a> cannot copy name attribute to id
line 467 column 11 - Warning: <a> cannot copy name attribute to id
line 489 column 11 - Warning: <a> cannot copy name attribute to id
line 511 column 11 - Warning: <a> cannot copy name attribute to id
line 542 column 11 - Warning: <a> cannot copy name attribute to id
line 571 column 11 - Warning: <a> cannot copy name attribute to id
line 595 column 11 - Warning: <a> cannot copy name attribute to id
line 631 column 11 - Warning: <a> cannot copy name attribute to id
line 660 column 11 - Warning: <a> cannot copy name attribute to id
line 683 column 11 - Warning: <a> cannot copy name attribute to id
line 713 column 11 - Warning: <a> cannot copy name attribute to id
line 738 column 11 - Warning: <a> cannot copy name attribute to id
Info: Document content looks like HTML Proprietary
Info: No system identifier in emitted doctype
473 warnings, 0 errors were found!


The table summary attribute should be used to describe
the table structure. It is very helpful for people using
non-visual browsers. The scope and headers attributes for
table cells are useful for specifying which headers apply
to each table cell, enabling non-visual browsers to provide
a meaningful context for each cell.

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 may also want to try
"http://www.cast.org/bobby/" which is a free Web-based
service for checking URLs for accessibility.

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.

To learn more about HTML Tidy see http://tidy.sourceforge.net
Please fill bug reports and queries using the "tracker" on the Tidy web site.
Additionally, questions can be sent to html-tidy@w3.org
HTML and CSS specifications are available from http://www.w3.org/
Lobby your company to join W3C, see http://www.w3.org/Consortium