Register - Login
Views: 99352006
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 06:59:01 PM
Jul - The Cutting Room Floor - The Legend of Zelda: Wind Waker Findings New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Next newer thread | Next older thread
Gamma
Member
Level: 26


Posts: 74/135
EXP: 98094
For next: 4181

Since: 08-06-11


Since last post: 6.0 years
Last activity: 5.5 years

Posted on 08-02-12 03:35:10 PM (last edited by Gamma at 08-02-12 03:37:18 PM) Link | Quote
I was going to say something about that, Dark Linkael, but I forgot.

First off, are you trying to restore the rooms into locations with other room files?

If so, my guess is that the game refuses to load both BMDs and BDLs in places like dungeons, where there are multiple rooms.

If you take, say, Room20 from "Siren" and replace the room file in "Omasao," it works perfectly- as does Room19 if you can get it to fit.

However, I could be wrong. It could simply be that the rooms interfere with the dungeon's normal layout, and thus do not load. In the long run, I do not know for sure what causes rooms and collision to not load. The only solution I have seen is to move the room file to a location with only one room file (such as "Omasao," which I mentioned before).
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 89/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-02-12 03:49:01 PM (last edited by Dark Linkaël at 08-16-12 10:30:23 AM) Link | Quote
Yes, I know the method of mixing rooms, but what I want is to know why these rooms will not load properly. In my opinion, we must add more things in the DZR file of the room. But what exactly...

Already, the file is not so complicated to modified, it's a good thing.

____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 66/776
EXP: 1317468
For next: 80708

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 119 days

Posted on 08-03-12 04:17:16 AM Link | Quote
Originally posted by Dark Linkaël
I can not for converting a BDL model in OBJ model. I get errors which gets on my nerves for hours now. I used several methods, I have different errors...

Cuber456, you could really explain how to use this script?



This python program is not exactly user friendly. A ton of people from the forum where this program originates are having a hard time using the program as well. I will try my best to explain how to use the program. That being said, I am not going to explain how to do everything in one post because it would be ridiculously long and it would be too confusing to follow. First you need to make sure your computer has 2 things, Python and PyQt4.

Setting up Python properly:

Download Python 3.2.3 from here:
http://www.python.org/download/

I downloaded the 32bit version but whatever.

Download PyQt4 from here:

http://www.riverbankcomputing.co.uk/software/pyqt/download/

Make sure you download the same bit version as you downloaded for Python. For me, that's 32bit.

This is a program that runs from the command prompt. So if you wanted to do a file conversion, you would type something like this:

"path to python.exe" "path to obj2bdl.py" "path to OBJ file" "path to where you want the BDL to appear"

When I say "path to ..." what I mean is, type the file location of the program on your computer. So for example, say the OBJ file you wanted converted was called MODEL.obj and it was sitting on your desktop. The "path to OBJ file" = "C:\Users\Cuber456\Desktop\MODEL.obj"

I will end this here. This isn't all the info that you need in order to use this converter but I don't want to confuse you. Please tell me if you understand what I have said so far. I'll elaborate on anything that sounds confusing. If you understand what I have said so far then I will continue on explaining how to use this program in another post.
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 90/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-03-12 10:24:59 AM (last edited by Dark Linkaël at 08-16-12 10:30:41 AM) Link | Quote
I have installed everything as you told me, but I can not go further.

I put it:

>>> "C:\Python32\Python.exe" "C:\BDL\obj2bdl.py" "C:\BDL\model.obj" "C:\BDL\model.bdl"

And it is here and nothing else:

'C:\\Python32\\Python.exeC:\\BDL\\obj2bdl.pyC:\\BDL\\model.objC:\\BDL\\model.bdl'

If I do other things, he will often put myself "SyntaxError: invalid syntax". I really do not know what to do over, I tried tens of methods.

____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 67/776
EXP: 1317468
For next: 80708

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 119 days

Posted on 08-03-12 09:12:01 PM Link | Quote
Originally posted by Dark Linkaël
I have installed everything as you told me, but I can not go further.

I put it:

>>> "C:\Python32\Python.exe" "C:\BDL\obj2bdl.py" "C:\BDL\model.obj" "C:\BDL\model.bdl"

And it is here and nothing else:

'C:\\Python32\\Python.exeC:\\BDL\\obj2bdl.pyC:\\BDL\\model.objC:\\BDL\\model.bdl'

If I do other things, he will often put myself "SyntaxError: invalid syntax". I really do not know what to do over, I tried tens of methods.

Here is a test model I have created ->

http://www.mediafire.com/download.php?dk5j31caiais6sd

This test model is just a simple cube with textures on each side. It is completely prepared to be converted from an OBJ model to a BDL model. All you need to do is run this through the converter and you should be able to obtain a BDL model. I've tried it and it converts for me so it should also work for you if you have set up everything right. If you are able to convert this then I would say that the problem you are having has something to do with the OBJ model you are trying to convert.

