Register - Login
Views: 99397935
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 02:24:06 PM
Jul - General Chat - Jul Pub New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 809 810 811 812 813 814 815 816 817 ... 827 828 829 830 831 832 833 834 835 836 Next newer thread | Next older thread
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 1860/2030
EXP: 6714528
For next: 201373

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 10-05-18 11:07:32 PM Link | Quote
There's never enough time for anything ughhhhhhhh

CSS is smelly bum poo

____________________
Tarale.net
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 7416/7597
EXP: 48563684
For next: 1015549

Since: 08-02-07

From: Isle Delfino

Since last post: 2 days
Last activity: 2 hours

Posted on 10-06-18 04:46:45 AM Link | Quote
I have a confession. My layout uses HTML tables to position everything.

I once tried converting it to divs and CSS and stuff, but I couldn't get it to look exactly the same. I haven't bothered to try again.

____________________
-Peardian-

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


RanAS
Member
Level: 55


Posts: 475/844
EXP: 1286511
For next: 27678

Since: 10-10-14

From: São Paulo, Brazil

Since last post: 1 day
Last activity: 1 day

Posted on 10-07-18 05:57:36 PM Link | Quote
CSS is a pain to work with sometimes so I don't blame you (example: vertical-align only working when it wants to).

I still need to learn how display: grid; works. I first saw it while it was still unsupported by most browsers so I never bothered with it. It sounds interesting but it also sounds complicated, I'm having a headache just by looking at that page.

Originally posted by Jamie
I really need to learn how to use CSS properly.

I learned the basics of CSS by just messing with layouts, and then later on by using this tutorial. It's usually just trial and error (or in the case of CSS, it's mostly error) until you get the gist of things.

____________________

"The quieter you become, the more you are able to hear." --Ram Dass
Xkeeper

Level: 263


Posts: 23358/25343
EXP: 296726893
For next: 2233560

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-09-18 04:17:14 PM Link | Quote
Originally posted by Tarale
There's never enough time for anything ughhhhhhhh

Increasingly more true every year.


CSS is smelly bum poo

I'm pretty sure the canonical version is this:

CSS
IS
AWESOME


____________________
(Lv 244 with 229039437 EXP)
Xkeeper

Level: 263


Posts: 23358/25343
EXP: 296726893
For next: 2233560

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-09-18 04:18:37 PM Link | Quote
Originally posted by Peardian
I have a confession. My layout uses HTML tables to position everything.

I once tried converting it to divs and CSS and stuff, but I couldn't get it to look exactly the same. I haven't bothered to try again.

Also I'll be weird and say that I don't really care if someone uses tables? The modern "design ethos" seems to be framework/auto-generated layouts, and any time I open one of those up in an inspector they're far worse than tables ever were -- often times 20 or so <div>s deep, or even further. Especially in cases where tables would have made perfect sense...

____________________
(Lv 244 with 229039464 EXP)
Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 7421/7597
EXP: 48563684
For next: 1015549

Since: 08-02-07

From: Isle Delfino

Since last post: 2 days
Last activity: 2 hours

Posted on 10-10-18 12:12:05 AM Link | Quote
Originally posted by Xkeeper
Also I'll be weird and say that I don't really care if someone uses tables? The modern "design ethos" seems to be framework/auto-generated layouts, and any time I open one of those up in an inspector they're far worse than tables ever were -- often times 20 or so <div>s deep, or even further. Especially in cases where tables would have made perfect sense...

I don't know much about automated web code, but I've been taught to keep content and style separate when building pages. The CSS Zen Garden is a pretty good example of the kinds of benefits this can bring. Accessibility software such as screen readers also comes to mind.

____________________
-Peardian-

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


Jamie
Requested (also Termingamer2-JD rereg)
Level: 29


Posts: 39/193
EXP: 143936
For next: 3949

Since: 06-03-14


Since last post: 2.8 years
Last activity: 2.8 years

Posted on 10-11-18 04:35:10 AM Link | Quote
Why in the world would someone use a div tag over a table tag other than to needlessly "change" the standard of web design? Just out of curiosity.

____________________
Jamie | Cirnomiji
He's got a brand new car, looks like a Jaguar, it's got leather seats, it's got a CD player...
Rambly

Level: 106


Posts: 2053/3083
EXP: 12567202
For next: 104741

Since: 07-22-07

Pronouns: she/her

Since last post: 270 days
Last activity: 253 days

