Register - Login
Views: 99397409
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 01:50:12 PM
Jul - Craziness Domain - What is your favourite font? New poll - New thread - New reply
Pages: 1 2 3 4 Next newer thread | Next older thread
Kak

...
Level: 80


Posts: 555/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-04-13 05:19:20 AM Link | Quote
Welp, I should change fonts. To tell the truth, the reason my posts use Fixedsys is that the "notepad" class originally used in the old layout with that font. The normal body didn't have any special font.

When I built my current layout, "notepad" became the body, but the fonts didn't change. It looks unnatural, but I like it this way. May really get replaced with Terminal this time however

____________________
Transforming cats into robots since 1989!
Posted on 12-10-13 02:55:07 AM Link | Quote
Originally posted by Kak64
Welp, I should change fonts. To tell the truth, the reason my posts use Fixedsys is that the "notepad" class originally used in the old layout with that font. The normal body didn't have any special font.

When I built my current layout, "notepad" became the body, but the fonts didn't change. It looks unnatural, but I like it this way. May really get replaced with Terminal this time however

Just for your information, I (and probably anyone else who uses other OSes other than Windows) see your posts in Times New Roman, not Fixedsys. You should probably consider using webfonts for non-web safe fonts. There's a few tools out there to help you with that: FontSquirrel webfont generator (personally tested); font-face generator @ everythingfonts.

As for me? I love chunky or light display typefaces, some ornate display fonts as well. For specific ones, I suppose the old standard Helvetica Neue (or similar fonts like Akzidenz Grotesk, Frutiger Sans) [sans], Gotham [sans], Miso [sans!!], Homestead [slab], Chunk Five [slab], Lavanderia [script], Carton [slab], and probably for symbols, Erler Dingbats and Entypo.

____________________
Lain.RustedLogic.net
 
Rachel Mae

Creature of Chaos
Level: 141


Posts: 5496/5929
EXP: 33576904
For next: 543110

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 12 days
Last activity: 10 hours

Posted on 12-10-13 03:39:02 AM Link | Quote
Originally posted by BlackRose
Just for your information, I (and probably anyone else who uses other OSes other than Windows) see your posts in Times New Roman, not Fixedsys.

I'm running Windows 7 and I don't see it either. :specialed:

____________________
usr_share
70
Level: 21


Posts: 29/79
EXP: 42682
For next: 7261

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-10-13 04:36:50 AM (last edited by usr_share at 12-10-13 04:37:18 AM) Link | Quote
To Kak64: If you want Fixedsys, just get Fixedsys Excelsior. It'll work on all systems.

Edit your layout and add