Oh and another thing. Make sure that obj2bdl.py is with all the resource files it came with. To me, it looks like you pulled out obj2bdl.py from its original folder and stuck it into another folder ("C:\BDL\obj2bdl.py"). All the files that came together must stay together for the converter to work. For example, if you want to have obj2bdl.py in your BDL folder then move the "obj2bdl-v0.2" folder into that BDL folder ("C:\BDL\obj2bdl-v0.2\obj2bdl.py").

Let me know what happens.
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 91/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-04-12 09:01:58 AM (last edited by Dark Linkaël at 08-16-12 10:31:27 AM) Link | Quote
I tested and the result is always the same... I do not know what stops me from making it work. I have certainly made ​​a mistake somewhere.

I just noticed that the file collisions of the room 2 in "Msmoke" has the primary responsibility of the crash. I think it's the only place where a "DZB" file which prevents a room of its load. Mostly it's files "RoomX.dzr" and "Stage.dzs" who make this kind of trouble. Unfortunately, there is currently no program for changing collisions of TWW. The second room in "Msmoke" is totally impossible to visit, except repair "DZB" file.

Originally posted by Dark Linkaël
A_R00
Waiting for a complete restoration

A_R00 (A00_siroroom)
No models available

E3ROOP
Stage.dzs cause trouble

kaze
Stage.dzs cause trouble

kindan
Stage.dzs cause trouble

M_Dai
Stage.dzs cause trouble

M_NewD2
Stage.dzs cause trouble

Msmoke
File collisions cause trouble in Room 01

Siren
Stage.dzs cause trouble



Otherwise, I'll put a new file ".dol" for the game if you decide to put something other than "GLZP01". My hacked version of TWW has ID "TWWP01" and it seems that DIOS MIOS does not detect the game with this new ID to fix a bug became very well known. I speak of course a bug that crashes the game by trying to look at the map of a dungeon. I had thought would be a shift of data due to changes in the file "Game.toc" to add rooms "TF_03DL", but this is not the case and happily. The game can be modified easily. So if you want to use hacked version of TWW, remember to change the ID of the game. Example: "TWWE01"

Files of The Wind Waker HACK (US Version)

Files of The Wind Waker HACK (EU Version)

Mmmm... There is no way to change the color of my links?

____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Rachel Mae

Creature of Chaos
Level: 141


Posts: 5144/5929
EXP: 33568258
For next: 551756

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 9 days
Last activity: 2 hours

Posted on 08-04-12 08:39:39 PM Link | Quote
Originally posted by Dark Linkaël
Mmmm... There is no way to change the color of my links?
You can use CSS to change any aspect of your layout, but honestly, I would just get rid of the background. It makes your posts very hard to read.

____________________
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 92/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-05-12 08:59:44 AM Link | Quote
Originally posted by BMF54123
You can use CSS to change any aspect of your layout, but honestly, I would just get rid of the background. It makes your posts very hard to read.

I thought it might be annoying to read, I made a images much too clear and white. I changed the background by rendering it much darker, I think it is much more visible to read now.

____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Aeonic Butterfly
200
Level: 32


Posts: 116/207
EXP: 191465
For next: 14977

Since: 12-27-10

From: Ridgecrest, CA

Since last post: 4.4 years
Last activity: 4.4 years

Posted on 08-06-12 01:41:53 AM Link | Quote
Out of curiosity, is it a foreign language thing? I wouldn't know how to fix it, but I assume you're using a foreign version of Windows? Are the pathnames localized, as well?
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 68/776
EXP: 1317468
For next: 80708

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 119 days

Posted on 08-06-12 07:31:55 AM Link | Quote
Originally posted by Dark Linkaël
I tested and the result is always the same... I do not know what stops me from making it work. I have certainly made ​​a mistake somewhere.

If you aren't able to create a BDL model from the box test model I gave you then I feel that something isn't set up right on your computer. It seems that you are typing the correct commands. Beyond that, I really don't have a clue what isn't set up right. If you want, you could try downloading the 32bit versions of both programs instead of the ones you have now. That is what I did and perhaps doing this might work for you too. Also try reading over some of my earlier posts carefully.

Since I didn't create the program and suck at using the command line, I don't know what else to do. I'm sorry . I'm guessing that an exe version of the program will eventually come out. If it does, I'll let you know.

____________________
"Consider this a privilege. You have been chosen."
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 93/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-06-12 09:41:09 AM (last edited by Dark Linkaël at 08-06-12 09:55:34 AM) Link | Quote

Originally posted by Aeonic Butterfly
Out of curiosity, is it a foreign language thing? I wouldn't know how to fix it, but I assume you're using a foreign version of Windows? Are the pathnames localized, as well?

I use the French version of Windows XP. I do not know if that's the problem, but I do not think.

Originally posted by Cuber456
Since I didn't create the program and suck at using the command line, I don't know what else to do. I'm sorry. I'm guessing that an exe version of the program will eventually come out. If it does, I'll let you know.

Yes, I think it would be better if a version of "obj2bdl" in "EXE", it would be easier for me. I hope it will one day shoed.

Oh, I have an idea! You could do this little job for me. Uses the model "vr_box.bmd" in the room "tincle" and converts with obj2bdl. Then you put me a link to download it. I hope I can at best restore the old version of heaven, but it is extremely hard because of the current settings of TWW that are not compatible with older models of the sky.