Posted on 10-11-18 04:53:12 AM Link | Quote
divs are situationally a little more useful I feel like (there's times when using a table feels like taking a machete to hedges). Like, when you just want a stylized little box like I've got here in my layout, I feel like divs are still the best at accomplishing that goal.

If you're actually trying to display something in a table format, though, with individual rows? Why not use tables. I get the importance of keeping content and style separate, and you can accomplish some gorgeous stuff with just CSS alone, but sometimes it gets pointless. Like, phpBB using divs for everything despite being displayed in a tabular format -- like, why. Forums are tabular. They'll literally be more coherent without CSS if you use tables. It's not like phpBB's HTML is very well-organized, either...

I guess I understand why these web design principles exist and they can lead to better flexibility and code that scans better, but I don't think they necessarily should be followed dogmatically as hard rules. I generally hate it when rules are taught as unquestionable things you should just follow. I feel like design rules in general are (or should be) meant to achieve certain goals, not to create arbitrary restrictions.

____________________
Jamie
Requested (also Termingamer2-JD rereg)
Level: 29


Posts: 42/193
EXP: 143936
For next: 3949

Since: 06-03-14


Since last post: 2.8 years
Last activity: 2.8 years

Posted on 10-11-18 05:03:41 AM Link | Quote
Rules shouldn't be "rules", they should be "general guidelines" instead.

____________________
Jamie | Cirnomiji
He's got a brand new car, looks like a Jaguar, it's got leather seats, it's got a CD player...
Arisotura
Member
Level: 49


Posts: 499/614
EXP: 880033
For next: 3850

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 10-16-18 10:17:35 AM Link | Quote
I feel like people going "omg tables are bad" are a bit like saying that "hammers are bad" because people use screws more than nails (don't quote me on that, it's a silly example).

my point is that what matters is how adapted your tool is to what you want to achieve, not what the popular opinion is.

if you're going to use heavy CSS to recreate a table, might as well just use a table, it's simpler and works! with the added benefit that oversized contents don't turn the whole thing into a total fucking trainwreck. (I know the lame old div/float tricks are vulnerable to this, but eh. flexbox probably isn't.)

(also: the idea of "making a completely different layout with CSS only" is nice but it has its inherent limits, no matter how flexible you make it)

____________________
Kuribo64 -- NSMB2 hacking and other crap
Jamie
Requested (also Termingamer2-JD rereg)
Level: 29


Posts: 48/193
EXP: 143936
For next: 3949

Since: 06-03-14


Since last post: 2.8 years
Last activity: 2.8 years

Posted on 10-19-18 05:11:34 AM Link | Quote
Reposting since I accidentally the wrong thread.

Anyone else have people constantly judging you for the past actions and nothing else... I found out someone who was supposedly my friend made a channel in some Discord to circlejerk about me and 2016-2017, alongside some old friends of mine who I lost contact with at least over a year ago.

I literally held nothing against them, what gives them the right to this? I didn't do anything that directly affected their lives yet was called a "manipulating asshole" by one specific individual. I don't remember intentionally being manipulative, sure I come across that way sometimes but what?

Anyway, enough complaining, I'm starting my break from college today for mid-term holiday. My IRL life has gone brilliantly the past few weeks

____________________
Polythene, Polythene Girl, wrap me up in a cellophane world~
Xkeeper

Level: 263


Posts: 23358/25343
EXP: 296726893
For next: 2233560

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-19-18 08:37:55 PM Link | Quote
Originally posted by Rambly
divs are situationally a little more useful I feel like (there's times when using a table feels like taking a machete to hedges). Like, when you just want a stylized little box like I've got here in my layout, I feel like divs are still the best at accomplishing that goal.

<div>s are perfectly fine for that sort of thing, and it's an instance where a tabular layout would be an annoying mess; at best you have a functionally useless table for one cell, at worst you have 8 different cells surrounding one box, with basically no flexibility.

Originally posted by Rambly
If you're actually trying to display something in a table format, though, with individual rows? Why not use tables. I get the importance of keeping content and style separate, and you can accomplish some gorgeous stuff with just CSS alone, but sometimes it gets pointless. Like, phpBB using divs for everything despite being displayed in a tabular format -- like, why. Forums are tabular. They'll literally be more coherent without CSS if you use tables. It's not like phpBB's HTML is very well-organized, either...

I assume that part of the reason is that you can smoothly rearrange non-tables (even if you intend to make them look like tables), while actual tables are a lot less flexible. I think the larger underlying problem is just that "responsive design" has sort of become this... madness, almost? Even in places where it doesn't make sense, it's being shoved in because it's one of the latest buzzwords. (Though even then, you can make an argument that a forum isn't really "tabular", too.)

The worst instance is a website that has actual tabular data, with many columns ... and guess what! Because of the way they designed the site, the tables are completely unreadable on mobile, because the site tries to be responsive and ends up failing.

(On a side note, I absolutely loathe websites that disable any sort of scaling by the user! People who do this need to be smacked around.)


Originally posted by Rambly
I guess I understand why these web design principles exist and they can lead to better flexibility and code that scans better

The more modern problem now is that so much web content is automatically generated by frameworks and toolkits, and most of them don't have any sort of controls for accessibility. While the W3C exists and tends to at least follow some accessibility practices — which are, of course, optional to use, but at least if you're hand-writing stuff, you're in control — most frameworks are just done by some open source group with the only guideline being "easier to churn out crap" ... it's how you go from having meaningful class and element names (and even many semantic HTML elements, now!) to useless garbage like "gH" or "a-C3n", on a webpage that's 30+ <div>s deep (and laggy as hell, to boot).

The old adage was that you separated content from presentation, but it really feels like the modern 'net is even worse about that than the days of tables were.


Originally posted by Jamie
Reposting since I accidentally the wrong thread.

