Register - Login
Views: 99370939
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 07:27:33 PM
Jul - Projects and Creations - Testing my layout New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
SunflowerGaming
User
Level: 11


Posts: 8/19
EXP: 5169
For next: 816

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.4 years

Posted on 09-15-11 03:53:11 AM (last edited by SunflowerGaming at 09-15-11 08:18 PM) Link | Quote
I just wanted to test this out and ask if it is allowed on this site. If not I'll remove it.

____________________

legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 490/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 8.9 years
Last activity: 3.7 years

Posted on 09-15-11 03:56:10 AM Link | Quote

It looks pretty good to me. I'd make the text box a little darker, but that's just me.

____________________
Go to IT!!!


SunflowerGaming
User
Level: 11


Posts: 9/19
EXP: 5169
For next: 816

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.4 years

Posted on 09-15-11 03:58:43 AM (last edited by SunflowerGaming at 09-15-11 08:19 PM) Link | Quote
I'd do that but don't know how. I got this code from a friend. LOL.

____________________

legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 492/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 8.9 years
Last activity: 3.7 years

Posted on 09-15-11 04:18:13 AM Link | Quote

Originally posted by SunflowerGaming
I'd do that but don't know how. I got this code from a friend. LOL.


I'm assuming your layout code has something similar to Alpha(opacity=80

Change the number, probably 7 or 6, to 9 or 8. Try experimenting with the darkness of the box.

____________________
Go to IT!!!


CB

Flippitty Flip
Level: 90


Posts: 2181/2280
EXP: 6970700
For next: 217909

Since: 02-01-11

From: Canadaland

Since last post: 10.5 years
Last activity: 10.3 years

Posted on 09-15-11 05:09:44 AM Link | Quote
I believe that these are the sections of your code you want to mess with


opacity:0.7; filter :alpha(opacity=70)



____________________
GO TO IT
one down, the rest of the board to go...
Joe
Common spammer
🍬
Level: 111


Posts: 2304/3392
EXP: 14488393
For next: 379967

Since: 08-02-07

From: Pororoca

Since last post: 2 days
Last activity: 23 min.

Posted on 09-15-11 05:10:51 AM (last edited by Joe at 09-15-11 02:12 AM) Link | Quote
Your layout uses opacity, which is generally discouraged since it causes significant CPU usage. (Now that I look, legacyme3, your layout also uses opacity...)

Fortunately, there's a pretty easy fix. First, find the bit that says opacity:0.7; filter :alpha(opacity=70); and delete it.

Next, find the bit that says background-color:#000807; and replace it with background:RGBA(0,8,7,0.7);.

That last number, 0.7, is the one you'd change to make the text box lighter or darker.



Leggy, to get rid of the opacity in your layout, delete the bit that says bgcolor=#000000 and replace the bit that says filter:Alpha(opacity=80,finishopacity=80,style=3);opacity:0.8;-moz-opacity:0.8 with background:RGBA(0,0,0,0.8);.

____________________
legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 494/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 8.9 years
Last activity: 3.7 years

Posted on 09-15-11 05:14:06 AM (last edited by legacyme3 at 09-15-11 02:18 AM) Link | Quote

Originally posted by Joe

Leggy, to get rid of the opacity in your layout, delete the bit that says bgcolor=#000000 and replace the bit that says filter:Alpha(opacity=80,finishopacity=80,style=3);opacity:0.8;-moz-opacity:0.8 with background:RGBA(0,0,0,0.8);.



Did I do it?

____________________
Go to IT!!!


Joe
Common spammer
🍬
Level: 111


Posts: 2305/3392
EXP: 14488393
For next: 379967

Since: 08-02-07

From: Pororoca

Since last post: 2 days
Last activity: 23 min.

Posted on 09-15-11 05:20:34 AM Link | Quote
Originally posted by legacyme3
Did I do it?
I just noticed there's some weird x:> in there messing stuff up; delete that too.

____________________
Joe
Common spammer
🍬
Level: 111


Posts: 2306/3392
EXP: 14488393
For next: 379967

Since: 08-02-07

From: Pororoca

Since last post: 2 days
Last activity: 23 min.

Posted on 09-15-11 05:22:08 AM Link | Quote
Yep. Works now.

____________________
legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 495/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 8.9 years
Last activity: 3.7 years

Posted on 09-15-11 05:22:09 AM (last edited by legacyme3 at 09-15-11 02:22 PM) Link | Quote

Originally posted by Joe
Originally posted by legacyme3
Did I do it?
I just noticed there's some weird x:> in there messing stuff up; delete that too.


I think I have it now lol

It was the first layout I had ever coded and I'm not too great with it, I have a LOT of loose tags in there I know.

____________________
Go to IT!!!


Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 2135/3030
EXP: 12245386
For next: 16874

Since: 07-21-07

From: Sweden

Since last post: 273 days
Last activity: 8 hours