____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 69/776
EXP: 1317468
For next: 80708

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 119 days

Posted on 08-07-12 03:07:53 AM (last edited by Cuber456 at 08-07-12 03:08:41 AM) Link | Quote
Originally posted by Dark Linkaël
Oh, I have an idea! You could do this little job for me. Uses the model "vr_box.bmd" in the room "tincle" and converts with obj2bdl. Then you put me a link to download it. I hope I can at best restore the old version of heaven, but it is extremely hard because of the current settings of TWW that are not compatible with older models of the sky.

Ok, I'll see if I can get you a BDL version of the model that you could use. Basically I need to export the model from bmdview2 as a 3DS model, import the model into blender and export it as a OBJ model. I tried doing that quickly today but wan't able to do it. I'll actually need to sit down to do this but I don't think it should be a problem. Hopefully if I 'm not lazy, I can get it done within a day or so .

____________________
"Consider this a privilege. You have been chosen."
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 94/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-07-12 08:34:48 AM Link | Quote

Okay, no problem! Thank you!

I hope that I could restore the old version of heaven in TWW, 10 years later. The trouble seems to come from "MAT3" in the model.

____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Gamma
Member
Level: 26


Posts: 75/135
EXP: 98094
For next: 4181

Since: 08-06-11


Since last post: 6.0 years
Last activity: 5.5 years

Posted on 08-07-12 08:31:43 PM Link | Quote
I believe that the old skybox model doesn't work because it's a BMD, and thus is called "VR_box.bmd[\b]." The final main skybox is, I think, called "vr_sky.bdl." The game is probably programmed to look specifically for vr_sky.bdl, file extension and all, and basically skips the file (if the old model is renamed to just "vr_sky.bmd") or crashes while trying to read it (if the file extension is changed to ".bdl") Theoretically, making "vr_box" a .bdl file should fix the problem.

Also, for reference, you should probably try to nullify the file called "vr_backcloud," as that bdl holds the cloud texture that always sits on the horizon. Since vr_box's textures include an older version of these clouds as vr_backcloud, having both of them would just render vr_box's version of the horizon clouds unseen.
Gamma
Member
Level: 26


Posts: 76/135
EXP: 98094
For next: 4181

Since: 08-06-11


Since last post: 6.0 years
Last activity: 5.5 years

Posted on 08-07-12 08:31:58 PM (last edited by BMF54123 at 08-08-12 03:57:32 AM) Link | Quote
I believe that the old skybox model doesn't work because it's a BMD, and thus is called "VR_box.bmd." The final main skybox is, I think, called "vr_sky.bdl." The game is probably programmed to look specifically for vr_sky.bdl, file extension and all, and basically skips the file (if the old model is renamed to just "vr_sky.bmd") or crashes while trying to read it (if the file extension is changed to ".bdl") Theoretically, making "vr_box" a .bdl file should fix the problem.

Also, for reference, you should probably try to nullify the file called "vr_backcloud," as that bdl holds the cloud texture that always sits on the horizon. Since vr_box's textures include an older version of these clouds as vr_backcloud, having both of them would just render vr_box's version of the horizon clouds unseen.
Dark Linkaël

Red Cheep-cheep
Level: 32


Posts: 95/216
EXP: 193422
For next: 13020

Since: 02-21-12

From: France

Since last post: 8.3 years
Last activity: 3.1 years

Posted on 08-08-12 09:58:33 AM Link | Quote

The principal thing that prevents a model of the sky to be visible in the final version of TWW is simply the "MAT3", specifically the part of the color of blue sky in the model. The rest works very well by replacing the model "vr_back_cloud.bdl" with "vr_box.bmd" slightly modified (MDL3 inside).

For now, I have to remove the blue of the sky to make it work. Put the blue sky model "vr_box.bmd" in that of "vr_sky.bdl" will change absolutely nothing. He is the truly responsible of not loading the old version of the sky. However, it will be impossible to restore as the original, the game has more settings from older versions of the sky. I speak especially to the movement of clouds. Unless this is always the same.

Here is the result of my work for now:



____________________
- Dark Linkaël -
Webmaster of the French Zelda website "Triforce Legend"

リンク - カスト "2003"
Gamma
Member
Level: 26


Posts: 77/135
EXP: 98094
For next: 4181

Since: 08-06-11


Since last post: 6.0 years
Last activity: 5.5 years

Posted on 08-12-12 06:01:00 PM Link | Quote
Good news! My computer is back and working perfectly. I still have a ton of stuff to redownload (Y u so big, Steam games? >.<), but once I've done that (not to mention redump a copy of TWW) I'll get to work on the trees and Moblins for the beta forest.
Gamma
Member
Level: 26


Posts: 78/135
EXP: 98094
For next: 4181

Since: 08-06-11


Since last post: 6.0 years
Last activity: 5.5 years

Posted on 08-14-12 05:44:49 PM Link | Quote
Alright, I might have run into a bit of a problem.