Anyone else have people constantly judging you for the past actions and nothing else... I found out someone who was supposedly my friend made a channel in some Discord to circlejerk about me and 2016-2017, alongside some old friends of mine who I lost contact with at least over a year ago.

I literally held nothing against them, what gives them the right to this?

I have some bad news — they don't need a right to do anything. If they want to be an asshole, there's not much you can do to stop them. Just punt them out of your life as best you can and move on.

____________________
(Lv 244 with 229322504 EXP)
Arisotura
Member
Level: 49


Posts: 501/614
EXP: 880033
For next: 3850

Since: 02-24-13

From: your dreams

Since last post: 93 days
Last activity: 51 days

Posted on 10-19-18 09:14:29 PM Link | Quote
Originally posted by Xkeeper
(On a side note, I absolutely loathe websites that disable any sort of scaling by the user! People who do this need to be smacked around.)

this.

worst is when they also shove some dumb overlay in your face, but the overlay is desktop-sized and the X button ends up offscreen (and stays offscreen no matter what you do), so you can't close it.

you can always use, say, µBlock to remove it, but if they are assholes and disable scroll while their overlay is open, well, you're screwed.


if I made my own web, it would purposefully not support any fixed/absolute/etc positioning, because those overlays have become the new version of popups (since browsers got good at blocking those).

maybe we should also go back to the days where non-trivial JS had to be written differently for each browser. that might stop the Hipsterscript shitshow?

____________________
Kuribo64 -- NSMB2 hacking and other crap
NinCollin

Cheep-cheep
Level: 28


Posts: 164/193
EXP: 128521
For next: 2817

Since: 01-08-16

From: Dimension X Pipe

Since last post: 64 days
Last activity: 9 days

Posted on 10-19-18 09:27:42 PM (last edited by Nin★Collin at 10-19-18 09:28:02 PM) Link | Quote
I'm one of those people who use a slew of deprecated HTML attributes rather than touch CSS.

I honestly don't get why all "design-related" attributes are marked as *Removed in HTML5*. Some things just seem simpler to just use an attribute, rather than trying to do the same in CSS.
RanAS
Member
Level: 55


Posts: 482/844
EXP: 1286511
For next: 27678

Since: 10-10-14

From: São Paulo, Brazil

Since last post: 1 day
Last activity: 1 day

Posted on 10-20-18 10:59:03 AM Link | Quote
Generally, separating the CSS from the HTML (and making sure to keep the css file organized) makes it look better.

Though I will admit HTML5 is a bit inconsistent at times with stuff like this. Example: width="99" attributes are deprecated on everything except canvas, embed, iframe, img, input, object and video. And most of those require you to use the width="" attribute, rather than supporting {width: 99px;}.

Trying to do things in a non-hacky way can be a pain sometimes too. Like:

input:not([type=file]):not([type=radio]):not([type=checkbox]):not([type=submit]), button, select, textarea {...}

____________________

"The quieter you become, the more you are able to hear." --Ram Dass
Jamie
Requested (also Termingamer2-JD rereg)
Level: 29


Posts: 54/193
EXP: 143936
For next: 3949

Since: 06-03-14


Since last post: 2.8 years
Last activity: 2.8 years

Posted on 10-20-18 01:31:57 PM Link | Quote
Thanks xk, that's literally what I did, booted them out of my life. At least I know that was the right thing to do

Also staple I hate that too, it happens on my iPhone SE, because all devs assumed that I have a huge phone.... slashdot does this

____________________
Polythene, Polythene Girl, wrap me up in a cellophane world~
ひりゅう
730
Level: 47


Posts: 13/738
EXP: 718291
For next: 47912

Since: 10-18-18


Since last post: 59 days
Last activity: 55 days

Posted on 10-21-18 02:51:44 AM (last edited by ひりゅう at 10-21-18 04:29:22 AM) Link | Quote
Speaking of CSS, this is about the best I'm doing with simple layout from now.

Probably why I do hardware instead of software.

____________________
Dprotp
GIRL'S GOT A PENITENTIARY BODY
Level: 107


Posts: 3061/3147
EXP: 12983050
For next: 108261

Since: 07-04-07

Pronouns: he/him
From: FIRE STATE

Since last post: 1.5 years
Last activity: 96 days

Posted on 10-21-18 05:41:27 AM (last edited by Dprotp at 10-23-18 04:36:12 AM) Link | Quote
so i bought a 2015 chevy volt today*

spent 3 hours transferring items + a shoe a minor had assaulted me with 11 hours down south in san diego, as well as routing front and rear dash cam cables

i just ... need to find a place to charge it. fuckin apartments don't have an outlet and my office won't have my account approved for charging until midday monday

*what led to this was my current car's rear suspension getting even more shitty that the rear wheels lost traction on a simple left turn after driving over a manhole cover

i've self-taught myself how to counter-steer to work with this traction loss but it got to a point where i just ... would rather like to live i guess

____________________
Xkeeper

Level: 263


Posts: 23358/25343
EXP: 296726893
For next: 2233560

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 10-21-18 06:43:55 AM Link | Quote
Originally posted by RanAS
Generally, separating the CSS from the HTML (and making sure to keep the css file organized) makes it look better.

