Register - Login
Views: 99367003
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 03:58:21 PM
Jul - Projects and Creations - Tableless Layouts New poll - New thread - New reply
Pages: 1 2 3 4 5 Next newer thread | Next older thread
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 695/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-13-07 11:12:55 PM; last edit by hydraphatphelinez on 08-13-07 11:13 PM Link | Quote
So I've decided to redo my layout using only CSS1 declarations (since Firefox apparently cannot get the box model correct using relative positioning and floating elements.) This only only uses margin+padding for positioning as well as some hackery using the float pseudo-element.

Also, selectors rule.

Also, it may/may not load correctly. My connection has been flaky like this the past few days.

____________________
signature (hover to view)
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 34/2030
EXP: 6713946
For next: 201955

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 08-14-07 02:14:30 AM Link | Quote
If you are going to use a serif font, please use Georgia. Georgia is a font specifically designed for the screen -- it is pretty much the most readable serif font for the screen.

If you would like to use a sans-serif font, I recommend Verdana. Verdana was designed by the same guy who made Georgia, and again was designed for the screen. It should be the most readable sans-serif font for the screen.



Other than that, it looks good. Course, there are a million things I would do with the font other than what I suggested above, but that's just me.

____________________

This layout lovingly handcrafted in Smultron on a Macintosh
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 757/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-14-07 03:04:15 AM Link | Quote
Originally posted by Tarale
If you are going to use a serif font, please use Georgia. Georgia is a font specifically designed for the screen -- it is pretty much the most readable serif font for the screen.