I want to use the colored version of the forest's model to test out the actor placement. Now, when I use the room.arc provided in your download, Cuber, the room loads with no problem. But if I unpack your .arc, replace room.dzr and repack it, Dolphin crashes with the error "Invalid texture coordinates format (Format = 7)." Have any idea why this happens only with my changes? It might have something to do with the fact that I'm using Outset Island's .dzr file... I haven't tried switching it yet, so maybe that's the problem. I'll get back in a moment with an update.
Gamma
Member
Level: 26


Posts: 79/135
EXP: 98094
For next: 4181

Since: 08-06-11


Since last post: 6.0 years
Last activity: 5.5 years

Posted on 08-14-12 06:04:43 PM (last edited by Gamma at 08-14-12 06:12:39 PM) Link | Quote
The problem was the fact that I was using Outset's actors. Using the forest on Outset's actors works fine.

We've got another problem, though:



The tree in lwood doesn't work that well. There's still a space between the actor and the model. What should we do?

You know what... Upscaling the model for the tree might work. Since we can have textures now, that might be possible. It would be easy to replace the old tree with the new tree. Can we do that?
Cuber456

Fuzzy
Don't mind me. Just passing through.
Level: 56


Posts: 70/776
EXP: 1317468
For next: 80708

Since: 02-19-12

From: Everywhere at once.

Since last post: 4.2 years
Last activity: 119 days

Posted on 08-14-12 08:45:27 PM (last edited by Cuber456 at 08-14-12 08:46:24 PM) Link | Quote
God damn... the number of models that need fixing are piling up and of course this happens when I decide to become a little lazy . Here is a plan Gamma:

1. Are we certain that these trees are the closest models to what is seen in the original version? Do any other models of trees work better? I want to avoid having to remodel if that is an option but I am guessing that it isn't an option.

2. Is it possible to create an actor/folder called "Lwood2" with the files of the original "Lwood"? For example, say I go through the effort of scaling the model for "alwd.bdl" from the original "Lwood" so that the tree fits perfectly. Any other maps that use this model will be forced to use this bigger version of the tree and it might look awkward. This is especially true because I can't scale the collision for the tree. If we can have this map use the models from "Lwood2" then we can avoid this problem.

