Register - Login
Views: 99370420
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 07:09:19 PM
Jul - Projects and Creations - Swim, Ikamusume? New poll - New thread - New reply
Next newer thread | Next older thread
FPzero
9590



Post 8530/9597
Active
5.4 years ago
Posted on 04-12-10 06:01:08 PM Link | Quote
New layout and avatar inspired by Lain's thread.
Unfortunately, the image cuts off right after the stretch test. I'd love to have the image anchored to the bottom right to this never shows up but doing so cuts off the head. Is there a way to have her head always showing but still have it anchored to the bottom right? I'm not very good with layout coding and make mine simply by changing around old ones so I'm not sure how to do this since none of my layouts had something like my idea before.










Stretch test.

____________________
Tyty

Level: 165


Posts: 7295/8599
EXP: 58622004
For next: 313677

Since: 07-07-07


Since last post: 9.8 years
Last activity: 9.8 years

Posted on 04-12-10 06:11:59 PM Link | Quote
Pretty sure you'd just set the min height of the layout to be the image size. That would force it to always show her head when anchored to the bottom right.

____________________




<devin> i feel like i have improved someone's childhood
<Bitmap_Dale> Devin you fuck
Transforming cats into robots since 1989!
Posted on 04-12-10 06:13:23 PM Link | Quote
Originally posted by Tyty
Pretty sure you'd just set the min height of the layout to be the image size. That would force it to always show her head when anchored to the bottom right.

Yeah, pretty much that.

Also

____________________
FPzero
9590



Post 8531/9597
Active
5.4 years ago
Posted on 04-12-10 06:23:57 PM Link | Quote
I thought about that but wondered if it'd be too large vertically. I know we're lenient here but over on SMWC I'm not sure if they'll mind. Guess I'll ask SNN about it.

And thanks guys, I like it too. :3

____________________
Lunaria

Moon Bunny! :3
Level: 139


Posts: 2468/5751
EXP: 31998848
For next: 468597

Since: 07-28-07

Pronouns: she/her
From: pile of fluff

Since last post: 68 days
Last activity: 1 day

Posted on 04-12-10 06:27:29 PM Link | Quote
Man, I guess it was just a question of WHEN someone would do this!

But shes so cute! x3

Love the layout!

____________________
Pokemon Heart Gold FC: 0818 6157 5942 - Crys
Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 1074/3030
EXP: 12245372
For next: 16888

Since: 07-21-07

From: Sweden

Since last post: 273 days
Last activity: 8 hours

Posted on 04-12-10 06:55:21 PM Link | Quote
It's simple and nice on the eyes, very nice on the eyes in fact.

I also like layouts that don't actually have a textbox so to say so....

____________________
FPzero
9590



Post 8532/9597
Active
5.4 years ago
Posted on 04-12-10 07:02:19 PM (last edited by FirePhoenix at 04-12-10 04:03 PM) Link | Quote
I fixed it with the bottom right anchor and the min-height. It's rather tall, but hopefully no one will mind too much. Now if only i can get the backloggery down to the bottom corner...

____________________
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: 3098/5390
EXP: 29049972
For next: 285033

Since: 07-22-07

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

Since last post: 332 days
Last activity: 332 days

Posted on 04-13-10 02:19:31 AM Link | Quote
04-12-10 09:19:31 PM
Post #3098
DAH HUGE

I had the same problem with mine. I don't remember exactly how I fixed it, but this looks like all the relevant bits:
.hh_main {
background: url('http://img188.imageshack.us/img188/1677/6fipens.png');
position: relative;
overflow: hidden;
min-height: 190px;
}
.hh_bg {
min-width: 300px;
min-height: 450px;
background: url('http://img402.imageshack.us/img402/9793/renat.png') bottom right no-repeat;
position: absolute;
right: 0px;
top: 0px;
height: 100%;
/*border: 1px #F00 dashed;*/
}
.hh_post {
padding: 6px;
/* this doesn't make a lick of sense but OK */
position: relative;
text-shadow: 3px 3px 3px #000;
height: 100%;
}
You basically have a layer with the image anchored to its bottom, anchor the layer to the bottom of the content region, and then cut off anything that extends outside that region (overflow: hidden). So as the content expands up to the size of the layer it reveals more of the image, and as it extends beyond that the image remains attached to the bottom.