Though I will admit HTML5 is a bit inconsistent at times with stuff like this. Example: width="99" attributes are deprecated on everything except canvas, embed, iframe, img, input, object and video. And most of those require you to use the width="" attribute, rather than supporting {width: 99px;}.

It makes sense, because on some level the canvas is less a styling issue and more a core part of that element. A table without styling will still be a table; a canvas without styling might be a 1×1 useless square, or whatever ... It makes some sense, I guess.

Originally posted by Dprotp
so i bought a 2015 chevy bolt today*

spent 3 hours transferring items + a shoe a minor had assaulted me with 11 hours down south in san diego, as well as routing front and rear dash cam cables

i just ... need to find a place to charge it. fuckin apartments don't have an outlet and my office won't have my account approved for charging until midday monday

*what led to this was my current car's rear suspension getting even more shitty that the rear wheels lost traction on a simple left turn after driving over a manhole cover

i've self-taught myself how to counter-steer to work with this traction loss but it got to a point where i just ... would rather like to live i guess

I'd consider a pure electric, but charging one is not really doable for me (apartment living, woohoo). Plus being able to actually drive long distances is nice, since I kind of live in the middle of fucking nowhere in terms of actual things to do.

40 MPG isn't the best any more, but it's still pretty good


____________________
(Lv 244 with 229361981 EXP)
Jamie
Requested (also Termingamer2-JD rereg)
Level: 29


Posts: 64/193
EXP: 143936
For next: 3949

Since: 06-03-14


Since last post: 2.8 years
Last activity: 2.8 years

Posted on 10-22-18 06:58:29 AM Link | Quote
Happy birthday maor! I know this guy from several other places so yeah, I'll see if I can get him here more often maybe?

____________________
Polythene, Polythene Girl, wrap me up in a cellophane world~
Pages: 1 2 3 4 5 6 7 8 9 10 ... 809 810 811 812 813 814 815 816 817 ... 827 828 829 830 831 832 833 834 835 836 Next newer thread | Next older thread
Jul - General Chat - Jul Pub New poll - New thread - New reply


Rusted Logic

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