Posted on 09-15-11 10:00:07 AM Link | Quote
The first layout in this thread better be not be a scrollbar layout.

And the picture is a rather huge file, try making it an JPG at least.

You might also want to stop whatever your doing with the background in your profile, it burns my eyes and I hate it.



Have a nice day.

____________________
CB

Flippitty Flip
Level: 90


Posts: 2182/2280
EXP: 6970700
For next: 217909

Since: 02-01-11

From: Canadaland

Since last post: 10.5 years
Last activity: 10.3 years

Posted on 09-15-11 02:23:37 PM Link | Quote
Woah! Leggy, your entire layout is completely white now.

____________________
GO TO IT
one down, the rest of the board to go...
SunflowerGaming
User
Level: 11


Posts: 10/19
EXP: 5169
For next: 816

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.4 years

Posted on 09-15-11 03:06:48 PM (last edited by SunflowerGaming at 09-15-11 08:19 PM) Link | Quote
No it's not a scroll layout, it's a regular layout. I made sure it wasn't a scroll one.

Joe: I don't know what you mean.....

____________________

Joe
Common spammer
🍬
Level: 111


Posts: 2308/3392
EXP: 14488393
For next: 379967

Since: 08-02-07

From: Pororoca

Since last post: 2 days
Last activity: 23 min.

Posted on 09-15-11 04:20:37 PM Link | Quote
Well, I was talking about the things you'd change to fix your layout, but I'll just paste the whole fixed code here.


<div style="background:url(http://i30.photobucket.com/albums/c309/SpiritualSister4Life/Vizzed%20Layouts/Tifa3.jpg); border-style:solid; border-color:#010d0b; min-height:100%;"><div style="position:relative; margin:auto; width:70%; min-height:200px; background:RGBA(0,8,7,0.7); border-style:solid; border-color:#010d0b; padding:50px; text-align:center; margin-top:25px; margin-bottom:25px; font-size:16px; color:#CFC8CA;">

That's the bit that goes in the post header. Just delete your current header, copy that, and paste.

____________________
legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 499/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 8.9 years
Last activity: 3.7 years

Posted on 09-15-11 05:24:25 PM Link | Quote

Originally posted by CB
Woah! Leggy, your entire layout is completely white now.


Better now? =P

I keep finding something I messed up. That opacity filter was all that was holding the original code together I think haha.

____________________
Go to IT!!!


CB

Flippitty Flip
Level: 90


Posts: 2183/2280
EXP: 6970700
For next: 217909

Since: 02-01-11

From: Canadaland

Since last post: 10.5 years
Last activity: 10.3 years

Posted on 09-15-11 09:14:57 PM Link | Quote
Originally posted by legacyme3
Originally posted by CB
Woah! Leggy, your entire layout is completely white now.


Better now? =P

I keep finding something I messed up. That opacity filter was all that was holding the original code together I think haha.


Yes I believe it was, this is much better now.

____________________
GO TO IT
one down, the rest of the board to go...
SunflowerGaming
User
Level: 11


Posts: 11/19
EXP: 5169
For next: 816

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.4 years

Posted on 09-15-11 11:19:54 PM Link | Quote
Oh okay, thanks Joe for the help. I appreciate it.

____________________

Joe
Common spammer
🍬
Level: 111


Posts: 2309/3392
EXP: 14488393
For next: 379967

Since: 08-02-07

From: Pororoca

Since last post: 2 days
Last activity: 23 min.

Posted on 09-16-11 12:53:08 AM Link | Quote
No problem, I love poking at code.

____________________
Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 2139/3030
EXP: 12245386
For next: 16874

Since: 07-21-07

From: Sweden

Since last post: 273 days
Last activity: 8 hours

Posted on 09-16-11 09:13:03 AM Link | Quote
Ah yes, now that's much better.

____________________
SunflowerGaming
User
Level: 11


Posts: 14/19
EXP: 5169
For next: 816

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.4 years

Posted on 09-16-11 11:36:22 PM Link | Quote
Thanks Joe, I don't know coding for the life of me. I really appreciate your help. You rock!

____________________