If you understand this (or don't) let me know. I have further instructions on what to do from there. In the mean time, I will try to unlazy myself to get to work on those models .

____________________
"Consider this a privilege. You have been chosen."
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Next newer thread | Next older thread
Jul - The Cutting Room Floor - The Legend of Zelda: Wind Waker Findings New poll - New thread - New reply


Rusted Logic

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

31 database queries, 15 query cache hits.
Query execution time:  0.093324 seconds
Script execution time:  0.029908 seconds
Total render time:  0.123232 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 211 - 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 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - Warning: unescaped & or unknown entity "&page"
line 149 column 426 - Warning: unescaped & or unknown entity "&page"
line 149 column 464 - Warning: unescaped & or unknown entity "&page"
line 149 column 499 - Warning: unescaped & or unknown entity "&page"
line 149 column 534 - Warning: unescaped & or unknown entity "&page"
line 149 column 569 - Warning: unescaped & or unknown entity "&page"
line 149 column 604 - Warning: unescaped & or unknown entity "&page"
line 149 column 639 - Warning: unescaped & or unknown entity "&page"
line 149 column 674 - Warning: unescaped & or unknown entity "&page"
line 149 column 709 - Warning: unescaped & or unknown entity "&page"
line 149 column 744 - Warning: unescaped & or unknown entity "&page"
line 149 column 779 - Warning: unescaped & or unknown entity "&page"
line 149 column 814 - Warning: unescaped & or unknown entity "&page"
line 149 column 849 - Warning: unescaped & or unknown entity "&page"
line 149 column 884 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 921 - 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 190 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 192 column 9 - Warning: missing <tr>
line 210 column 13 - Warning: missing <tr>
line 211 column 102 - Warning: unescaped & or unknown entity "&postid"
line 213 column 295 - Warning: missing </font> before </td>
line 213 column 278 - Warning: missing </font> before </td>
line 213 column 176 - Warning: missing </div>
line 213 column 74 - Warning: missing </div>
line 221 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 223 column 9 - Warning: missing <tr>
line 241 column 13 - Warning: missing <tr>
line 242 column 102 - Warning: unescaped & or unknown entity "&postid"
line 273 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 275 column 9 - Warning: missing <tr>
line 293 column 13 - Warning: missing <tr>
line 294 column 102 - Warning: unescaped & or unknown entity "&postid"
line 296 column 295 - Warning: missing </font> before </td>
line 296 column 278 - Warning: missing </font> before </td>
line 296 column 176 - Warning: missing </div>
line 296 column 74 - Warning: missing </div>
line 312 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 314 column 9 - Warning: missing <tr>
line 332 column 13 - Warning: missing <tr>
line 333 column 102 - Warning: unescaped & or unknown entity "&postid"
line 357 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 359 column 9 - Warning: missing <tr>
line 377 column 13 - Warning: missing <tr>
line 378 column 102 - Warning: unescaped & or unknown entity "&postid"
line 380 column 295 - Warning: missing </font> before <blockquote>
line 380 column 278 - Warning: missing </font> before <blockquote>
line 384 column 907 - Warning: inserting implicit <font>
line 384 column 907 - Warning: inserting implicit <font>
line 384 column 907 - Warning: missing </font> before <hr>
line 384 column 907 - Warning: missing </font> before <hr>
line 384 column 976 - Warning: inserting implicit <font>
line 384 column 976 - Warning: inserting implicit <font>
line 384 column 976 - Warning: missing </font> before <hr>
line 384 column 976 - Warning: missing </font> before <hr>
line 410 column 1 - Warning: inserting implicit <font>
line 410 column 1 - Warning: inserting implicit <font>
line 380 column 176 - Warning: missing </div>
line 380 column 74 - Warning: missing </div>
line 423 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 425 column 9 - Warning: missing <tr>
line 443 column 13 - Warning: missing <tr>
line 444 column 102 - Warning: unescaped & or unknown entity "&postid"
line 446 column 74 - Warning: <link> isn't allowed in <td> elements
line 446 column 9 - Info: <td> previously mentioned
line 449 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 451 column 9 - Warning: missing <tr>
line 469 column 13 - Warning: missing <tr>
line 470 column 102 - Warning: unescaped & or unknown entity "&postid"
line 472 column 295 - Warning: missing </font> before <blockquote>
line 472 column 278 - Warning: missing </font> before <blockquote>
line 472 column 320 - Warning: inserting implicit <font>
line 472 column 320 - Warning: inserting implicit <font>
line 472 column 320 - Warning: missing </font> before <hr>
line 472 column 320 - Warning: missing </font> before <hr>
line 472 column 385 - Warning: inserting implicit <font>
line 472 column 385 - Warning: inserting implicit <font>
line 472 column 385 - Warning: missing </font> before <hr>
line 472 column 385 - Warning: missing </font> before <hr>
line 473 column 1 - Warning: inserting implicit <font>
line 473 column 1 - Warning: inserting implicit <font>
line 472 column 176 - Warning: missing </div>
line 472 column 74 - Warning: missing </div>
line 479 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 481 column 9 - Warning: missing <tr>
line 499 column 13 - Warning: missing <tr>
line 500 column 102 - Warning: unescaped & or unknown entity "&postid"
line 505 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 507 column 9 - Warning: missing <tr>
line 525 column 13 - Warning: missing <tr>
line 526 column 102 - Warning: unescaped & or unknown entity "&postid"
line 534 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 536 column 9 - Warning: missing <tr>
line 554 column 13 - Warning: missing <tr>
line 555 column 102 - Warning: unescaped & or unknown entity "&postid"
line 558 column 299 - Warning: missing </font> before <blockquote>
line 558 column 282 - Warning: missing </font> before <blockquote>
line 558 column 324 - Warning: inserting implicit <font>
line 558 column 324 - Warning: inserting implicit <font>
line 558 column 324 - Warning: missing </font> before <hr>
line 558 column 324 - Warning: missing </font> before <hr>
line 558 column 397 - Warning: inserting implicit <font>
line 558 column 397 - Warning: inserting implicit <font>
line 558 column 397 - Warning: missing </font> before <hr>
line 558 column 397 - Warning: missing </font> before <hr>
line 559 column 1 - Warning: inserting implicit <font>
line 559 column 1 - Warning: inserting implicit <font>
line 559 column 1 - Warning: missing </font> before <blockquote>
line 559 column 1 - Warning: missing </font> before <blockquote>
line 561 column 708 - Warning: inserting implicit <font>
line 561 column 708 - Warning: inserting implicit <font>
line 561 column 708 - Warning: missing </font> before <hr>
line 561 column 708 - Warning: missing </font> before <hr>
line 561 column 773 - Warning: inserting implicit <font>
line 561 column 773 - Warning: inserting implicit <font>
line 561 column 773 - Warning: missing </font> before <hr>
line 561 column 773 - Warning: missing </font> before <hr>
line 562 column 1 - Warning: inserting implicit <font>
line 562 column 1 - Warning: inserting implicit <font>
line 557 column 176 - Warning: missing </div>
line 557 column 74 - Warning: missing </div>
line 570 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 572 column 9 - Warning: missing <tr>
line 590 column 13 - Warning: missing <tr>
line 591 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 621 column 299 - Warning: missing </font> before </td>
line 621 column 282 - Warning: missing </font> before </td>
line 620 column 176 - Warning: missing </div>
line 620 column 74 - Warning: missing </div>
line 629 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 631 column 9 - Warning: missing <tr>
line 649 column 13 - Warning: missing <tr>
line 650 column 102 - Warning: unescaped & or unknown entity "&postid"
line 652 column 169 - Warning: missing </b> before </td>
line 657 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 659 column 9 - Warning: missing <tr>
line 677 column 13 - Warning: missing <tr>
line 678 column 102 - Warning: unescaped & or unknown entity "&postid"
line 685 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 687 column 9 - Warning: missing <tr>
line 705 column 13 - Warning: missing <tr>
line 706 column 102 - Warning: unescaped & or unknown entity "&postid"
line 709 column 299 - Warning: missing </font> before </td>
line 709 column 282 - Warning: missing </font> before </td>
line 708 column 176 - Warning: missing </div>
line 708 column 74 - Warning: missing </div>
line 721 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 723 column 9 - Warning: missing <tr>
line 741 column 13 - Warning: missing <tr>
line 742 column 102 - Warning: unescaped & or unknown entity "&postid"
line 747 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 749 column 9 - Warning: missing <tr>
line 767 column 13 - Warning: missing <tr>
line 768 column 102 - Warning: unescaped & or unknown entity "&postid"
line 775 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 777 column 9 - Warning: missing <tr>
line 795 column 13 - Warning: missing <tr>
line 796 column 102 - Warning: unescaped & or unknown entity "&postid"
line 809 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 811 column 9 - Warning: missing <tr>
line 829 column 13 - Warning: missing <tr>
line 830 column 102 - Warning: unescaped & or unknown entity "&postid"
line 841 column 17 - Warning: missing <tr>
line 841 column 17 - Warning: discarding unexpected <table>
line 844 column 35 - Warning: missing <tr>
line 844 column 95 - Warning: unescaped & or unknown entity "&page"
line 844 column 128 - Warning: unescaped & or unknown entity "&page"
line 844 column 161 - Warning: unescaped & or unknown entity "&page"
line 844 column 194 - Warning: unescaped & or unknown entity "&page"
line 844 column 227 - Warning: unescaped & or unknown entity "&page"
line 844 column 260 - Warning: unescaped & or unknown entity "&page"
line 844 column 293 - Warning: unescaped & or unknown entity "&page"
line 844 column 326 - Warning: unescaped & or unknown entity "&page"
line 844 column 359 - Warning: unescaped & or unknown entity "&page"
line 844 column 392 - Warning: unescaped & or unknown entity "&page"
line 844 column 426 - Warning: unescaped & or unknown entity "&page"
line 844 column 464 - Warning: unescaped & or unknown entity "&page"
line 844 column 499 - Warning: unescaped & or unknown entity "&page"
line 844 column 534 - Warning: unescaped & or unknown entity "&page"
line 844 column 569 - Warning: unescaped & or unknown entity "&page"
line 844 column 604 - Warning: unescaped & or unknown entity "&page"
line 844 column 639 - Warning: unescaped & or unknown entity "&page"
line 844 column 674 - Warning: unescaped & or unknown entity "&page"
line 844 column 709 - Warning: unescaped & or unknown entity "&page"
line 844 column 744 - Warning: unescaped & or unknown entity "&page"
line 844 column 779 - Warning: unescaped & or unknown entity "&page"
line 844 column 814 - Warning: unescaped & or unknown entity "&page"
line 844 column 849 - Warning: unescaped & or unknown entity "&page"
line 844 column 884 - Warning: unescaped & or unknown entity "&page"
line 844 column 50 - Warning: missing </font> before </td>
line 844 column 921 - Warning: missing </font> before </table>
line 846 column 35 - Warning: missing <tr>
line 846 column 50 - Warning: missing </font> before </td>
line 847 column 37 - Warning: unescaped & or unknown entity "&id"
line 846 column 211 - Warning: missing </font> before </table>
line 848 column 17 - Warning: discarding unexpected </textarea>
line 848 column 28 - Warning: discarding unexpected </form>
line 848 column 35 - Warning: discarding unexpected </embed>
line 848 column 43 - Warning: discarding unexpected </noembed>
line 848 column 53 - Warning: discarding unexpected </noscript>
line 848 column 64 - Warning: discarding unexpected </noembed>
line 848 column 74 - Warning: discarding unexpected </embed>
line 848 column 82 - Warning: discarding unexpected </table>
line 848 column 90 - Warning: discarding unexpected </table>
line 850 column 9 - Warning: missing </font> before <table>
line 862 column 25 - Warning: discarding unexpected </font>
line 871 column 58 - Warning: discarding unexpected </font>
line 849 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 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 176 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 194 column 11 - Warning: <img> lacks "alt" attribute
line 195 column 22 - Warning: <img> lacks "alt" attribute
line 195 column 63 - Warning: <img> lacks "alt" attribute
line 195 column 112 - Warning: <img> lacks "alt" attribute
line 195 column 162 - Warning: <img> lacks "alt" attribute
line 196 column 11 - Warning: <img> lacks "alt" attribute
line 206 column 15 - Warning: <img> lacks "alt" attribute
line 210 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 217 column 713 - Warning: <img> lacks "alt" attribute
line 225 column 11 - Warning: <img> lacks "alt" attribute
line 226 column 22 - Warning: <img> lacks "alt" attribute
line 226 column 63 - Warning: <img> lacks "alt" attribute
line 226 column 111 - Warning: <img> lacks "alt" attribute
line 226 column 161 - Warning: <img> lacks "alt" attribute
line 227 column 11 - Warning: <img> lacks "alt" attribute
line 237 column 15 - Warning: <img> lacks "alt" attribute
line 277 column 11 - Warning: <img> lacks "alt" attribute
line 278 column 22 - Warning: <img> lacks "alt" attribute
line 278 column 63 - Warning: <img> lacks "alt" attribute
line 278 column 112 - Warning: <img> lacks "alt" attribute
line 278 column 162 - Warning: <img> lacks "alt" attribute
line 279 column 11 - Warning: <img> lacks "alt" attribute
line 289 column 15 - Warning: <img> lacks "alt" attribute
line 293 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 308 column 911 - Warning: <img> lacks "alt" attribute
line 316 column 11 - Warning: <img> lacks "alt" attribute
line 317 column 22 - Warning: <img> lacks "alt" attribute
line 317 column 63 - Warning: <img> lacks "alt" attribute
line 317 column 111 - Warning: <img> lacks "alt" attribute
line 317 column 161 - Warning: <img> lacks "alt" attribute
line 318 column 11 - Warning: <img> lacks "alt" attribute
line 328 column 15 - Warning: <img> lacks "alt" attribute
line 361 column 11 - Warning: <img> lacks "alt" attribute
line 362 column 22 - Warning: <img> lacks "alt" attribute
line 362 column 63 - Warning: <img> lacks "alt" attribute
line 362 column 112 - Warning: <img> lacks "alt" attribute
line 362 column 162 - Warning: <img> lacks "alt" attribute
line 363 column 11 - Warning: <img> lacks "alt" attribute
line 373 column 15 - Warning: <img> lacks "alt" attribute
line 377 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 419 column 2487 - Warning: <img> lacks "alt" attribute
line 427 column 11 - Warning: <img> lacks "alt" attribute
line 428 column 23 - Warning: <img> lacks "alt" attribute
line 428 column 64 - Warning: <img> lacks "alt" attribute
line 428 column 113 - Warning: <img> lacks "alt" attribute
line 428 column 163 - Warning: <img> lacks "alt" attribute
line 429 column 11 - Warning: <img> lacks "alt" attribute
line 439 column 15 - Warning: <img> lacks "alt" attribute
line 446 column 630 - Warning: <img> proprietary attribute value "absmiddle"
line 446 column 630 - Warning: <img> lacks "alt" attribute
line 453 column 11 - Warning: <img> lacks "alt" attribute
line 454 column 22 - Warning: <img> lacks "alt" attribute
line 454 column 63 - Warning: <img> lacks "alt" attribute
line 454 column 112 - Warning: <img> lacks "alt" attribute
line 454 column 162 - Warning: <img> lacks "alt" attribute
line 455 column 11 - Warning: <img> lacks "alt" attribute
line 465 column 15 - Warning: <img> lacks "alt" attribute
line 475 column 863 - Warning: <img> lacks "alt" attribute
line 483 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 483 column 15 - Warning: <img> lacks "alt" attribute
line 483 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 483 column 58 - Warning: <img> lacks "alt" attribute
line 483 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 483 column 101 - Warning: <img> lacks "alt" attribute
line 483 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 483 column 144 - Warning: <img> lacks "alt" attribute
line 484 column 22 - Warning: <img> lacks "alt" attribute
line 484 column 63 - Warning: <img> lacks "alt" attribute
line 484 column 112 - Warning: <img> lacks "alt" attribute
line 484 column 162 - Warning: <img> lacks "alt" attribute
line 495 column 15 - Warning: <img> lacks "alt" attribute
line 509 column 11 - Warning: <img> lacks "alt" attribute
line 510 column 22 - Warning: <img> lacks "alt" attribute
line 510 column 63 - Warning: <img> lacks "alt" attribute
line 510 column 111 - Warning: <img> lacks "alt" attribute
line 510 column 161 - Warning: <img> lacks "alt" attribute
line 511 column 11 - Warning: <img> lacks "alt" attribute
line 521 column 15 - Warning: <img> lacks "alt" attribute
line 531 column 921 - Warning: <img> proprietary attribute value "absmiddle"
line 531 column 921 - Warning: <img> lacks "alt" attribute
line 538 column 11 - Warning: <img> lacks "alt" attribute
line 539 column 22 - Warning: <img> lacks "alt" attribute
line 539 column 63 - Warning: <img> lacks "alt" attribute
line 539 column 112 - Warning: <img> lacks "alt" attribute
line 539 column 162 - Warning: <img> lacks "alt" attribute
line 540 column 11 - Warning: <img> lacks "alt" attribute
line 550 column 15 - Warning: <img> lacks "alt" attribute
line 554 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 566 column 1618 - Warning: <img> lacks "alt" attribute
line 574 column 11 - Warning: <img> lacks "alt" attribute
line 575 column 22 - Warning: <img> lacks "alt" attribute
line 575 column 63 - Warning: <img> lacks "alt" attribute
line 575 column 111 - Warning: <img> lacks "alt" attribute
line 575 column 161 - Warning: <img> lacks "alt" attribute
line 576 column 11 - Warning: <img> lacks "alt" attribute
line 586 column 15 - Warning: <img> lacks "alt" attribute
line 590 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 594 column 932 - Warning: <img> proprietary attribute value "absmiddle"
line 594 column 932 - Warning: <img> lacks "alt" attribute
line 601 column 11 - 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 625 column 609 - Warning: <img> lacks "alt" attribute
line 634 column 22 - Warning: <img> lacks "alt" attribute
line 634 column 63 - Warning: <img> lacks "alt" attribute
line 634 column 112 - Warning: <img> lacks "alt" attribute
line 634 column 162 - Warning: <img> lacks "alt" attribute
line 635 column 11 - Warning: <img> lacks "alt" attribute
line 645 column 15 - Warning: <img> lacks "alt" 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 673 column 15 - Warning: <img> lacks "alt" attribute
line 677 column 89 - Warning: <font> attribute "color" had invalid value "60c000" and has been replaced
line 689 column 11 - Warning: <img> lacks "alt" attribute
line 690 column 22 - Warning: <img> lacks "alt" attribute
line 690 column 63 - Warning: <img> lacks "alt" attribute
line 690 column 112 - Warning: <img> lacks "alt" attribute
line 690 column 162 - Warning: <img> lacks "alt" attribute
line 691 column 11 - Warning: <img> lacks "alt" attribute
line 701 column 15 - Warning: <img> lacks "alt" attribute
line 715 column 1091 - Warning: <img> lacks "alt" attribute
line 717 column 1309 - Warning: <img> lacks "alt" attribute
line 726 column 22 - Warning: <img> lacks "alt" attribute
line 726 column 63 - Warning: <img> lacks "alt" attribute
line 726 column 112 - Warning: <img> lacks "alt" attribute
line 726 column 162 - Warning: <img> lacks "alt" attribute
line 727 column 11 - Warning: <img> lacks "alt" attribute
line 737 column 15 - Warning: <img> lacks "alt" attribute
line 752 column 22 - Warning: <img> lacks "alt" attribute
line 752 column 63 - Warning: <img> lacks "alt" attribute
line 752 column 112 - Warning: <img> lacks "alt" attribute
line 752 column 162 - Warning: <img> lacks "alt" attribute
line 753 column 11 - Warning: <img> lacks "alt" attribute
line 763 column 15 - Warning: <img> lacks "alt" attribute
line 780 column 22 - Warning: <img> lacks "alt" attribute
line 780 column 63 - Warning: <img> lacks "alt" attribute
line 780 column 112 - Warning: <img> lacks "alt" attribute
line 780 column 162 - Warning: <img> lacks "alt" attribute
line 781 column 11 - Warning: <img> lacks "alt" attribute
line 791 column 15 - Warning: <img> lacks "alt" attribute
line 795 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 802 column 230 - Warning: <img> lacks "alt" attribute
line 813 column 11 - Warning: <img> lacks "alt" attribute
line 814 column 22 - Warning: <img> lacks "alt" attribute
line 814 column 63 - Warning: <img> lacks "alt" attribute
line 814 column 111 - Warning: <img> lacks "alt" attribute
line 814 column 161 - Warning: <img> lacks "alt" attribute
line 815 column 11 - Warning: <img> lacks "alt" attribute
line 825 column 15 - Warning: <img> lacks "alt" attribute
line 829 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 832 column 203 - Warning: <img> proprietary attribute value "absmiddle"
line 832 column 203 - Warning: <img> lacks "alt" attribute
line 838 column 1227 - Warning: <img> proprietary attribute value "absmiddle"
line 838 column 1227 - Warning: <img> lacks "alt" attribute
line 847 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 847 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 847 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 856 column 25 - Warning: <img> lacks "alt" attribute
line 861 column 267 - Warning: <img> lacks "alt" attribute
line 472 column 295 - Warning: trimming empty <font>
line 472 column 278 - Warning: trimming empty <font>
line 558 column 299 - Warning: trimming empty <font>
line 558 column 282 - Warning: trimming empty <font>
line 841 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 211 column 27 - Warning: <nobr> is not approved by W3C
line 242 column 27 - Warning: <nobr> is not approved by W3C
line 294 column 27 - Warning: <nobr> is not approved by W3C
line 333 column 27 - Warning: <nobr> is not approved by W3C
line 378 column 27 - Warning: <nobr> is not approved by W3C
line 444 column 27 - Warning: <nobr> is not approved by W3C
line 470 column 27 - Warning: <nobr> is not approved by W3C
line 500 column 27 - Warning: <nobr> is not approved by W3C
line 526 column 27 - Warning: <nobr> is not approved by W3C
line 555 column 27 - Warning: <nobr> is not approved by W3C
line 591 column 27 - Warning: <nobr> is not approved by W3C
line 618 column 27 - Warning: <nobr> is not approved by W3C
line 650 column 27 - Warning: <nobr> is not approved by W3C
line 678 column 27 - Warning: <nobr> is not approved by W3C
line 706 column 27 - Warning: <nobr> is not approved by W3C
line 742 column 27 - Warning: <nobr> is not approved by W3C
line 768 column 27 - Warning: <nobr> is not approved by W3C
line 796 column 27 - Warning: <nobr> is not approved by W3C
line 830 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 445 warnings and 0 errors!


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