33 database queries, 2 query cache hits.
Query execution time:  0.219379 seconds
Script execution time:  0.035665 seconds
Total render time:  0.255044 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 258 - 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 167 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 92 - Warning: unescaped & or unknown entity "&page"
line 149 column 122 - Warning: unescaped & or unknown entity "&page"
line 149 column 152 - Warning: unescaped & or unknown entity "&page"
line 149 column 182 - Warning: unescaped & or unknown entity "&page"
line 149 column 212 - Warning: unescaped & or unknown entity "&page"
line 149 column 242 - Warning: unescaped & or unknown entity "&page"
line 149 column 272 - Warning: unescaped & or unknown entity "&page"
line 149 column 302 - Warning: unescaped & or unknown entity "&page"
line 149 column 332 - Warning: unescaped & or unknown entity "&page"
line 149 column 362 - Warning: unescaped & or unknown entity "&page"
line 149 column 397 - Warning: unescaped & or unknown entity "&page"
line 149 column 431 - Warning: unescaped & or unknown entity "&page"
line 149 column 465 - Warning: unescaped & or unknown entity "&page"
line 149 column 499 - Warning: unescaped & or unknown entity "&page"
line 149 column 537 - Warning: unescaped & or unknown entity "&page"
line 149 column 571 - Warning: unescaped & or unknown entity "&page"
line 149 column 605 - Warning: unescaped & or unknown entity "&page"
line 149 column 639 - Warning: unescaped & or unknown entity "&page"
line 149 column 677 - Warning: unescaped & or unknown entity "&page"
line 149 column 711 - Warning: unescaped & or unknown entity "&page"
line 149 column 745 - Warning: unescaped & or unknown entity "&page"
line 149 column 779 - Warning: unescaped & or unknown entity "&page"
line 149 column 813 - Warning: unescaped & or unknown entity "&page"
line 149 column 847 - Warning: unescaped & or unknown entity "&page"
line 149 column 881 - Warning: unescaped & or unknown entity "&page"
line 149 column 915 - Warning: unescaped & or unknown entity "&page"
line 149 column 949 - Warning: unescaped & or unknown entity "&page"
line 149 column 983 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 1022 - 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 99 - 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 184 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 186 column 9 - Warning: missing <tr>
line 204 column 13 - Warning: missing <tr>
line 205 column 99 - Warning: unescaped & or unknown entity "&postid"
line 207 column 74 - Warning: <style> isn't allowed in <td> elements
line 207 column 9 - Info: <td> previously mentioned
line 207 column 363 - Warning: missing </font> before <center>
line 207 column 437 - Warning: inserting implicit <font>
line 207 column 539 - Warning: inserting implicit <font>
line 217 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 219 column 9 - Warning: missing <tr>
line 237 column 13 - Warning: missing <tr>
line 238 column 99 - Warning: unescaped & or unknown entity "&postid"
line 240 column 74 - Warning: <style> isn't allowed in <td> elements
line 240 column 9 - Info: <td> previously mentioned
line 248 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 250 column 9 - Warning: missing <tr>
line 268 column 13 - Warning: missing <tr>
line 269 column 99 - Warning: unescaped & or unknown entity "&postid"
line 271 column 74 - Warning: <style> isn't allowed in <td> elements
line 271 column 9 - Info: <td> previously mentioned
line 282 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 284 column 9 - Warning: missing <tr>
line 302 column 13 - Warning: missing <tr>
line 303 column 99 - Warning: unescaped & or unknown entity "&postid"
line 305 column 74 - Warning: <style> isn't allowed in <td> elements
line 305 column 9 - Info: <td> previously mentioned
line 311 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 313 column 9 - Warning: missing <tr>
line 331 column 13 - Warning: missing <tr>
line 332 column 99 - Warning: unescaped & or unknown entity "&postid"
line 334 column 74 - Warning: <style> isn't allowed in <td> elements
line 334 column 9 - Info: <td> previously mentioned
line 334 column 363 - Warning: missing </font> before <center>
line 334 column 437 - Warning: inserting implicit <font>
line 334 column 551 - Warning: inserting implicit <font>
line 334 column 551 - Warning: missing </font> before <hr>
line 334 column 615 - Warning: inserting implicit <font>
line 334 column 615 - Warning: missing </font> before <hr>
line 335 column 1 - Warning: inserting implicit <font>
line 343 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 345 column 9 - Warning: missing <tr>
line 363 column 13 - Warning: missing <tr>
line 364 column 99 - Warning: unescaped & or unknown entity "&postid"
line 370 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 372 column 9 - Warning: missing <tr>
line 390 column 13 - Warning: missing <tr>
line 391 column 99 - Warning: unescaped & or unknown entity "&postid"
line 393 column 74 - Warning: <style> isn't allowed in <td> elements
line 393 column 9 - Info: <td> previously mentioned
line 400 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 402 column 9 - Warning: missing <tr>
line 420 column 13 - Warning: missing <tr>
line 421 column 99 - Warning: unescaped & or unknown entity "&postid"
line 427 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 429 column 9 - Warning: missing <tr>
line 447 column 13 - Warning: missing <tr>
line 448 column 99 - Warning: unescaped & or unknown entity "&postid"
line 450 column 74 - Warning: <style> isn't allowed in <td> elements
line 450 column 9 - Info: <td> previously mentioned
line 459 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 461 column 9 - Warning: missing <tr>
line 479 column 13 - Warning: missing <tr>
line 480 column 99 - Warning: unescaped & or unknown entity "&postid"
line 491 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 493 column 9 - Warning: missing <tr>
line 511 column 13 - Warning: missing <tr>
line 512 column 99 - Warning: unescaped & or unknown entity "&postid"
line 514 column 74 - Warning: <style> isn't allowed in <td> elements
line 514 column 9 - Info: <td> previously mentioned
line 539 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 541 column 9 - Warning: missing <tr>
line 559 column 13 - Warning: missing <tr>
line 560 column 99 - Warning: unescaped & or unknown entity "&postid"
line 562 column 74 - Warning: <style> isn't allowed in <td> elements
line 562 column 9 - Info: <td> previously mentioned
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 99 - Warning: unescaped & or unknown entity "&postid"
line 603 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 605 column 9 - Warning: missing <tr>
line 623 column 13 - Warning: missing <tr>
line 624 column 99 - Warning: unescaped & or unknown entity "&postid"
line 626 column 74 - Warning: <style> isn't allowed in <td> elements
line 626 column 9 - Info: <td> previously mentioned
line 635 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 637 column 9 - Warning: missing <tr>
line 655 column 13 - Warning: missing <tr>
line 656 column 99 - Warning: unescaped & or unknown entity "&postid"
line 663 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 665 column 9 - Warning: missing <tr>
line 683 column 13 - Warning: missing <tr>
line 684 column 99 - Warning: unescaped & or unknown entity "&postid"
line 686 column 74 - Warning: <link> isn't allowed in <td> elements
line 686 column 9 - Info: <td> previously mentioned
line 686 column 158 - Warning: missing </div>
line 691 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 693 column 9 - Warning: missing <tr>
line 711 column 13 - Warning: missing <tr>
line 712 column 99 - Warning: unescaped & or unknown entity "&postid"
line 722 column 1400 - Warning: discarding unexpected </td>
line 725 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 727 column 9 - Warning: missing <tr>
line 745 column 13 - Warning: missing <tr>
line 746 column 99 - Warning: unescaped & or unknown entity "&postid"
line 748 column 74 - Warning: <style> isn't allowed in <td> elements
line 748 column 9 - Info: <td> previously mentioned
line 768 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 770 column 9 - Warning: missing <tr>
line 788 column 13 - Warning: missing <tr>
line 789 column 99 - Warning: unescaped & or unknown entity "&postid"
line 794 column 17 - Warning: missing <tr>
line 794 column 17 - Warning: discarding unexpected <table>
line 797 column 35 - Warning: missing <tr>
line 797 column 92 - Warning: unescaped & or unknown entity "&page"
line 797 column 122 - Warning: unescaped & or unknown entity "&page"
line 797 column 152 - Warning: unescaped & or unknown entity "&page"
line 797 column 182 - Warning: unescaped & or unknown entity "&page"
line 797 column 212 - Warning: unescaped & or unknown entity "&page"
line 797 column 242 - Warning: unescaped & or unknown entity "&page"
line 797 column 272 - Warning: unescaped & or unknown entity "&page"
line 797 column 302 - Warning: unescaped & or unknown entity "&page"
line 797 column 332 - Warning: unescaped & or unknown entity "&page"
line 797 column 362 - Warning: unescaped & or unknown entity "&page"
line 797 column 397 - Warning: unescaped & or unknown entity "&page"
line 797 column 431 - Warning: unescaped & or unknown entity "&page"
line 797 column 465 - Warning: unescaped & or unknown entity "&page"
line 797 column 499 - Warning: unescaped & or unknown entity "&page"
line 797 column 537 - Warning: unescaped & or unknown entity "&page"
line 797 column 571 - Warning: unescaped & or unknown entity "&page"
line 797 column 605 - Warning: unescaped & or unknown entity "&page"
line 797 column 639 - Warning: unescaped & or unknown entity "&page"
line 797 column 677 - Warning: unescaped & or unknown entity "&page"
line 797 column 711 - Warning: unescaped & or unknown entity "&page"
line 797 column 745 - Warning: unescaped & or unknown entity "&page"
line 797 column 779 - Warning: unescaped & or unknown entity "&page"
line 797 column 813 - Warning: unescaped & or unknown entity "&page"
line 797 column 847 - Warning: unescaped & or unknown entity "&page"
line 797 column 881 - Warning: unescaped & or unknown entity "&page"
line 797 column 915 - Warning: unescaped & or unknown entity "&page"
line 797 column 949 - Warning: unescaped & or unknown entity "&page"
line 797 column 983 - Warning: unescaped & or unknown entity "&page"
line 797 column 50 - Warning: missing </font> before </td>
line 797 column 1022 - Warning: missing </font> before </table>
line 799 column 35 - Warning: missing <tr>
line 799 column 50 - Warning: missing </font> before </td>
line 800 column 37 - Warning: unescaped & or unknown entity "&id"
line 799 column 167 - Warning: missing </font> before </table>
line 801 column 17 - Warning: discarding unexpected </textarea>
line 801 column 28 - Warning: discarding unexpected </form>
line 801 column 35 - Warning: discarding unexpected </embed>
line 801 column 43 - Warning: discarding unexpected </noembed>
line 801 column 53 - Warning: discarding unexpected </noscript>
line 801 column 64 - Warning: discarding unexpected </noembed>
line 801 column 74 - Warning: discarding unexpected </embed>
line 801 column 82 - Warning: discarding unexpected </table>
line 801 column 90 - Warning: discarding unexpected </table>
line 803 column 9 - Warning: missing </font> before <table>
line 815 column 25 - Warning: discarding unexpected </font>
line 824 column 57 - Warning: discarding unexpected </font>
line 802 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 43 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 241 - 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 188 column 17 - Warning: <img> lacks "alt" attribute
line 189 column 23 - Warning: <img> lacks "alt" attribute
line 189 column 64 - Warning: <img> lacks "alt" attribute
line 189 column 112 - Warning: <img> lacks "alt" attribute
line 189 column 162 - Warning: <img> lacks "alt" attribute
line 190 column 11 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 207 column 437 - Warning: <img> lacks "alt" attribute
line 207 column 611 - Warning: <img> proprietary attribute value "absmiddle"
line 207 column 611 - Warning: <img> lacks "alt" attribute
line 212 column 1220 - Warning: <img> lacks "alt" attribute
line 222 column 22 - Warning: <img> lacks "alt" attribute
line 222 column 63 - Warning: <img> lacks "alt" attribute
line 222 column 112 - Warning: <img> lacks "alt" attribute
line 222 column 162 - Warning: <img> lacks "alt" attribute
line 223 column 11 - Warning: <img> lacks "alt" attribute
line 233 column 15 - Warning: <img> lacks "alt" attribute
line 245 column 2138 - Warning: <img> lacks "alt" attribute
line 253 column 23 - Warning: <img> lacks "alt" attribute
line 253 column 64 - Warning: <img> lacks "alt" attribute
line 253 column 113 - Warning: <img> lacks "alt" attribute
line 253 column 163 - Warning: <img> lacks "alt" attribute
line 254 column 11 - Warning: <img> lacks "alt" attribute
line 264 column 15 - Warning: <img> lacks "alt" attribute
line 272 column 1162 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 1162 - Warning: <img> lacks "alt" attribute
line 287 column 23 - Warning: <img> lacks "alt" attribute
line 287 column 64 - Warning: <img> lacks "alt" attribute
line 287 column 113 - Warning: <img> lacks "alt" attribute
line 287 column 163 - Warning: <img> lacks "alt" attribute
line 288 column 11 - Warning: <img> lacks "alt" attribute
line 298 column 15 - Warning: <img> lacks "alt" attribute
line 305 column 901 - Warning: <div> anchor "xklayout" already defined
line 305 column 1131 - Warning: <img> proprietary attribute value "absmiddle"
line 305 column 1131 - Warning: <img> lacks "alt" attribute
line 315 column 17 - Warning: <img> lacks "alt" attribute
line 316 column 23 - Warning: <img> lacks "alt" attribute
line 316 column 64 - Warning: <img> lacks "alt" attribute
line 316 column 112 - Warning: <img> lacks "alt" attribute
line 316 column 162 - Warning: <img> lacks "alt" attribute
line 317 column 11 - Warning: <img> lacks "alt" attribute
line 327 column 15 - Warning: <img> lacks "alt" attribute
line 334 column 437 - Warning: <img> lacks "alt" attribute
line 338 column 1743 - Warning: <img> lacks "alt" attribute
line 348 column 22 - Warning: <img> lacks "alt" attribute
line 348 column 63 - Warning: <img> lacks "alt" attribute
line 348 column 112 - Warning: <img> lacks "alt" attribute
line 348 column 162 - Warning: <img> lacks "alt" attribute
line 359 column 15 - Warning: <img> lacks "alt" attribute
line 374 column 11 - Warning: <img> lacks "alt" attribute
line 375 column 23 - Warning: <img> lacks "alt" attribute
line 375 column 64 - Warning: <img> lacks "alt" attribute
line 375 column 113 - Warning: <img> lacks "alt" attribute
line 375 column 163 - Warning: <img> lacks "alt" attribute
line 376 column 11 - Warning: <img> lacks "alt" attribute
line 386 column 15 - Warning: <img> lacks "alt" attribute
line 395 column 1801 - Warning: <img> proprietary attribute value "absmiddle"
line 395 column 1801 - Warning: <img> lacks "alt" attribute
line 405 column 22 - Warning: <img> lacks "alt" attribute
line 405 column 63 - Warning: <img> lacks "alt" attribute
line 405 column 112 - Warning: <img> lacks "alt" attribute
line 405 column 162 - Warning: <img> lacks "alt" attribute
line 416 column 15 - Warning: <img> lacks "alt" attribute
line 423 column 147 - Warning: <img> proprietary attribute value "absmiddle"
line 423 column 147 - Warning: <img> lacks "alt" attribute
line 432 column 22 - Warning: <img> lacks "alt" attribute
line 432 column 63 - Warning: <img> lacks "alt" attribute
line 432 column 112 - Warning: <img> lacks "alt" attribute
line 432 column 161 - Warning: <img> lacks "alt" attribute
line 433 column 11 - Warning: <img> lacks "alt" attribute
line 443 column 15 - Warning: <img> lacks "alt" attribute
line 464 column 22 - Warning: <img> lacks "alt" attribute
line 464 column 63 - Warning: <img> lacks "alt" attribute
line 464 column 112 - Warning: <img> lacks "alt" attribute
line 464 column 162 - Warning: <img> lacks "alt" attribute
line 475 column 15 - Warning: <img> lacks "alt" attribute
line 488 column 875 - Warning: <img> proprietary attribute value "absmiddle"
line 488 column 875 - Warning: <img> lacks "alt" attribute
line 496 column 23 - Warning: <img> lacks "alt" attribute
line 496 column 64 - Warning: <img> lacks "alt" attribute
line 496 column 113 - Warning: <img> lacks "alt" attribute
line 496 column 163 - Warning: <img> lacks "alt" attribute
line 497 column 11 - Warning: <img> lacks "alt" attribute
line 507 column 15 - Warning: <img> lacks "alt" attribute
line 514 column 901 - Warning: <div> anchor "xklayout" already defined
line 517 column 2245 - Warning: <img> proprietary attribute value "absmiddle"
line 517 column 2245 - Warning: <img> lacks "alt" attribute
line 544 column 22 - Warning: <img> lacks "alt" attribute
line 544 column 63 - Warning: <img> lacks "alt" attribute
line 544 column 112 - Warning: <img> lacks "alt" attribute
line 544 column 161 - Warning: <img> lacks "alt" attribute
line 545 column 11 - Warning: <img> lacks "alt" attribute
line 555 column 15 - Warning: <img> lacks "alt" attribute
line 579 column 11 - Warning: <img> lacks "alt" attribute
line 580 column 22 - Warning: <img> lacks "alt" attribute
line 580 column 63 - Warning: <img> lacks "alt" attribute
line 580 column 112 - Warning: <img> lacks "alt" attribute
line 580 column 162 - Warning: <img> lacks "alt" attribute
line 591 column 15 - Warning: <img> lacks "alt" attribute
line 608 column 22 - Warning: <img> lacks "alt" attribute
line 608 column 63 - Warning: <img> lacks "alt" attribute
line 608 column 112 - Warning: <img> lacks "alt" attribute
line 608 column 162 - Warning: <img> lacks "alt" attribute
line 609 column 11 - Warning: <img> lacks "alt" attribute
line 619 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 1916 - Warning: <img> lacks "alt" attribute
line 640 column 22 - Warning: <img> lacks "alt" attribute
line 640 column 63 - Warning: <img> lacks "alt" attribute
line 640 column 112 - Warning: <img> lacks "alt" attribute
line 640 column 162 - Warning: <img> lacks "alt" attribute
line 651 column 15 - Warning: <img> lacks "alt" attribute
line 658 column 189 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 189 - Warning: <img> lacks "alt" attribute
line 667 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 15 - Warning: <img> lacks "alt" attribute
line 667 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 58 - Warning: <img> lacks "alt" attribute
line 667 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 101 - Warning: <img> lacks "alt" attribute
line 667 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 144 - Warning: <img> lacks "alt" attribute
line 667 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 187 - Warning: <img> lacks "alt" attribute
line 667 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 230 - Warning: <img> lacks "alt" attribute
line 667 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 273 - Warning: <img> lacks "alt" attribute
line 667 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 316 - Warning: <img> lacks "alt" attribute
line 667 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 667 column 359 - Warning: <img> lacks "alt" attribute
line 668 column 22 - Warning: <img> lacks "alt" attribute
line 668 column 63 - Warning: <img> lacks "alt" attribute
line 668 column 112 - Warning: <img> lacks "alt" attribute
line 668 column 162 - Warning: <img> lacks "alt" attribute
line 669 column 11 - Warning: <img> lacks "alt" attribute
line 679 column 15 - Warning: <img> lacks "alt" attribute
line 696 column 23 - Warning: <img> lacks "alt" attribute
line 696 column 64 - Warning: <img> lacks "alt" attribute
line 696 column 113 - Warning: <img> lacks "alt" attribute
line 696 column 163 - Warning: <img> lacks "alt" attribute
line 697 column 11 - Warning: <img> lacks "alt" attribute
line 707 column 15 - Warning: <img> lacks "alt" attribute
line 722 column 1197 - Warning: <img> proprietary attribute value "absmiddle"
line 722 column 1197 - Warning: <img> lacks "alt" attribute
line 722 column 1317 - Warning: <img> lacks "alt" attribute
line 730 column 23 - Warning: <img> lacks "alt" attribute
line 730 column 64 - Warning: <img> lacks "alt" attribute
line 730 column 113 - Warning: <img> lacks "alt" attribute
line 730 column 163 - Warning: <img> lacks "alt" attribute
line 731 column 11 - Warning: <img> lacks "alt" attribute
line 741 column 15 - Warning: <img> lacks "alt" attribute
line 748 column 901 - Warning: <div> anchor "xklayout" already defined
line 751 column 1764 - Warning: <img> proprietary attribute value "absmiddle"
line 751 column 1764 - Warning: <img> lacks "alt" attribute
line 761 column 2608 - Warning: <img> proprietary attribute value "absmiddle"
line 761 column 2608 - Warning: <img> lacks "alt" attribute
line 764 column 2994 - Warning: <img> proprietary attribute value "absmiddle"
line 764 column 2994 - Warning: <img> lacks "alt" attribute
line 773 column 22 - Warning: <img> lacks "alt" attribute
line 773 column 63 - Warning: <img> lacks "alt" attribute
line 773 column 112 - Warning: <img> lacks "alt" attribute
line 773 column 162 - Warning: <img> lacks "alt" attribute
line 784 column 15 - Warning: <img> lacks "alt" attribute
line 800 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 800 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 800 column 241 - Warning: <img> proprietary attribute value "absmiddle"
line 809 column 25 - Warning: <img> lacks "alt" attribute
line 814 column 267 - Warning: <img> lacks "alt" attribute
line 207 column 363 - Warning: trimming empty <font>
line 334 column 363 - Warning: trimming empty <font>
line 794 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 205 column 27 - Warning: <nobr> is not approved by W3C
line 211 column 872 - Warning: <td> proprietary attribute "background"
line 238 column 27 - Warning: <nobr> is not approved by W3C
line 269 column 27 - Warning: <nobr> is not approved by W3C
line 303 column 27 - Warning: <nobr> is not approved by W3C
line 332 column 27 - Warning: <nobr> is not approved by W3C
line 337 column 1395 - Warning: <td> proprietary attribute "background"
line 364 column 27 - Warning: <nobr> is not approved by W3C
line 391 column 27 - Warning: <nobr> is not approved by W3C
line 421 column 27 - Warning: <nobr> is not approved by W3C
line 448 column 27 - Warning: <nobr> is not approved by W3C
line 480 column 27 - Warning: <nobr> is not approved by W3C
line 512 column 27 - Warning: <nobr> is not approved by W3C
line 560 column 27 - Warning: <nobr> is not approved by W3C
line 596 column 27 - Warning: <nobr> is not approved by W3C
line 624 column 27 - Warning: <nobr> is not approved by W3C
line 656 column 27 - Warning: <nobr> is not approved by W3C
line 684 column 27 - Warning: <nobr> is not approved by W3C
line 712 column 27 - Warning: <nobr> is not approved by W3C
line 714 column 74 - Warning: <table> proprietary attribute "height"
line 746 column 27 - Warning: <nobr> is not approved by W3C
line 789 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 409 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