Pages: 1 2 Next newer thread | Next older thread
Jul - Projects and Creations - Testing my layout 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.083706 seconds
Script execution time:  0.033637 seconds
Total render time:  0.117343 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 233 - 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 97 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 132 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 183 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 185 column 9 - Warning: missing <tr>
line 203 column 13 - Warning: missing <tr>
line 204 column 102 - Warning: unescaped & or unknown entity "&postid"
line 206 column 240 - Warning: <div> attribute with missing trailing quote mark
line 206 column 279 - Error: <left> is not recognized!
line 206 column 279 - Warning: discarding unexpected <left>
line 209 column 737 - Warning: discarding unexpected </center>
line 209 column 746 - Error: <left> is not recognized!
line 209 column 746 - Warning: discarding unexpected <left>
line 210 column 764 - Warning: discarding unexpected </font>
line 210 column 771 - Warning: discarding unexpected </font>
line 210 column 778 - Warning: discarding unexpected </center>
line 210 column 787 - Warning: discarding unexpected </i>
line 210 column 791 - Warning: missing </i> before <center>
line 210 column 802 - Warning: inserting implicit <i>
line 210 column 794 - Warning: missing </center>
line 206 column 240 - Warning: missing </div>
line 210 column 820 - Warning: discarding unexpected </div>
line 210 column 826 - Warning: discarding unexpected </font>
line 210 column 833 - Warning: discarding unexpected </td>
line 210 column 838 - Warning: discarding unexpected </td>
line 210 column 862 - Warning: discarding unexpected </div>
line 210 column 868 - Warning: discarding unexpected </div>
line 210 column 874 - Warning: discarding unexpected </td>
line 212 column 9 - Warning: discarding unexpected </div>
line 215 column 9 - Warning: missing <tr>
line 233 column 13 - Warning: missing <tr>
line 234 column 102 - Warning: unescaped & or unknown entity "&postid"
line 234 column 27 - Warning: missing </nobr> before </table>
line 242 column 9 - Warning: missing <tr>
line 260 column 13 - Warning: missing <tr>
line 261 column 102 - Warning: unescaped & or unknown entity "&postid"
line 261 column 27 - Warning: missing </nobr> before </table>
line 263 column 240 - Warning: <div> attribute with missing trailing quote mark
line 263 column 279 - Error: <left> is not recognized!
line 263 column 279 - Warning: discarding unexpected <left>
line 264 column 484 - Warning: missing </font> before <blockquote>
line 264 column 516 - Warning: inserting implicit <font>
line 264 column 516 - Warning: missing </font> before <hr>
line 264 column 588 - Warning: inserting implicit <font>
line 264 column 588 - Warning: missing </font> before <hr>
line 265 column 1 - Warning: inserting implicit <font>
line 270 column 1013 - Warning: discarding unexpected </center>
line 270 column 1022 - Error: <left> is not recognized!
line 270 column 1022 - Warning: discarding unexpected <left>
line 268 column 898 - Warning: missing </font> before </table>
line 271 column 1040 - Warning: discarding unexpected </font>
line 271 column 1047 - Warning: discarding unexpected </font>
line 271 column 1054 - Warning: discarding unexpected </center>
line 271 column 1063 - Warning: discarding unexpected </i>
line 271 column 1067 - Warning: missing </i> before <center>
line 271 column 1078 - Warning: inserting implicit <i>
line 271 column 1070 - Warning: missing </center>
line 263 column 240 - Warning: missing </div>
line 271 column 1096 - Warning: discarding unexpected </div>
line 271 column 1102 - Warning: discarding unexpected </font>
line 271 column 1109 - Warning: discarding unexpected </td>
line 271 column 1114 - Warning: discarding unexpected </td>
line 271 column 1138 - Warning: discarding unexpected </div>
line 271 column 1144 - Warning: discarding unexpected </div>
line 271 column 1150 - Warning: </td> isn't allowed in <body> elements
line 116 column 9 - Info: <body> previously mentioned
line 271 column 1150 - Warning: discarding unexpected </td>
line 272 column 9 - Warning: discarding unexpected </table>
line 273 column 9 - Warning: discarding unexpected </div>
line 276 column 9 - Warning: missing <tr>
line 294 column 13 - Warning: missing <tr>
line 295 column 102 - Warning: unescaped & or unknown entity "&postid"
line 295 column 27 - Warning: missing </nobr> before </table>
line 305 column 9 - Warning: missing <tr>
line 323 column 13 - Warning: missing <tr>
line 324 column 102 - Warning: unescaped & or unknown entity "&postid"
line 324 column 27 - Warning: missing </nobr> before </table>
line 326 column 74 - Warning: <style> isn't allowed in <td> elements
line 326 column 9 - Info: <td> previously mentioned
line 341 column 9 - Warning: missing <tr>
line 359 column 13 - Warning: missing <tr>
line 360 column 102 - Warning: unescaped & or unknown entity "&postid"
line 360 column 27 - Warning: missing </nobr> before </table>
line 362 column 240 - Warning: <div> attribute with missing trailing quote mark
line 362 column 279 - Error: <left> is not recognized!
line 362 column 279 - Warning: discarding unexpected <left>
line 363 column 422 - Warning: missing </font> before <blockquote>
line 363 column 454 - Warning: inserting implicit <font>
line 363 column 454 - Warning: missing </font> before <hr>
line 364 column 1 - Warning: inserting implicit <font>
line 364 column 1 - Warning: missing </font> before <hr>
line 365 column 1 - Warning: inserting implicit <font>
line 368 column 1066 - Warning: discarding unexpected </center>
line 368 column 1075 - Error: <left> is not recognized!
Tidy found 484 warnings and 10 errors! Not all warnings/errors were shown.

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