____________________


witty comment
why not?
Rachel Mae

Creature of Chaos
Level: 141


Posts: 2743/5929
EXP: 33574488
For next: 545526

Since: 07-03-07

Pronouns: she/her
From: Foxglen

Since last post: 11 days
Last activity: 2 days

Posted on 04-13-10 07:25:56 AM Link | Quote
It's way too big.

I thought you had it right with this post, personally. Just keep her head anchored to the top of the post and let it stretch as needed.

____________________
FPzero
9590



Post 8534/9597
Active
5.4 years ago
Posted on 04-13-10 08:44:23 AM Link | Quote
Looking at it again, yeah it's too huge. i changed to the smwc version of the layout for the time being while I try and decipher HH's coding and see if it works for me. Does the code you give rely on external CSS?

____________________
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: 3099/5390
EXP: 29049972
For next: 285033

Since: 07-22-07

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

Since last post: 332 days
Last activity: 332 days

Posted on 04-13-10 09:35:39 AM Link | Quote
04-13-10 04:35:39 AM
Post #3099
No. It's all mashed into the header. You might want an unmashed version?

____________________


witty comment
why not?
FPzero
9590



Post 8535/9597
Active
5.4 years ago
Posted on 04-13-10 09:38:10 AM Link | Quote
I think I should be able to figure something out from all of it, mashed or not. If I have further trouble I can PM you.

____________________
FPzero
9590



Post 8566/9597
Active
5.4 years ago
Posted on 04-18-10 10:27:34 PM Link | Quote
Tyty updated the layout so that the image now acts like HH's image does.


















So yeah, vert stretch, I'm happy.

____________________




Next newer thread | Next older thread
Jul - Projects and Creations - Swim, Ikamusume? New poll - New thread - New reply


Rusted Logic

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

