Replies

Feb 9, 2018 8 years ago
heARSE
is HUMERUS
User Avatar
Thing

Like everyone else, I've had some issues with profile coding. While I was able to fix everyone else's, two of them have been giving me some issues. One of the pets is due for a new profile anyway, but the other, Maw, is a pet spotlight winner and I'm very fond of his profile.

Like most everyone else, all his content (text, minion, treasure, etc) have shifted to the left of the page and oddly enough his background is no longer displaying properly (it's got a solid white bar down the middle that I can't seem to figure out how to disable).

This is his current code:

<style> body,html { background: url(http://i56.tinypic.com/168bg1s.png) no-repeat;} body,font,td,a,p,table,div,tr{ color: ; font-family:verdana; font-size:9px; text-decoration:none; text-transform:none;} b{color: ;} a:active, a:link, a:visited { font-size:9px; color: ; text-transform: none; text-decoration: none;} a:hover { font-size:9px; color: ; text-transform: none; text-decoration: none;} h1 { font:bold 16px tahoma; color:; border-bottom:3px solid ; padding:0px 3px; margin-bottom:2px; letter-spacing:2px; height:12px; text-shadow: 1px 1px 1px;} h2 { font:bold 16px tahoma; color:; border-bottom:3px solid ; padding:0px 3px; margin-bottom:2px; letter-spacing:2px; height:12px; text-shadow: 1px 1px 1px;} h2 {display:none;} h1 {display:none;} {display:none;} { position: absolute; top: 475px; left: 520px;} { display:none;} { position:absolute; top:407px; left:-80px; width:150px;} {display:none;} { position: absolute; left: 120px; top: 170px; width:363px; height:252px; overflow:hidden; border:0px solid white;} :hover { overflow:auto;} { position: absolute; left: 120px; top: 490px; width:363px; height:252px; overflow:hidden; border:0px solid white;} :hover { overflow:auto;} { position:absolute; left: -105px; top: 192px; width:185px; height:171px; overflow:hidden; border:0px solid white;} :hover { overflow:auto;} { position:absolute; width: 393px; left: 100px; top: 793px; height: 97px; overflow:auto; border: 0px solid black; margin-right: auto;} .treasure_item { margin-top:5px; margin-left: 5px !important;} {display:none;} .stat {display:none;} .statbar {display:none;} .pet_age_info_date, .pet_age_info, .pet_wco_info, .pet_wco_info_date {display:none;} , , -ban, -ban-main, -lrc, -rrc {display:none;} , -right, , , , , -container, {display:none;} , , body, , , {background-color:transparent;} </style>

Any help is greatly appreciated as I am completely stumped. I'm sure it's something really simple and I'll facepalm once it's told to me, but at this point I just can't seem to find it myself. xP

Feb 9, 2018 8 years ago
Hongske
is lost in space
User Avatar

Hi there, I can't see any background at all? Also, can you please provide a screenshot of what it's supposed to look like?

Feb 9, 2018 8 years ago
heARSE
is HUMERUS
User Avatar
Thing

body,html { background: url(http://i56.tinypic.com/168bg1s.png) no-repeat;}

First line of code contains his background. The issue being that the image isn't showing up at all. This is his background image. The two largest containers of content go in the top right and bottom right boxes of the background. The minion should be in the bottom left box and a third set of content (that you can no longer see on the screen) should be in the top left box.

Unfortunately, I do not have a screenshot of it displaying properly.

Feb 9, 2018 8 years ago
Hongske
is lost in space
User Avatar

You might have to fiddle around with the positioning some more to get it exactly like you want it, but try this html { background: ; } body { background: url(http://i56.tinypic.com/168bg1s.png) no-repeat;}

body,font,td,a,p,table,div,tr{ color: ; font-family:verdana; font-size:9px; text-decoration:none; text-transform:none;}

{ background: transparent; height: 869px!important; margin-left: 95px;}

b{color: ;}

a:active, a:link, a:visited { font-size:9px; color: ; text-transform: none; text-decoration: none;}

a:hover { font-size:9px; color: ; text-transform: none; text-decoration: none;}

h1 { font:bold 16px tahoma; color:; border-bottom:3px solid ; padding:0px 3px; margin-bottom:2px; letter-spacing:2px; height:12px; text-shadow: 1px 1px 1px;}

h2 { font:bold 16px tahoma; color:; border-bottom:3px solid ; padding:0px 3px; margin-bottom:2px; letter-spacing:2px; height:12px; text-shadow: 1px 1px 1px;}

h2 {display:none;} h1 {display:none;} {display:none;}

{ position: absolute; top: 475px; left: 720px;}

{ display:none;}

{ position:absolute; top:407px; left:0; width:150px;}

{display:none;}

{ position: absolute; left: 205px; top: 170px; width:363px; height:252px; overflow:hidden; border:0px solid white;}

:hover { overflow:auto;}

{ position: absolute; left: 205px; top: 490px; width:363px; height:252px; overflow:hidden; border:0px solid white;}

:hover { overflow:auto;}

{ position:absolute; left: 0; top: 222px; width:185px; height:171px; overflow:hidden; border:0px solid white;}

:hover { overflow:auto;}

{ position:absolute; width: 393px; left: 180px; top: 793px; height: 97px; overflow:auto; border: 0px solid black; margin-right: auto;}

.treasure_item { margin-top:5px; margin-left: 5px !important;}

, .stat, .statbar, .pet_age_info_date, .pet_age_info, .pet_wco_info, .pet_wco_info_date, , , -ban, -ban-main, -lrc, -rrc, , -right, , , , , -container, {display:none;} , , body, , , {background-color:transparent;}

Feb 10, 2018 8 years ago
heARSE
is HUMERUS
User Avatar
Thing

Thanks so much! That did help a lot!

Now the only "issue" I'm running into is how it displays on my laptop and phone?

Right now on my laptop it looks like this. Edit: To clarify, this is if I scroll down to view the rest of the page. Not just what it looks like. I'm just wondering why it cuts off part of the background until I zoom out.

If I zoom out (to about 50%) or view the page on my phone, it looks like this:

Any idea on how to solve this issue? When it displayed properly before, it was like the second view, just without the horizontal scrollbar (and without me having to zoom out). I'm not sure which area of the code might tweak this part.

Feb 10, 2018 8 years ago
ibook
is one for the books
User Avatar
Moopoo

, take out this:

html { background: ; } body { background: url(http://i56.tinypic.com/168bg1s.png) no-repeat;}

and replace it with this:

body { background-image: url(http://i56.tinypic.com/168bg1s.png); background-repeat: no-repeat; background-position: top left; background-color: ;}

let me know if it works.

forum image by
if you know where i can credit to them now, please let me know

[tot=ibook]

Feb 10, 2018 8 years ago
Hongske
is lost in space
User Avatar

That code is rather redundant, because the background-position is top left by default. The rest of the code is the same as the one that already had, except that if you remove the code for setting the html's background color then the dark background won't cover the whole page

Can you pass along your screen dimensions for your laptop and phone? That way I know what to check for :)

Feb 11, 2018 8 years ago
heARSE
is HUMERUS
User Avatar
Thing

Oh wow that fixed it immediately! Thank you!

It's actually working now. :D Thank you so much for your help as well!

Feb 11, 2018 8 years ago
Hongske
is lost in space
User Avatar

Strange, it looks pretty much the same as your existing code? Glad that it's fixed though

My apologies if I appeared to be rude! Reading over my last post gave myself that impression :(

Please log in to reply to this topic.