@font-face {src:url(http://www.fixedsysexcelsior.com/fonts/FSEX300.ttf);
font-family:"Fixedsys Excelsior"; }


to your CSS. Then you can use font-family: "Fixedsys Excelsior";.

____________________
Kak

...
Level: 80


Posts: 682/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-10-13 12:02:49 PM Link | Quote
Originally posted by usr_share
To Kak64: If you want Fixedsys, just get Fixedsys Excelsior. It'll work on all systems.

Edit your layout and add

@font-face {src:url(http://www.fixedsysexcelsior.com/fonts/FSEX300.ttf);
font-family:"Fixedsys Excelsior"; }


to your CSS. Then you can use font-family: "Fixedsys Excelsior";.

Nope, I have tried in many ways (even by adding the font url manually to a W3schools example), and it didn't work. Either because I'm linking to a TTF font, or because I've broken the URL. Or it is that I know almost nothing about CSS. It's just it's a miracle I was able to code this layout.

So I'm just keeping this font as a "bonus" to whoever can see it until I replace it with a web-safe font. :/

____________________
usr_share
70
Level: 21


Posts: 30/79
EXP: 42682
For next: 7261

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-10-13 01:13:36 PM (last edited by usr_share at 12-10-13 01:14:23 PM) Link | Quote
Dunno. Embedding TTF fonts works for me (see the Chrono Trigger font?). Unless you're running Internet Explorer, they should work fine.

The other problem may occur if the server you're getting the font from isn't configured in a certain way. (I host the fonts I use on my server, which has it OK.)

____________________
Kak

...
Level: 80


Posts: 684/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-10-13 01:54:55 PM Link | Quote
Originally posted by usr_share
Dunno. Embedding TTF fonts works for me (see the Chrono Trigger font?). Unless you're running Internet Explorer, they should work fine.

The other problem may occur if the server you're getting the font from isn't configured in a certain way. (I host the fonts I use on my server, which has it OK.)
I can see that font, so it's probably me being stupid at CSS.

How should it be edited?

Post header:

http://pastebin.com/SYpeJgRn

____________________
Elemi
370
"ban me or whatever"

Okay, bye, please don't push your antivax shit here
Level: 42


Posts: 310/379
EXP: 485271
For next: 36091

Since: 06-20-10

Pronouns: She/her
From: Hyperspace

Since last post: 3.1 years
Last activity: 2.3 years

Posted on 12-10-13 02:15:01 PM Link | Quote
Please use something like this:
Webfont Generator

It also makes sure it works in all modern browsers (including recent IE versions).

____________________
usr_share
70
Level: 21


Posts: 31/79
EXP: 42682
For next: 7261

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-10-13 02:16:13 PM (last edited by usr_share at 12-10-13 04:25:36 PM) Link | Quote
Try this out. http://pastebin.com/4v8kqKAW

I checked out the font in Firefox. Turns out, that's the exact server problem I was talking about before. So I've decided to host a copy of this font on my own server (which has correct settings, so that @font-face works).

____________________
Kak

...
Level: 80


Posts: 686/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-10-13 05:17:49 PM (last edited by Kak64 at 12-11-13 11:13:16 AM) Link | Quote
Thanks!

But I just want to know if this font look right. I seem to have some problems with the font size because of the insanely high resolution of the monitor I'm using.

____________________
usr_share
70
Level: 21


Posts: 33/79
EXP: 42682
For next: 7261

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-11-13 01:29:56 AM Link | Quote
In .kaknotepad2, change font-size to 16px. This should look the same on all resolutions.

Also, since you are embedding the font, it'd be better to put Fixedsys before Monospace in font-family. Even better, use the generic monospace instead of "Monospace".

____________________
Kak

...
Level: 80


Posts: 689/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-11-13 11:18:08 AM (last edited by Kak64 at 12-11-13 02:33:42 PM) Link | Quote
Originally posted by usr_share
In .kaknotepad2, change font-size to 16px. This should look the same on all resolutions.

Also, since you are embedding the font, it'd be better to put Fixedsys before Monospace in font-family. Even better, use the generic monospace instead of "Monospace".

Okay, this should be the "final" version, right?

Unrelated, Fixedsys Excelsior looks quite different from Windows Fixedsys, so it doesn't have the same effect.

That's a good thing too, considering I was planning to move away from Fixedsys anyway.

EDIT: It also broke the Guru Meditation post. :/
EDIT2: The font looked different due to CSS error

____________________
usr_share
70
Level: 21


Posts: 34/79
EXP: 42682
For next: 7261

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-12-13 06:27:21 AM Link | Quote
Still, you should use font-family: Fixedsys, monospace; instead of font-family: monospace, Fixedsys;. You put generic fonts after specific ones, not the other way around.

____________________
Kak

...
Level: 80


Posts: 702/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-12-13 05:43:28 PM Link | Quote
Originally posted by usr_share
Still, you should use font-family: Fixedsys, monospace; instead of font-family: monospace, Fixedsys;. You put generic fonts after specific ones, not the other way around.
Like this?

http://pastebin.com/JTCsHjDv

____________________
usr_share
70
Level: 21


Posts: 35/79
EXP: 42682
For next: 7261

Since: 03-12-12


Since last post: 7.0 years
Last activity: 1.4 years

Posted on 12-13-13 01:36:27 PM Link | Quote
Yes, your last post's layout looks right to me.

____________________
Kak

...
Level: 80


Posts: 708/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-13-13 03:12:26 PM (last edited by Kak64 at 12-13-13 03:13:00 PM) Link | Quote
Originally posted by usr_share
Yes, your last post's layout looks right to me.
FINALLY!

Now I need to think about a different font to use in my posts... just kidding.

____________________
Rick
M'Lord, there's a knife in your head!
Level: 152


Posts: 6851/7539
EXP: 43670390
For next: 631270

Since: 02-15-10

From: Maine

Since last post: 113 days
Last activity: 45 days

Posted on 12-17-13 03:17:33 AM Link | Quote
Let's change everyone's font to Comic Sans MS because everyone on the forum is a big fan of it! I mean, c'mon. Is it not the coolest of all the fonts out there?

____________________


_______________________
| 6851 | 13149 | 1400 | 11 |
2Tie

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


Posts: 308/1229
EXP: 2872061
For next: 143750

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 49 days
Last activity: 1 day

Posted on 12-17-13 04:39:00 AM Link | Quote
I've actually been a fan of Comic Sans MS for a number of years. Don't know why so many people hate it, outside of looking unprofessional o.o

____________________

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

Luigi
Level: 119


Posts: 3929/4161
EXP: 18741506
For next: 187785

Since: 12-18-08

From: Chicago

Since last post: 180 days
Last activity: 5 days

Posted on 12-23-13 08:10:32 AM Link | Quote
I took a data entry class in high school where they taught us to work with excel and access. Often we'd have to print tables and whatnot to show how we learned to do x thing. The teacher had a requirement though: font had to be Comic Sans. She would not accept anything else....

As for my favorite font, I usually just do Calibri for Latin script languages, Kaiti for Chinese in general, Songti if it's a formal letter, and Bixingshu if it's a poem or something short and decorative.
Kak

...
Level: 80


Posts: 792/1928
EXP: 4755208
For next: 27761

Since: 09-03-13

From: ???

Since last post: 60 days
Last activity: 57 days

Posted on 12-23-13 08:50:10 AM (last edited by Kak64 at 12-23-13 08:51:05 AM) Link | Quote
Originally posted by FieryIce
The teacher had a requirement though: font had to be Comic Sans. She would not accept anything else....


Sometimes, I don't even know how some things are even possible. I remember teachers not accepting Comic Sans, but this? If it was supposed to be used for something not serious I'd approve, yeesh...

Usually here they don't give any restriction on which font you should use. Well, just some common sense is needed.

____________________
Pages: 1 2 3 4 Next newer thread | Next older thread
Jul - Craziness Domain - What is your favourite font? New poll - New thread - New reply


Rusted Logic

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

28 database queries, 7 query cache hits.
Query execution time:  0.081139 seconds
Script execution time:  0.047510 seconds
Total render time:  0.128649 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
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 193 - 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 130 - Warning: unescaped & or unknown entity "&page"
line 149 column 163 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 198 - 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 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 183 column 15 - Warning: <link> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 25 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 186 column 25 - Warning: missing <tr>
line 195 column 25 - Warning: missing <tr>
line 196 column 114 - Warning: unescaped & or unknown entity "&postid"
line 198 column 90 - Warning: <link> isn't allowed in <td> elements
line 198 column 25 - Info: <td> previously mentioned
line 205 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 207 column 9 - Warning: missing <tr>
line 225 column 13 - Warning: missing <tr>
line 226 column 102 - Warning: unescaped & or unknown entity "&postid"
line 228 column 301 - Warning: missing </font> before <blockquote>
line 228 column 366 - Warning: inserting implicit <font>
line 228 column 366 - Warning: missing </font> before <hr>
line 228 column 432 - Warning: inserting implicit <font>
line 228 column 432 - Warning: missing </font> before <hr>
line 229 column 1 - Warning: inserting implicit <font>
line 232 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 234 column 9 - Warning: missing <tr>
line 252 column 13 - Warning: missing <tr>
line 253 column 102 - Warning: unescaped & or unknown entity "&postid"
line 255 column 74 - Warning: <style> isn't allowed in <td> elements
line 255 column 9 - Info: <td> previously mentioned
line 265 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 267 column 9 - Warning: missing <tr>
line 285 column 13 - Warning: missing <tr>
line 286 column 102 - Warning: unescaped & or unknown entity "&postid"
line 288 column 74 - Warning: <style> isn't allowed in <td> elements
line 288 column 9 - Info: <td> previously mentioned
line 301 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 303 column 9 - Warning: missing <tr>
line 321 column 13 - Warning: missing <tr>
line 322 column 102 - Warning: unescaped & or unknown entity "&postid"
line 324 column 74 - Warning: <style> isn't allowed in <td> elements
line 324 column 9 - Info: <td> previously mentioned
line 329 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 331 column 9 - Warning: missing <tr>
line 349 column 13 - Warning: missing <tr>
line 350 column 102 - Warning: unescaped & or unknown entity "&postid"
line 352 column 74 - Warning: <style> isn't allowed in <td> elements
line 352 column 9 - Info: <td> previously mentioned
line 363 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 365 column 9 - Warning: missing <tr>
line 383 column 13 - Warning: missing <tr>
line 384 column 102 - Warning: unescaped & or unknown entity "&postid"
line 386 column 74 - Warning: <link> isn't allowed in <td> elements
line 386 column 9 - Info: <td> previously mentioned
line 392 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 394 column 9 - Warning: missing <tr>
line 412 column 13 - Warning: missing <tr>
line 413 column 102 - Warning: unescaped & or unknown entity "&postid"
line 415 column 74 - Warning: <style> isn't allowed in <td> elements
line 415 column 9 - Info: <td> previously mentioned
line 420 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 422 column 9 - Warning: missing <tr>
line 440 column 13 - Warning: missing <tr>
line 441 column 102 - Warning: unescaped & or unknown entity "&postid"
line 443 column 74 - Warning: <style> isn't allowed in <td> elements
line 443 column 9 - Info: <td> previously mentioned
line 448 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 450 column 9 - Warning: missing <tr>
line 468 column 13 - Warning: missing <tr>
line 469 column 102 - Warning: unescaped & or unknown entity "&postid"
line 471 column 74 - Warning: <style> isn't allowed in <td> elements
line 471 column 9 - Info: <td> previously mentioned
line 476 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 478 column 9 - Warning: missing <tr>
line 496 column 13 - Warning: missing <tr>
line 497 column 102 - Warning: unescaped & or unknown entity "&postid"
line 499 column 74 - Warning: <style> isn't allowed in <td> elements
line 499 column 9 - Info: <td> previously mentioned
line 512 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 514 column 9 - Warning: missing <tr>
line 532 column 13 - Warning: missing <tr>
line 533 column 102 - Warning: unescaped & or unknown entity "&postid"
line 535 column 74 - Warning: <style> isn't allowed in <td> elements
line 535 column 9 - Info: <td> previously mentioned
line 538 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 540 column 9 - Warning: missing <tr>
line 558 column 13 - Warning: missing <tr>
line 559 column 102 - Warning: unescaped & or unknown entity "&postid"
line 561 column 74 - Warning: <style> isn't allowed in <td> elements
line 561 column 9 - Info: <td> previously mentioned
line 566 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 568 column 9 - Warning: missing <tr>
line 586 column 13 - Warning: missing <tr>
line 587 column 102 - Warning: unescaped & or unknown entity "&postid"
line 589 column 74 - Warning: <style> isn't allowed in <td> elements
line 589 column 9 - Info: <td> previously mentioned
line 592 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 594 column 9 - Warning: missing <tr>
line 612 column 13 - Warning: missing <tr>
line 613 column 102 - Warning: unescaped & or unknown entity "&postid"
line 615 column 74 - Warning: <style> isn't allowed in <td> elements
line 615 column 9 - Info: <td> previously mentioned
line 620 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 622 column 9 - Warning: missing <tr>
line 640 column 13 - Warning: missing <tr>
line 641 column 102 - Warning: unescaped & or unknown entity "&postid"
line 649 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 651 column 9 - Warning: missing <tr>
line 669 column 13 - Warning: missing <tr>
line 670 column 102 - Warning: unescaped & or unknown entity "&postid"
line 677 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 679 column 9 - Warning: missing <tr>
line 697 column 13 - Warning: missing <tr>
line 698 column 102 - Warning: unescaped & or unknown entity "&postid"
line 705 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 707 column 9 - Warning: missing <tr>
line 725 column 13 - Warning: missing <tr>
line 726 column 102 - Warning: unescaped & or unknown entity "&postid"
line 728 column 74 - Warning: <style> isn't allowed in <td> elements
line 728 column 9 - Info: <td> previously mentioned
line 735 column 17 - Warning: missing <tr>
line 735 column 17 - Warning: discarding unexpected <table>
line 738 column 35 - Warning: missing <tr>
line 738 column 95 - Warning: unescaped & or unknown entity "&page"
line 738 column 130 - Warning: unescaped & or unknown entity "&page"
line 738 column 163 - Warning: unescaped & or unknown entity "&page"
line 738 column 50 - Warning: missing </font> before </td>
line 738 column 198 - Warning: missing </font> before </table>
line 740 column 35 - Warning: missing <tr>
line 740 column 50 - Warning: missing </font> before </td>
line 741 column 37 - Warning: unescaped & or unknown entity "&id"
line 740 column 193 - Warning: missing </font> before </table>
line 742 column 17 - Warning: discarding unexpected </textarea>
line 742 column 28 - Warning: discarding unexpected </form>
line 742 column 35 - Warning: discarding unexpected </embed>
line 742 column 43 - Warning: discarding unexpected </noembed>
line 742 column 53 - Warning: discarding unexpected </noscript>
line 742 column 64 - Warning: discarding unexpected </noembed>
line 742 column 74 - Warning: discarding unexpected </embed>
line 742 column 82 - Warning: discarding unexpected </table>
line 742 column 90 - Warning: discarding unexpected </table>
line 744 column 9 - Warning: missing </font> before <table>
line 756 column 25 - Warning: discarding unexpected </font>
line 765 column 57 - Warning: discarding unexpected </font>
line 743 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 160 column 11 - Warning: <img> lacks "alt" attribute
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 181 column 2186 - Warning: <img> proprietary attribute value "absmiddle"
line 181 column 2186 - Warning: <img> lacks "alt" attribute
line 190 column 56 - Warning: <img> lacks "alt" attribute
line 200 column 869 - Warning: <img> proprietary attribute value "absmiddle"
line 200 column 869 - Warning: <img> lacks "alt" attribute
line 209 column 11 - Warning: <img> lacks "alt" attribute
line 210 column 23 - Warning: <img> lacks "alt" attribute
line 210 column 64 - Warning: <img> lacks "alt" attribute
line 210 column 113 - Warning: <img> lacks "alt" attribute
line 210 column 163 - Warning: <img> lacks "alt" attribute
line 211 column 11 - Warning: <img> lacks "alt" attribute
line 221 column 15 - Warning: <img> lacks "alt" attribute
line 229 column 762 - Warning: <img> lacks "alt" attribute
line 236 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 14 - Warning: <img> lacks "alt" attribute
line 236 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 57 - Warning: <img> lacks "alt" attribute
line 236 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 100 - Warning: <img> lacks "alt" attribute
line 237 column 22 - Warning: <img> lacks "alt" attribute
line 237 column 63 - Warning: <img> lacks "alt" attribute
line 237 column 111 - Warning: <img> lacks "alt" attribute
line 237 column 161 - Warning: <img> lacks "alt" attribute
line 238 column 11 - Warning: <img> lacks "alt" attribute
line 248 column 15 - Warning: <img> lacks "alt" attribute
line 252 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 255 column 1782 - Warning: <img> lacks "alt" attribute
line 255 column 1850 - Warning: <img> lacks "alt" attribute
line 262 column 2613 - Warning: <img> lacks "alt" attribute
line 262 column 2681 - Warning: <img> lacks "alt" attribute
line 269 column 11 - Warning: <img> lacks "alt" attribute
line 270 column 22 - Warning: <img> lacks "alt" attribute
line 270 column 63 - Warning: <img> lacks "alt" attribute
line 270 column 112 - Warning: <img> lacks "alt" attribute
line 270 column 162 - Warning: <img> lacks "alt" attribute
line 271 column 11 - Warning: <img> lacks "alt" attribute
line 281 column 15 - Warning: <img> lacks "alt" attribute
line 305 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 14 - Warning: <img> lacks "alt" attribute
line 305 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 57 - Warning: <img> lacks "alt" attribute
line 305 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 100 - Warning: <img> lacks "alt" attribute
line 306 column 22 - Warning: <img> lacks "alt" attribute
line 306 column 63 - Warning: <img> lacks "alt" attribute
line 306 column 111 - Warning: <img> lacks "alt" attribute
line 306 column 161 - Warning: <img> lacks "alt" attribute
line 307 column 11 - Warning: <img> lacks "alt" attribute
line 317 column 15 - Warning: <img> lacks "alt" attribute
line 321 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 324 column 1618 - Warning: <table> anchor "usr_post" already defined
line 324 column 1782 - Warning: <img> lacks "alt" attribute
line 324 column 1850 - Warning: <img> lacks "alt" attribute
line 326 column 2599 - Warning: <img> lacks "alt" attribute
line 326 column 2667 - Warning: <img> lacks "alt" attribute
line 333 column 11 - Warning: <img> lacks "alt" attribute
line 334 column 22 - Warning: <img> lacks "alt" attribute
line 334 column 63 - Warning: <img> lacks "alt" attribute
line 334 column 112 - Warning: <img> lacks "alt" attribute
line 334 column 162 - Warning: <img> lacks "alt" attribute
line 335 column 11 - Warning: <img> lacks "alt" attribute
line 345 column 15 - Warning: <img> lacks "alt" attribute
line 367 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 15 - Warning: <img> lacks "alt" attribute
line 367 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 58 - Warning: <img> lacks "alt" attribute
line 367 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 101 - Warning: <img> lacks "alt" attribute
line 367 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 144 - Warning: <img> lacks "alt" attribute
line 367 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 187 - Warning: <img> lacks "alt" attribute
line 368 column 22 - Warning: <img> lacks "alt" attribute
line 368 column 63 - Warning: <img> lacks "alt" attribute
line 368 column 112 - Warning: <img> lacks "alt" attribute
line 368 column 162 - Warning: <img> lacks "alt" attribute
line 369 column 11 - Warning: <img> lacks "alt" attribute
line 379 column 15 - Warning: <img> lacks "alt" attribute
line 396 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 14 - Warning: <img> lacks "alt" attribute
line 396 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 57 - Warning: <img> lacks "alt" attribute
line 396 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 396 column 100 - Warning: <img> lacks "alt" attribute
line 397 column 22 - Warning: <img> lacks "alt" attribute
line 397 column 63 - Warning: <img> lacks "alt" attribute
line 397 column 111 - Warning: <img> lacks "alt" attribute
line 397 column 161 - Warning: <img> lacks "alt" attribute
line 398 column 11 - Warning: <img> lacks "alt" attribute
line 408 column 15 - Warning: <img> lacks "alt" attribute
line 412 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 415 column 1618 - Warning: <table> anchor "usr_post" already defined
line 415 column 1782 - Warning: <img> lacks "alt" attribute
line 415 column 1850 - Warning: <img> lacks "alt" attribute
line 417 column 2603 - Warning: <img> lacks "alt" attribute
line 417 column 2671 - Warning: <img> lacks "alt" attribute
line 424 column 11 - Warning: <img> lacks "alt" attribute
line 425 column 22 - Warning: <img> lacks "alt" attribute
line 425 column 63 - Warning: <img> lacks "alt" attribute
line 425 column 112 - Warning: <img> lacks "alt" attribute
line 425 column 162 - Warning: <img> lacks "alt" attribute
line 426 column 11 - Warning: <img> lacks "alt" attribute
line 436 column 15 - Warning: <img> lacks "alt" attribute
line 440 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 452 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 452 column 14 - Warning: <img> lacks "alt" attribute
line 452 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 452 column 57 - Warning: <img> lacks "alt" attribute
line 452 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 452 column 100 - Warning: <img> lacks "alt" attribute
line 453 column 22 - Warning: <img> lacks "alt" attribute
line 453 column 63 - Warning: <img> lacks "alt" attribute
line 453 column 111 - Warning: <img> lacks "alt" attribute
line 453 column 161 - Warning: <img> lacks "alt" attribute
line 454 column 11 - Warning: <img> lacks "alt" attribute
line 464 column 15 - Warning: <img> lacks "alt" attribute
line 471 column 1618 - Warning: <table> anchor "usr_post" already defined
line 471 column 1782 - Warning: <img> lacks "alt" attribute
line 471 column 1850 - Warning: <img> lacks "alt" attribute
line 473 column 2578 - Warning: <img> lacks "alt" attribute
line 473 column 2646 - Warning: <img> lacks "alt" attribute
line 480 column 11 - Warning: <img> lacks "alt" attribute
line 481 column 22 - Warning: <img> lacks "alt" attribute
line 481 column 63 - Warning: <img> lacks "alt" attribute
line 481 column 112 - Warning: <img> lacks "alt" attribute
line 481 column 162 - Warning: <img> lacks "alt" attribute
line 482 column 11 - Warning: <img> lacks "alt" attribute
line 492 column 15 - Warning: <img> lacks "alt" attribute
line 496 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 504 column 1970 - Warning: <img> proprietary attribute value "absmiddle"
line 504 column 1970 - Warning: <img> lacks "alt" attribute
line 516 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 516 column 14 - Warning: <img> lacks "alt" attribute
line 516 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 516 column 57 - Warning: <img> lacks "alt" attribute
line 516 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 516 column 100 - Warning: <img> lacks "alt" attribute
line 517 column 22 - Warning: <img> lacks "alt" attribute
line 517 column 63 - Warning: <img> lacks "alt" attribute
line 517 column 111 - Warning: <img> lacks "alt" attribute
line 517 column 161 - Warning: <img> lacks "alt" attribute
line 518 column 11 - Warning: <img> lacks "alt" attribute
line 528 column 15 - Warning: <img> lacks "alt" attribute
line 535 column 1618 - Warning: <table> anchor "usr_post" already defined
line 535 column 1782 - Warning: <img> lacks "alt" attribute
line 535 column 1850 - Warning: <img> lacks "alt" attribute
line 535 column 2472 - Warning: <img> lacks "alt" attribute
line 535 column 2540 - Warning: <img> lacks "alt" attribute
line 542 column 11 - Warning: <img> lacks "alt" attribute
line 543 column 22 - Warning: <img> lacks "alt" attribute
line 543 column 63 - Warning: <img> lacks "alt" attribute
line 543 column 112 - Warning: <img> lacks "alt" attribute
line 543 column 162 - Warning: <img> lacks "alt" attribute
line 544 column 11 - Warning: <img> lacks "alt" attribute
line 554 column 15 - Warning: <img> lacks "alt" attribute
line 570 column 14 - Warning: <img> proprietary attribute value "absmiddle"
line 570 column 14 - Warning: <img> lacks "alt" attribute
line 570 column 57 - Warning: <img> proprietary attribute value "absmiddle"
line 570 column 57 - Warning: <img> lacks "alt" attribute
line 570 column 100 - Warning: <img> proprietary attribute value "absmiddle"
line 570 column 100 - Warning: <img> lacks "alt" attribute
line 571 column 22 - Warning: <img> lacks "alt" attribute
line 571 column 63 - Warning: <img> lacks "alt" attribute
line 571 column 111 - Warning: <img> lacks "alt" attribute
line 571 column 161 - Warning: <img> lacks "alt" attribute
line 572 column 11 - Warning: <img> lacks "alt" attribute
line 582 column 15 - Warning: <img> lacks "alt" attribute
line 589 column 1618 - Warning: <table> anchor "usr_post" already defined
line 589 column 1782 - Warning: <img> lacks "alt" attribute
line 589 column 1850 - Warning: <img> lacks "alt" attribute
line 589 column 2335 - Warning: <img> lacks "alt" attribute
line 589 column 2403 - Warning: <img> lacks "alt" attribute
line 596 column 11 - Warning: <img> lacks "alt" 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 608 column 15 - Warning: <img> lacks "alt" attribute
line 612 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 617 column 1655 - Warning: <img> proprietary attribute value "absmiddle"
line 617 column 1655 - Warning: <img> lacks "alt" attribute
line 625 column 23 - Warning: <img> lacks "alt" attribute
line 625 column 64 - Warning: <img> lacks "alt" attribute
line 625 column 113 - Warning: <img> lacks "alt" attribute
line 625 column 163 - Warning: <img> lacks "alt" attribute
line 626 column 11 - Warning: <img> lacks "alt" attribute
line 636 column 15 - Warning: <img> lacks "alt" attribute
line 643 column 266 - Warning: <img> lacks "alt" attribute
line 646 column 397 - Warning: <img> lacks "alt" attribute
line 653 column 11 - Warning: <img> lacks "alt" attribute
line 654 column 22 - Warning: <img> lacks "alt" attribute
line 654 column 63 - Warning: <img> lacks "alt" attribute
line 654 column 111 - Warning: <img> lacks "alt" attribute
line 654 column 161 - Warning: <img> lacks "alt" attribute
line 655 column 11 - Warning: <img> lacks "alt" attribute
line 665 column 15 - Warning: <img> lacks "alt" attribute
line 672 column 247 - Warning: <img> lacks "alt" attribute
line 681 column 11 - Warning: <img> lacks "alt" attribute
line 682 column 23 - Warning: <img> lacks "alt" attribute
line 682 column 64 - Warning: <img> lacks "alt" attribute
line 682 column 113 - Warning: <img> lacks "alt" attribute
line 682 column 163 - Warning: <img> lacks "alt" attribute
line 683 column 11 - Warning: <img> lacks "alt" attribute
line 693 column 15 - Warning: <img> lacks "alt" attribute
line 709 column 11 - Warning: <img> lacks "alt" attribute
line 710 column 22 - Warning: <img> lacks "alt" attribute
line 710 column 63 - Warning: <img> lacks "alt" attribute
line 710 column 112 - Warning: <img> lacks "alt" attribute
line 710 column 162 - Warning: <img> lacks "alt" attribute
line 711 column 11 - Warning: <img> lacks "alt" attribute
line 721 column 15 - Warning: <img> lacks "alt" attribute
line 725 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 728 column 1615 - Warning: <img> lacks "alt" attribute
line 741 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 741 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 741 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 750 column 25 - Warning: <img> lacks "alt" attribute
line 755 column 267 - Warning: <img> lacks "alt" attribute
line 228 column 301 - Warning: trimming empty <font>
line 735 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 196 column 39 - Warning: <nobr> is not approved by W3C
line 226 column 27 - Warning: <nobr> is not approved by W3C
line 228 column 74 - Warning: <table> proprietary attribute "height"
line 253 column 27 - Warning: <nobr> is not approved by W3C
line 286 column 27 - Warning: <nobr> is not approved by W3C
line 322 column 27 - Warning: <nobr> is not approved by W3C
line 350 column 27 - Warning: <nobr> is not approved by W3C
line 384 column 27 - Warning: <nobr> is not approved by W3C
line 413 column 27 - Warning: <nobr> is not approved by W3C
line 441 column 27 - Warning: <nobr> is not approved by W3C
line 469 column 27 - Warning: <nobr> is not approved by W3C
line 497 column 27 - Warning: <nobr> is not approved by W3C
line 533 column 27 - Warning: <nobr> is not approved by W3C
line 559 column 27 - Warning: <nobr> is not approved by W3C
line 587 column 27 - Warning: <nobr> is not approved by W3C
line 613 column 27 - Warning: <nobr> is not approved by W3C
line 641 column 27 - Warning: <nobr> is not approved by W3C
line 670 column 27 - Warning: <nobr> is not approved by W3C
line 698 column 27 - Warning: <nobr> is not approved by W3C
line 726 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 404 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