26 database queries.
Query execution time:  0.083006 seconds
Script execution time:  0.029155 seconds
Total render time:  0.112162 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 187 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - Warning: missing </font> before </table>
line 155 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 156 column 25 - Warning: missing <tr>
line 158 column 33 - Warning: missing </font> before </td>
line 166 column 25 - Warning: plain text isn't allowed in <tr> elements
line 156 column 25 - Info: <tr> previously mentioned
line 168 column 33 - Warning: missing <tr>
line 169 column 121 - Warning: unescaped & or unknown entity "&postid"
line 169 column 47 - Warning: missing </nobr> before </table>
line 185 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 187 column 9 - Warning: missing <tr>
line 205 column 13 - Warning: missing <tr>
line 206 column 101 - Warning: unescaped & or unknown entity "&postid"
line 208 column 74 - Warning: <link> isn't allowed in <td> elements
line 208 column 9 - Info: <td> previously mentioned
line 210 column 564 - Warning: discarding unexpected </ze>
line 211 column 628 - Warning: discarding unexpected </ze>
line 213 column 15 - Warning: <link> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 214 column 25 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 216 column 25 - Warning: missing <tr>
line 225 column 25 - Warning: missing <tr>
line 226 column 113 - Warning: unescaped & or unknown entity "&postid"
line 228 column 90 - Warning: <link> isn't allowed in <td> elements
line 228 column 25 - Info: <td> previously mentioned
line 232 column 39 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 233 column 25 - Warning: missing <tr>
line 235 column 33 - Warning: missing </font> before </td>
line 243 column 25 - Warning: plain text isn't allowed in <tr> elements
line 233 column 25 - Info: <tr> previously mentioned
line 245 column 33 - Warning: missing <tr>
line 246 column 121 - Warning: unescaped & or unknown entity "&postid"
line 246 column 47 - Warning: missing </nobr> before </table>
line 252 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 254 column 9 - Warning: missing <tr>
line 256 column 147 - Warning: <font> unexpected or duplicate quote mark
line 256 column 147 - Warning: <font> attribute with missing trailing quote mark
line 272 column 13 - Warning: missing <tr>
line 273 column 101 - Warning: unescaped & or unknown entity "&postid"
line 283 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 285 column 9 - Warning: missing <tr>
line 303 column 13 - Warning: missing <tr>
line 304 column 101 - Warning: unescaped & or unknown entity "&postid"
line 310 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 311 column 25 - Warning: missing <tr>
line 313 column 33 - Warning: missing </font> before </td>
line 321 column 25 - Warning: plain text isn't allowed in <tr> elements
line 311 column 25 - Info: <tr> previously mentioned
line 323 column 33 - Warning: missing <tr>
line 324 column 121 - Warning: unescaped & or unknown entity "&postid"
line 324 column 47 - Warning: missing </nobr> before </table>
line 328 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 330 column 9 - Warning: missing <tr>
line 348 column 13 - Warning: missing <tr>
line 349 column 101 - Warning: unescaped & or unknown entity "&postid"
line 351 column 85 - Warning: <style> isn't allowed in <td> elements
line 351 column 9 - Info: <td> previously mentioned
line 380 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 382 column 9 - Warning: missing <tr>
line 400 column 13 - Warning: missing <tr>
line 401 column 101 - Warning: unescaped & or unknown entity "&postid"
line 407 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 408 column 25 - Warning: missing <tr>
line 410 column 33 - Warning: missing </font> before </td>
line 418 column 25 - Warning: plain text isn't allowed in <tr> elements
line 408 column 25 - Info: <tr> previously mentioned
line 420 column 33 - Warning: missing <tr>
line 421 column 121 - Warning: unescaped & or unknown entity "&postid"
line 421 column 47 - Warning: missing </nobr> before </table>
line 425 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 427 column 9 - Warning: missing <tr>
line 445 column 13 - Warning: missing <tr>
line 446 column 101 - Warning: unescaped & or unknown entity "&postid"
line 448 column 85 - Warning: <style> isn't allowed in <td> elements
line 448 column 9 - Info: <td> previously mentioned
line 450 column 15 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 451 column 25 - Warning: missing <tr>
line 453 column 33 - Warning: missing </font> before </td>
line 461 column 25 - Warning: plain text isn't allowed in <tr> elements
line 451 column 25 - Info: <tr> previously mentioned
line 463 column 33 - Warning: missing <tr>
line 464 column 121 - Warning: unescaped & or unknown entity "&postid"
line 464 column 47 - Warning: missing </nobr> before </table>
line 467 column 17 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 468 column 25 - Warning: missing <tr>
line 470 column 33 - Warning: missing </font> before </td>
line 478 column 25 - Warning: plain text isn't allowed in <tr> elements
line 468 column 25 - Info: <tr> previously mentioned
line 480 column 33 - Warning: missing <tr>
line 481 column 121 - Warning: unescaped & or unknown entity "&postid"
line 481 column 47 - Warning: missing </nobr> before </table>
line 483 column 99 - Warning: <link> isn't allowed in <td> elements
line 483 column 25 - Info: <td> previously mentioned
line 504 column 17 - Warning: missing <tr>
line 504 column 17 - Warning: discarding unexpected <table>
line 507 column 35 - Warning: missing <tr>
line 507 column 50 - Warning: missing </font> before </td>
line 507 column 91 - Warning: missing </font> before </table>
line 509 column 35 - Warning: missing <tr>
line 509 column 50 - Warning: missing </font> before </td>
line 510 column 37 - Warning: unescaped & or unknown entity "&id"
line 509 column 187 - Warning: missing </font> before </table>
line 511 column 17 - Warning: discarding unexpected </textarea>
line 511 column 28 - Warning: discarding unexpected </form>
line 511 column 35 - Warning: discarding unexpected </embed>
line 511 column 43 - Warning: discarding unexpected </noembed>
line 511 column 53 - Warning: discarding unexpected </noscript>
line 511 column 64 - Warning: discarding unexpected </noembed>
line 511 column 74 - Warning: discarding unexpected </embed>
line 511 column 82 - Warning: discarding unexpected </table>
line 511 column 90 - Warning: discarding unexpected </table>
line 513 column 9 - Warning: missing </font> before <table>
line 525 column 25 - Warning: discarding unexpected </font>
line 534 column 37 - Warning: discarding unexpected </font>
line 512 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 245 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 42 - Warning: <img> lacks "alt" attribute
line 159 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 85 - Warning: <img> lacks "alt" attribute
line 159 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 128 - Warning: <img> lacks "alt" attribute
line 159 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 171 - Warning: <img> lacks "alt" attribute
line 159 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 214 - Warning: <img> lacks "alt" attribute
line 159 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 257 - Warning: <img> lacks "alt" attribute
line 159 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 300 - Warning: <img> lacks "alt" attribute
line 159 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 343 - Warning: <img> lacks "alt" attribute
line 159 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 386 - Warning: <img> lacks "alt" attribute
line 159 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 429 - Warning: <img> lacks "alt" attribute
line 159 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 472 - Warning: <img> lacks "alt" attribute
line 159 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 159 column 515 - Warning: <img> lacks "alt" attribute
line 161 column 33 - Warning: <img> lacks "alt" attribute
line 164 column 37 - Warning: <img> lacks "alt" attribute
line 183 column 1091 - Warning: <img> lacks "alt" attribute
line 190 column 23 - Warning: <img> lacks "alt" attribute
line 190 column 64 - Warning: <img> lacks "alt" attribute
line 190 column 113 - Warning: <img> lacks "alt" attribute
line 190 column 163 - Warning: <img> lacks "alt" attribute
line 201 column 15 - Warning: <img> lacks "alt" attribute
line 209 column 480 - Warning: <img> lacks "alt" attribute
line 220 column 56 - Warning: <img> lacks "alt" attribute
line 231 column 598 - Warning: <img> proprietary attribute value "absmiddle"
line 231 column 598 - Warning: <img> lacks "alt" attribute
line 236 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 42 - Warning: <img> lacks "alt" attribute
line 236 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 85 - Warning: <img> lacks "alt" attribute
line 236 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 128 - Warning: <img> lacks "alt" attribute
line 236 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 171 - Warning: <img> lacks "alt" attribute
line 236 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 214 - Warning: <img> lacks "alt" attribute
line 236 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 257 - Warning: <img> lacks "alt" attribute
line 236 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 300 - Warning: <img> lacks "alt" attribute
line 236 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 343 - Warning: <img> lacks "alt" attribute
line 236 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 386 - Warning: <img> lacks "alt" attribute
line 236 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 429 - Warning: <img> lacks "alt" attribute
line 236 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 472 - Warning: <img> lacks "alt" attribute
line 236 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 236 column 515 - Warning: <img> lacks "alt" attribute
line 238 column 33 - Warning: <img> lacks "alt" attribute
line 241 column 37 - Warning: <img> lacks "alt" attribute
line 250 column 745 - Warning: <img> lacks "alt" attribute
line 256 column 11 - Warning: <img> lacks "alt" attribute
line 257 column 23 - Warning: <img> lacks "alt" attribute
line 257 column 64 - Warning: <img> lacks "alt" attribute
line 257 column 113 - Warning: <img> lacks "alt" attribute
line 257 column 163 - Warning: <img> lacks "alt" attribute
line 258 column 11 - Warning: <img> lacks "alt" attribute
line 268 column 15 - Warning: <img> lacks "alt" attribute
line 275 column 466 - Warning: <img> proprietary attribute value "absmiddle"
line 275 column 466 - Warning: <img> lacks "alt" attribute
line 280 column 678 - Warning: <img> lacks "alt" attribute
line 287 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 287 column 16 - Warning: <img> lacks "alt" attribute
line 287 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 287 column 59 - Warning: <img> lacks "alt" attribute
line 287 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 287 column 102 - Warning: <img> lacks "alt" attribute
line 287 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 287 column 145 - Warning: <img> lacks "alt" attribute
line 287 column 188 - Warning: <img> proprietary attribute value "absmiddle"
line 287 column 188 - Warning: <img> lacks "alt" attribute
line 287 column 231 - Warning: <img> proprietary attribute value "absmiddle"
line 287 column 231 - Warning: <img> lacks "alt" attribute
line 288 column 23 - Warning: <img> lacks "alt" attribute
line 288 column 64 - Warning: <img> lacks "alt" attribute
line 288 column 113 - Warning: <img> lacks "alt" attribute
line 288 column 162 - Warning: <img> lacks "alt" attribute
line 289 column 11 - Warning: <img> lacks "alt" attribute
line 299 column 15 - Warning: <img> lacks "alt" attribute
line 306 column 414 - Warning: <img> proprietary attribute value "absmiddle"
line 306 column 414 - Warning: <img> lacks "alt" attribute
line 308 column 545 - Warning: <img> proprietary attribute value "absmiddle"
line 308 column 545 - Warning: <img> lacks "alt" attribute
line 314 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 42 - Warning: <img> lacks "alt" attribute
line 314 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 85 - Warning: <img> lacks "alt" attribute
line 314 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 128 - Warning: <img> lacks "alt" attribute
line 314 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 171 - Warning: <img> lacks "alt" attribute
line 314 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 214 - Warning: <img> lacks "alt" attribute
line 314 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 257 - Warning: <img> lacks "alt" attribute
line 314 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 300 - Warning: <img> lacks "alt" attribute
line 314 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 343 - Warning: <img> lacks "alt" attribute
line 314 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 386 - Warning: <img> lacks "alt" attribute
line 314 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 429 - Warning: <img> lacks "alt" attribute
line 314 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 472 - Warning: <img> lacks "alt" attribute
line 314 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 515 - Warning: <img> lacks "alt" attribute
line 316 column 33 - Warning: <img> lacks "alt" attribute
line 319 column 37 - Warning: <img> lacks "alt" attribute
line 326 column 703 - Warning: <img> lacks "alt" attribute
line 333 column 23 - Warning: <img> lacks "alt" attribute
line 333 column 64 - Warning: <img> lacks "alt" attribute
line 333 column 113 - Warning: <img> lacks "alt" attribute
line 333 column 163 - Warning: <img> lacks "alt" attribute
line 344 column 15 - Warning: <img> lacks "alt" attribute
line 384 column 11 - Warning: <img> lacks "alt" attribute
line 385 column 23 - Warning: <img> lacks "alt" attribute
line 385 column 64 - Warning: <img> lacks "alt" attribute
line 385 column 113 - Warning: <img> lacks "alt" attribute
line 385 column 163 - Warning: <img> lacks "alt" attribute
line 386 column 11 - Warning: <img> lacks "alt" attribute
line 396 column 15 - Warning: <img> lacks "alt" attribute
line 403 column 263 - Warning: <img> lacks "alt" attribute
line 403 column 728 - Warning: <td> attribute "align" has invalid value "top"
line 403 column 879 - Warning: <img> proprietary attribute value "absmiddle"
line 403 column 879 - Warning: <img> lacks "alt" attribute
line 405 column 1366 - Warning: <img> lacks "alt" attribute
line 405 column 1547 - Warning: <img> lacks "alt" attribute
line 405 column 1727 - Warning: <img> lacks "alt" attribute
line 411 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 42 - Warning: <img> lacks "alt" attribute
line 411 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 85 - Warning: <img> lacks "alt" attribute
line 411 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 128 - Warning: <img> lacks "alt" attribute
line 411 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 171 - Warning: <img> lacks "alt" attribute
line 411 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 214 - Warning: <img> lacks "alt" attribute
line 411 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 257 - Warning: <img> lacks "alt" attribute
line 411 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 300 - Warning: <img> lacks "alt" attribute
line 411 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 343 - Warning: <img> lacks "alt" attribute
line 411 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 386 - Warning: <img> lacks "alt" attribute
line 411 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 429 - Warning: <img> lacks "alt" attribute
line 411 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 472 - Warning: <img> lacks "alt" attribute
line 411 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 411 column 515 - Warning: <img> lacks "alt" attribute
line 413 column 33 - Warning: <img> lacks "alt" attribute
line 416 column 37 - Warning: <img> lacks "alt" attribute
line 423 column 735 - Warning: <img> lacks "alt" attribute
line 430 column 23 - Warning: <img> lacks "alt" attribute
line 430 column 64 - Warning: <img> lacks "alt" attribute
line 430 column 113 - Warning: <img> lacks "alt" attribute
line 430 column 163 - Warning: <img> lacks "alt" attribute
line 441 column 15 - Warning: <img> lacks "alt" attribute
line 454 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 42 - Warning: <img> lacks "alt" attribute
line 454 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 85 - Warning: <img> lacks "alt" attribute
line 454 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 128 - Warning: <img> lacks "alt" attribute
line 454 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 171 - Warning: <img> lacks "alt" attribute
line 454 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 214 - Warning: <img> lacks "alt" attribute
line 454 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 257 - Warning: <img> lacks "alt" attribute
line 454 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 300 - Warning: <img> lacks "alt" attribute
line 454 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 343 - Warning: <img> lacks "alt" attribute
line 454 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 386 - Warning: <img> lacks "alt" attribute
line 454 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 429 - Warning: <img> lacks "alt" attribute
line 454 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 472 - Warning: <img> lacks "alt" attribute
line 454 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 454 column 515 - Warning: <img> lacks "alt" attribute
line 456 column 33 - Warning: <img> lacks "alt" attribute
line 459 column 37 - Warning: <img> lacks "alt" attribute
line 466 column 640 - Warning: <img> lacks "alt" attribute
line 471 column 42 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 42 - Warning: <img> lacks "alt" attribute
line 471 column 85 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 85 - Warning: <img> lacks "alt" attribute
line 471 column 128 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 128 - Warning: <img> lacks "alt" attribute
line 471 column 171 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 171 - Warning: <img> lacks "alt" attribute
line 471 column 214 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 214 - Warning: <img> lacks "alt" attribute
line 471 column 257 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 257 - Warning: <img> lacks "alt" attribute
line 471 column 300 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 300 - Warning: <img> lacks "alt" attribute
line 471 column 343 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 343 - Warning: <img> lacks "alt" attribute
line 471 column 386 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 386 - Warning: <img> lacks "alt" attribute
line 471 column 429 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 429 - Warning: <img> lacks "alt" attribute
line 471 column 472 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 472 - Warning: <img> lacks "alt" attribute
line 471 column 515 - Warning: <img> proprietary attribute value "absmiddle"
line 471 column 515 - Warning: <img> lacks "alt" attribute
line 473 column 33 - Warning: <img> lacks "alt" attribute
line 476 column 37 - Warning: <img> lacks "alt" attribute
line 502 column 515 - Warning: <img> lacks "alt" attribute
line 510 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 510 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 510 column 245 - Warning: <img> proprietary attribute value "absmiddle"
line 519 column 25 - Warning: <img> lacks "alt" attribute
line 524 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 504 column 17 - Warning: trimming empty <tr>
line 507 column 50 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 169 column 47 - Warning: <nobr> is not approved by W3C
line 206 column 27 - Warning: <nobr> is not approved by W3C
line 226 column 39 - Warning: <nobr> is not approved by W3C
line 246 column 47 - Warning: <nobr> is not approved by W3C
line 273 column 27 - Warning: <nobr> is not approved by W3C
line 275 column 74 - Warning: <table> proprietary attribute "height"
line 275 column 74 - Warning: <table> proprietary attribute "background"
line 304 column 27 - Warning: <nobr> is not approved by W3C
line 306 column 74 - Warning: <table> proprietary attribute "height"
line 324 column 47 - Warning: <nobr> is not approved by W3C
line 349 column 27 - Warning: <nobr> is not approved by W3C
line 401 column 27 - Warning: <nobr> is not approved by W3C
line 403 column 74 - Warning: <table> proprietary attribute "height"
line 403 column 155 - Warning: <td> proprietary attribute "background"
line 403 column 366 - Warning: <td> proprietary attribute "background"
line 403 column 460 - Warning: <td> proprietary attribute "background"
line 403 column 543 - Warning: <td> proprietary attribute "background"
line 403 column 646 - Warning: <td> proprietary attribute "background"
line 403 column 728 - Warning: <td> proprietary attribute "background"
line 405 column 1186 - Warning: <td> proprietary attribute "background"
line 405 column 1277 - Warning: <td> proprietary attribute "background"
line 405 column 1454 - Warning: <td> proprietary attribute "background"
line 405 column 1638 - Warning: <td> proprietary attribute "background"
line 421 column 47 - Warning: <nobr> is not approved by W3C
line 446 column 27 - Warning: <nobr> is not approved by W3C
line 464 column 47 - Warning: <nobr> is not approved by W3C
line 481 column 47 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 388 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