I was actually specifying a generic font-family (I think some standard specifies that it's recommended to specify a particular typeface, and a generic font-family as a last resort.)

I have to admit though, this does look really nice.

____________________
signature (hover to view)
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 36/2030
EXP: 6713946
For next: 201955

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 08-14-07 03:58:27 AM Link | Quote
Ah. Yes, well I tend to specify a specific font first. Georgia is a "web safe" font, in that it will work in all versions of Windows and also on Mac OS X (Apple have bought font licencing for all the core "web fonts" from Microsoft)

If you want to know which are the "safe" fonts, etc, go see this page: Common fonts to all versions of Windows and Mac Equivalents. I stick to Georgia and Verdana for nearly everything though myself.

Oh, and can I suggest that you add some padding so the text moves away from the edges of the box?

____________________

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


Posts: 641/5390
EXP: 29049615
For next: 285390

Since: 07-22-07

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

Since last post: 332 days
Last activity: 332 days

Posted on 08-14-07 04:02:12 AM Link | Quote
JL2 - Post #641 - 08-13-07 11:02:12 PM
Day 22, rank 7; Level 24 (90.3%)
9395/10402 (77118/78125)
GPP: 180; GT: 50.597
Originally posted by hydraphatphelinez
So I've decided to redo my layout using only CSS1 declarations (since Firefox apparently cannot get the box model correct using relative positioning and floating elements.) This only only uses margin+padding for positioning as well as some hackery using the float pseudo-element.
In my experience, position: relative generally means your element will be placed a random distance from where it should be.

Also, the signature showing up on hover is annoying, and pointless since it takes up the same amount of space without anyway.

____________________
Deleted User
Collection of nobodies
Posted on 08-14-07 04:04:38 AM Link | Quote
Because he uses visibility and not display.
Also, my layout is currently just two <div>s.

____________________


===================
[Posted by The Black Parade]
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 762/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-14-07 04:46:56 AM Link | Quote
Originally posted by The Black Parade
Because he uses visibility and not display.
Also, my layout is currently just two <div>s.

Not bad for two divs.

Although, I wonder how creative I can get without breaking the page...

____________________
signature (hover to view)
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 37/2030
EXP: 6713946
For next: 201955

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 08-14-07 04:50:50 AM Link | Quote
You can probably get pretty creative. I don't think I've ever had any problems with my layouts breaking the pages, and I tend not to hold back with my code. At all.

It's just important to test thoroughly in various browsers first.

The biggest problem I've had reported to me were some font size weirdness issues in a particular build of Internet Explorer, but I didn't break the actual page or anything, just had some small text.

____________________

This layout lovingly handcrafted in Smultron on a Macintosh
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 766/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-14-07 04:54:57 AM Link | Quote
Originally posted by Tarale
You can probably get pretty creative. I don't think I've ever had any problems with my layouts breaking the pages, and I tend not to hold back with my code. At all.

It's just important to test thoroughly in various browsers first.

The biggest problem I've had reported to me were some font size weirdness issues in a particular build of Internet Explorer, but I didn't break the actual page or anything, just had some small text.

The only problem I've had in my previous one was where people were complaining that my post was overflowing into other posts. The only thing I could suspect was that Firefox has a lackluster box model implementation. It actually displayed nearly-correct in IE.

Although this one (the current one) apparently has no problems in Firefox. I intend to keep it this way (if just so I can avoid saying "Firefox has an awful box-model implementation" )

____________________
signature (hover to view)
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 38/2030
EXP: 6713946
For next: 201955

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 08-14-07 04:58:34 AM; last edit by Tarale on 08-14-07 05:15 AM Link | Quote
Unfortunately, yours is overflowing in Firefox 2.0.0.6 for Windows.

EDIT: I tried to find your code, but it didn't let me see it -- might you tell me what you are doing? Not that I will get much of a chance to troubleshoot, I do that for a living and that means I'm on telephone calls right now...

____________________

This layout lovingly handcrafted in Smultron on a Macintosh
OoBurns
?
Level: 60


Posts: 84/806
EXP: 1682674
For next: 90104

Since: 07-04-07

From: USA

Since last post: 10.4 years
Last activity: 9.8 years

Posted on 08-14-07 02:13:57 PM; last edit by BooUrns on 08-14-07 02:15 PM Link | Quote
My main problem with your layout is how it takes over ten seconds to load half the time.



____________________
Acmlm's Board II | Justus League 2 | Useless charts (may be offline) | Send PM
Chris
User
Hmm ...
Level: 13


Posts: 15/23
EXP: 8088
For next: 2179

Since: 08-02-07

From: Here

Since last post: 11.5 years
Last activity: 7.8 years

Posted on 08-14-07 10:03:31 PM Link | Quote
User: Chris Profile - Message - Threads - Posts
Post: 15
Day: 12
Level: 4

- ZCF
- Ice Board
- Justus League
Yep. It takes a while to load here as well. It was working for me before though; perhaps it was modified it?

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


Posts: 650/5390
EXP: 29049615
For next: 285390

Since: 07-22-07

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

Since last post: 332 days
Last activity: 332 days

Posted on 08-15-07 08:00:35 PM Link | Quote
JL2 - Post #650 - 08-15-07 03:00:35 PM
Day 24, rank 7; Level 25 (30.2%)
3475/11495 (81600/89620)
GPP: 188; GT: 51.345
We need attachments so we can have our layout files hosted locally. I haven't heard any complaints since I started using Imageshack (for that matter, HP's layout didn't lag for me either), but uploading the pictures to it takes forever, and your stylesheets have to be inline, which means:
1) No dynamic CSS by PHP scripts.
2) Edits don't affect old posts (except for people who use auto-update).
[) Every post contains a copy, which increases the page size.
4) You have to go through and remove all the line breaks and paste this big WALL OF TEXT in your header which is a pain.

Originally posted by Tarale
You can probably get pretty creative. I don't think I've ever had any problems with my layouts breaking the pages, and I tend not to hold back with my code. At all.

It's just important to test thoroughly in various browsers first.

The biggest problem I've had reported to me were some font size weirdness issues in a particular build of Internet Explorer, but I didn't break the actual page or anything, just had some small text.

I've found there are basically three rules to layout coding:
1) Using position: relative to move more than a very small distance = your element will appear in a random place on the page.
2) It won't work in IE. If you're lucky, it won't be a big problem, but there'll be some stupid glitch.
[) What you see in your local test file may not always match the board. I had to add a border to the top of my post box, below the title bar, or else there'd be a big gap there.
(I'm not counting "use common sense" and "code properly so it doesn't break other things" because those don't just apply to layouts, and "you can't use Javascript" falls under common sense. )

Other than that, you can basically do whatever you could in an HTML page if you know how to pull it off.

____________________
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 40/2030
EXP: 6713946
For next: 201955

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 08-17-07 07:49:55 AM Link | Quote
I generally try to avoid using position unless I absolutely have to. I've not yet found a good reason for me to use it in a post layout so I've never used it.

Different browsers seem to like to interpret position stuff in quite different ways.

____________________

This layout lovingly handcrafted in Smultron on a Macintosh
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 781/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-17-07 08:41:01 PM; last edit by hydraphatphelinez on 08-17-07 09:45 PM Link | Quote
Originally posted by BooUrns
My main problem with your layout is how it takes over ten seconds to load half the time.



My connection was essentially nonexistant the last couple of days.

That and I'm sending 304's for the css file and images. (304 -> Cached. Also with HTTP Cache-Control headers.)

Also, anybody that has been experiencing overflow problems, take note: I cannot replicate the problem on my end. Yes, this is with the latest version of Firefox.

____________________
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 42/2030
EXP: 6713946
For next: 201955

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 08-18-07 04:32:00 AM Link | Quote
I would take a screenshot but I can't get your layout to load at all anymore, and it halts the page when I try

____________________

This layout lovingly handcrafted in Smultron on a Macintosh
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 871/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-19-07 05:10:08 AM Link | Quote
Originally posted by Tarale
I would take a screenshot but I can't get your layout to load at all anymore, and it halts the page when I try

You should be able to load it now. Anyone else that's been having problems with my layout *after* I've edited the stylesheet should try doing CTRL+F5 before complaining that it's broken.

____________________
generic signature
Pages: 1 2 3 4 5 Next newer thread | Next older thread
Jul - Projects and Creations - Tableless Layouts 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, 10 query cache hits.
Query execution time:  0.099899 seconds
Script execution time:  0.045069 seconds
Total render time:  0.144968 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 299 - 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 188 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 93 - Warning: unescaped & or unknown entity "&page"
line 149 column 124 - Warning: unescaped & or unknown entity "&page"
line 149 column 155 - Warning: unescaped & or unknown entity "&page"
line 149 column 186 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 223 - 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 98 - Warning: unescaped & or unknown entity "&postid"
line 179 column 73 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 187 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 189 column 9 - Warning: missing <tr>
line 207 column 13 - Warning: missing <tr>
line 208 column 98 - Warning: unescaped & or unknown entity "&postid"
line 210 column 73 - Warning: <style> isn't allowed in <td> elements
line 210 column 9 - Info: <td> previously mentioned
line 217 column 2817 - Warning: discarding unexpected </div>
line 217 column 2823 - Warning: discarding unexpected </td>
line 220 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 222 column 9 - Warning: missing <tr>
line 240 column 13 - Warning: missing <tr>
line 241 column 98 - Warning: unescaped & or unknown entity "&postid"
line 243 column 73 - Warning: <style> isn't allowed in <td> elements
line 243 column 9 - Info: <td> previously mentioned
line 250 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 252 column 9 - Warning: missing <tr>
line 270 column 13 - Warning: missing <tr>
line 271 column 98 - Warning: unescaped & or unknown entity "&postid"
line 273 column 73 - Warning: <style> isn't allowed in <td> elements
line 273 column 9 - Info: <td> previously mentioned
line 278 column 2811 - Warning: discarding unexpected </div>
line 278 column 2817 - Warning: discarding unexpected </td>
line 281 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 283 column 9 - Warning: missing <tr>
line 301 column 13 - Warning: missing <tr>
line 302 column 98 - Warning: unescaped & or unknown entity "&postid"
line 304 column 84 - Warning: <style> isn't allowed in <td> elements
line 304 column 9 - Info: <td> previously mentioned
line 309 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 310 column 25 - Warning: missing <tr>
line 317 column 33 - Warning: missing <tr>
line 318 column 118 - Warning: unescaped & or unknown entity "&postid"
line 321 column 205 - Error: <z> is not recognized!
line 321 column 205 - Warning: discarding unexpected <z>
line 323 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 325 column 9 - Warning: missing <tr>
line 343 column 13 - Warning: missing <tr>
line 344 column 98 - Warning: unescaped & or unknown entity "&postid"
line 346 column 73 - Warning: <style> isn't allowed in <td> elements
line 346 column 9 - Info: <td> previously mentioned
line 347 column 394 - Error: <z> is not recognized!
line 347 column 394 - Warning: discarding unexpected <z>
line 354 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 356 column 9 - Warning: missing <tr>
line 374 column 13 - Warning: missing <tr>
line 375 column 98 - Warning: unescaped & or unknown entity "&postid"
line 377 column 73 - Warning: <style> isn't allowed in <td> elements
line 377 column 9 - Info: <td> previously mentioned
line 382 column 2639 - Warning: discarding unexpected </div>
line 382 column 2645 - Warning: discarding unexpected </td>
line 385 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 387 column 9 - Warning: missing <tr>
line 405 column 13 - Warning: missing <tr>
line 406 column 98 - Warning: unescaped & or unknown entity "&postid"
line 408 column 73 - Warning: <style> isn't allowed in <td> elements
line 408 column 9 - Info: <td> previously mentioned
line 419 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 421 column 9 - Warning: missing <tr>
line 439 column 13 - Warning: missing <tr>
line 440 column 98 - Warning: unescaped & or unknown entity "&postid"
line 442 column 73 - Warning: <style> isn't allowed in <td> elements
line 442 column 9 - Info: <td> previously mentioned
line 445 column 2500 - Warning: discarding unexpected </div>
line 445 column 2506 - Warning: discarding unexpected </td>
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 98 - Warning: unescaped & or unknown entity "&postid"
line 471 column 73 - 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 98 - Warning: unescaped & or unknown entity "&postid"
line 499 column 73 - Warning: <style> isn't allowed in <td> elements
line 499 column 9 - Info: <td> previously mentioned
line 499 column 2267 - Warning: discarding unexpected </a>
line 502 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 504 column 9 - Warning: missing <tr>
line 522 column 13 - Warning: missing <tr>
line 523 column 98 - Warning: unescaped & or unknown entity "&postid"
line 525 column 84 - Warning: <style> isn't allowed in <td> elements
line 525 column 9 - Info: <td> previously mentioned
line 546 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 548 column 9 - Warning: missing <tr>
line 566 column 13 - Warning: missing <tr>
line 567 column 98 - Warning: unescaped & or unknown entity "&postid"
line 569 column 73 - Warning: <style> isn't allowed in <td> elements
line 569 column 9 - Info: <td> previously mentioned
line 572 column 2394 - Warning: discarding unexpected </div>
line 572 column 2400 - Warning: discarding unexpected </td>
line 575 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 577 column 9 - Warning: missing <tr>
line 595 column 13 - Warning: missing <tr>
line 596 column 98 - Warning: unescaped & or unknown entity "&postid"
line 609 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 611 column 9 - Warning: missing <tr>
line 629 column 13 - Warning: missing <tr>
line 630 column 98 - Warning: unescaped & or unknown entity "&postid"
line 632 column 73 - Warning: <style> isn't allowed in <td> elements
line 632 column 9 - Info: <td> previously mentioned
line 633 column 2305 - Warning: discarding unexpected </div>
line 633 column 2311 - Warning: discarding unexpected </td>
line 636 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 638 column 9 - Warning: missing <tr>
line 656 column 13 - Warning: missing <tr>
line 657 column 98 - Warning: unescaped & or unknown entity "&postid"
line 659 column 73 - Warning: <style> isn't allowed in <td> elements
line 659 column 9 - Info: <td> previously mentioned
line 664 column 17 - Warning: missing <tr>
line 664 column 17 - Warning: discarding unexpected <table>
line 667 column 35 - Warning: missing <tr>
line 667 column 93 - Warning: unescaped & or unknown entity "&page"
line 667 column 124 - Warning: unescaped & or unknown entity "&page"
line 667 column 155 - Warning: unescaped & or unknown entity "&page"
line 667 column 186 - Warning: unescaped & or unknown entity "&page"
line 667 column 50 - Warning: missing </font> before </td>
line 667 column 223 - Warning: missing </font> before </table>
line 669 column 35 - Warning: missing <tr>
line 669 column 50 - Warning: missing </font> before </td>
line 670 column 37 - Warning: unescaped & or unknown entity "&id"
line 669 column 188 - Warning: missing </font> before </table>
line 671 column 17 - Warning: discarding unexpected </textarea>
line 671 column 28 - Warning: discarding unexpected </form>
line 671 column 35 - Warning: discarding unexpected </embed>
line 671 column 43 - Warning: discarding unexpected </noembed>
line 671 column 53 - Warning: discarding unexpected </noscript>
line 671 column 64 - Warning: discarding unexpected </noembed>
line 671 column 74 - Warning: discarding unexpected </embed>
line 671 column 82 - Warning: discarding unexpected </table>
line 671 column 90 - Warning: discarding unexpected </table>
line 673 column 9 - Warning: missing </font> before <table>
line 685 column 25 - Warning: discarding unexpected </font>
line 694 column 58 - Warning: discarding unexpected </font>
line 672 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 244 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 181 column 545 - Warning: <img> proprietary attribute value "absmiddle"
line 181 column 545 - Warning: <img> lacks "alt" attribute
line 192 column 22 - Warning: <img> lacks "alt" attribute
line 192 column 63 - Warning: <img> lacks "alt" attribute
line 192 column 112 - Warning: <img> lacks "alt" attribute
line 192 column 162 - Warning: <img> lacks "alt" attribute
line 193 column 11 - Warning: <img> lacks "alt" attribute
line 203 column 15 - Warning: <img> lacks "alt" attribute
line 214 column 2265 - Warning: <img> proprietary attribute value "absmiddle"
line 214 column 2265 - Warning: <img> lacks "alt" attribute
line 216 column 2471 - Warning: <img> proprietary attribute value "absmiddle"
line 216 column 2471 - Warning: <img> lacks "alt" attribute
line 216 column 2582 - Warning: <img> lacks "alt" attribute
line 225 column 23 - Warning: <img> lacks "alt" attribute
line 225 column 64 - Warning: <img> lacks "alt" attribute
line 236 column 15 - Warning: <img> lacks "alt" attribute
line 243 column 184 - Warning: <div> anchor "post" already defined
line 246 column 739 - Warning: <img> proprietary attribute value "absmiddle"
line 246 column 739 - Warning: <img> lacks "alt" attribute
line 255 column 22 - Warning: <img> lacks "alt" attribute
line 255 column 63 - Warning: <img> lacks "alt" attribute
line 255 column 112 - Warning: <img> lacks "alt" attribute
line 255 column 162 - Warning: <img> lacks "alt" attribute
line 256 column 11 - Warning: <img> lacks "alt" attribute
line 266 column 15 - Warning: <img> lacks "alt" attribute
line 277 column 2465 - Warning: <img> proprietary attribute value "absmiddle"
line 277 column 2465 - Warning: <img> lacks "alt" attribute
line 277 column 2576 - Warning: <img> lacks "alt" attribute
line 286 column 23 - Warning: <img> lacks "alt" attribute
line 286 column 64 - Warning: <img> lacks "alt" attribute
line 286 column 113 - Warning: <img> lacks "alt" attribute
line 286 column 163 - Warning: <img> lacks "alt" attribute
line 297 column 15 - Warning: <img> lacks "alt" attribute
line 305 column 3110 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 3110 - Warning: <img> lacks "alt" attribute
line 307 column 4581 - Warning: <img> proprietary attribute value "absmiddle"
line 307 column 4581 - Warning: <img> lacks "alt" attribute
line 313 column 37 - Warning: <img> lacks "alt" attribute
line 321 column 288 - Warning: <font> attribute "color" had invalid value "888888" and has been replaced
line 328 column 23 - Warning: <img> lacks "alt" attribute
line 328 column 64 - Warning: <img> lacks "alt" attribute
line 339 column 15 - Warning: <img> lacks "alt" attribute
line 346 column 184 - Warning: <div> anchor "post" already defined
line 348 column 446 - Warning: <img> proprietary attribute value "absmiddle"
line 348 column 446 - Warning: <img> lacks "alt" attribute
line 350 column 577 - Warning: <img> proprietary attribute value "absmiddle"
line 350 column 577 - Warning: <img> lacks "alt" attribute
line 359 column 22 - Warning: <img> lacks "alt" attribute
line 359 column 63 - Warning: <img> lacks "alt" attribute
line 359 column 112 - Warning: <img> lacks "alt" attribute
line 359 column 162 - Warning: <img> lacks "alt" attribute
line 360 column 11 - Warning: <img> lacks "alt" attribute
line 370 column 15 - Warning: <img> lacks "alt" attribute
line 379 column 2087 - Warning: <img> proprietary attribute value "absmiddle"
line 379 column 2087 - Warning: <img> lacks "alt" attribute
line 381 column 2404 - Warning: <img> lacks "alt" attribute
line 390 column 23 - Warning: <img> lacks "alt" attribute
line 390 column 64 - Warning: <img> lacks "alt" attribute
line 401 column 15 - Warning: <img> lacks "alt" attribute
line 408 column 184 - Warning: <div> anchor "post" already defined
line 410 column 538 - Warning: <img> proprietary attribute value "absmiddle"
line 410 column 538 - Warning: <img> lacks "alt" attribute
line 413 column 1076 - Warning: <img> proprietary attribute value "absmiddle"
line 413 column 1076 - Warning: <img> lacks "alt" attribute
line 415 column 1316 - Warning: <img> proprietary attribute value "absmiddle"
line 415 column 1316 - Warning: <img> lacks "alt" attribute
line 424 column 22 - Warning: <img> lacks "alt" attribute
line 424 column 63 - Warning: <img> lacks "alt" attribute
line 424 column 112 - Warning: <img> lacks "alt" attribute
line 424 column 162 - Warning: <img> lacks "alt" attribute
line 425 column 11 - Warning: <img> lacks "alt" attribute
line 435 column 15 - Warning: <img> lacks "alt" attribute
line 444 column 2153 - Warning: <img> proprietary attribute value "absmiddle"
line 444 column 2153 - Warning: <img> lacks "alt" attribute
line 444 column 2265 - Warning: <img> lacks "alt" attribute
line 452 column 11 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
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 517 - Warning: <table> attribute "height" has invalid value "260px"
line 471 column 700 - Warning: <img> lacks "alt" attribute
line 473 column 1201 - Warning: <img> lacks "alt" attribute
line 473 column 1316 - Warning: <tr> attribute "height" has invalid value "10px"
line 481 column 22 - Warning: <img> lacks "alt" attribute
line 481 column 63 - Warning: <img> lacks "alt" attribute
line 481 column 111 - Warning: <img> lacks "alt" attribute
line 481 column 161 - Warning: <img> lacks "alt" attribute
line 482 column 11 - Warning: <img> lacks "alt" attribute
line 492 column 15 - Warning: <img> lacks "alt" attribute
line 499 column 2383 - Warning: <img> proprietary attribute value "absmiddle"
line 499 column 2383 - Warning: <img> lacks "alt" attribute
line 499 column 2503 - Warning: <img> proprietary attribute value "absmiddle"
line 499 column 2503 - Warning: <img> lacks "alt" attribute
line 507 column 23 - Warning: <img> lacks "alt" attribute
line 507 column 64 - Warning: <img> lacks "alt" attribute
line 507 column 113 - Warning: <img> lacks "alt" attribute
line 507 column 163 - Warning: <img> lacks "alt" attribute
line 518 column 15 - Warning: <img> lacks "alt" attribute
line 526 column 2660 - Warning: <img> proprietary attribute value "absmiddle"
line 526 column 2660 - Warning: <img> lacks "alt" attribute
line 534 column 3562 - Warning: <img> proprietary attribute value "absmiddle"
line 534 column 3562 - Warning: <img> lacks "alt" attribute
line 540 column 4317 - Warning: <img> proprietary attribute value "absmiddle"
line 540 column 4317 - Warning: <img> lacks "alt" attribute
line 541 column 4563 - Warning: <img> proprietary attribute value "absmiddle"
line 541 column 4563 - Warning: <img> lacks "alt" attribute
line 543 column 6014 - Warning: <img> proprietary attribute value "absmiddle"
line 543 column 6014 - Warning: <img> lacks "alt" attribute
line 551 column 22 - Warning: <img> lacks "alt" attribute
line 551 column 63 - Warning: <img> lacks "alt" attribute
line 551 column 112 - Warning: <img> lacks "alt" attribute
line 551 column 162 - Warning: <img> lacks "alt" attribute
line 552 column 11 - Warning: <img> lacks "alt" attribute
line 562 column 15 - Warning: <img> lacks "alt" attribute
line 571 column 2159 - Warning: <img> lacks "alt" attribute
line 580 column 23 - Warning: <img> lacks "alt" attribute
line 580 column 64 - Warning: <img> lacks "alt" attribute
line 591 column 15 - Warning: <img> lacks "alt" attribute
line 600 column 404 - Warning: <img> lacks "alt" attribute
line 605 column 861 - Warning: <img> proprietary attribute value "absmiddle"
line 605 column 861 - Warning: <img> lacks "alt" attribute
line 614 column 22 - Warning: <img> lacks "alt" attribute
line 614 column 63 - Warning: <img> lacks "alt" attribute
line 614 column 112 - Warning: <img> lacks "alt" attribute
line 614 column 162 - Warning: <img> lacks "alt" attribute
line 615 column 11 - Warning: <img> lacks "alt" attribute
line 625 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 1958 - Warning: <img> proprietary attribute value "absmiddle"
line 632 column 1958 - Warning: <img> lacks "alt" attribute
line 632 column 2070 - Warning: <img> lacks "alt" attribute
line 641 column 23 - Warning: <img> lacks "alt" attribute
line 641 column 64 - Warning: <img> lacks "alt" attribute
line 652 column 15 - Warning: <img> lacks "alt" attribute
line 659 column 184 - Warning: <div> anchor "post" already defined
line 659 column 409 - Warning: <img> proprietary attribute value "absmiddle"
line 659 column 409 - Warning: <img> lacks "alt" attribute
line 660 column 516 - Warning: <img> proprietary attribute value "absmiddle"
line 660 column 516 - Warning: <img> lacks "alt" attribute
line 660 column 731 - Warning: <img> proprietary attribute value "absmiddle"
line 660 column 731 - Warning: <img> lacks "alt" attribute
line 670 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 670 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 670 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 679 column 25 - Warning: <img> lacks "alt" attribute
line 684 column 267 - Warning: <img> lacks "alt" attribute
line 664 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 208 column 27 - Warning: <nobr> is not approved by W3C
line 241 column 27 - Warning: <nobr> is not approved by W3C
line 271 column 27 - Warning: <nobr> is not approved by W3C
line 302 column 27 - Warning: <nobr> is not approved by W3C
line 318 column 47 - Warning: <nobr> is not approved by W3C
line 344 column 27 - Warning: <nobr> is not approved by W3C
line 375 column 27 - Warning: <nobr> is not approved by W3C
line 406 column 27 - Warning: <nobr> is not approved by W3C
line 440 column 27 - Warning: <nobr> is not approved by W3C
line 469 column 27 - Warning: <nobr> is not approved by W3C
line 471 column 517 - Warning: <table> proprietary attribute "height"
line 471 column 517 - Warning: <table> proprietary attribute "background"
line 471 column 651 - Warning: <table> proprietary attribute "height"
line 471 column 782 - Warning: <tr> proprietary attribute "height"
line 471 column 989 - Warning: <table> proprietary attribute "height"
line 471 column 1033 - Warning: <tr> proprietary attribute "height"
line 473 column 1316 - Warning: <tr> proprietary attribute "height"
line 497 column 27 - Warning: <nobr> is not approved by W3C
line 523 column 27 - Warning: <nobr> is not approved by W3C
line 567 column 27 - Warning: <nobr> is not approved by W3C
line 596 column 27 - Warning: <nobr> is not approved by W3C
line 630 column 27 - Warning: <nobr> is not approved by W3C
line 657 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 329 warnings and 2 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