No problem! Just add this { height: 640px!important; }You might have to fiddle with the value a bit.
You're quite welcome, glad I could be of service! :)
Whew! My angle brackets had changed to that weird gibberish, but the fix... fixed them, hehe. And for some reason the content was hidden way up off the top of the screen, so I followed a suggestion by to shove it back down into place and that worked perfectly.
Would the new updates affect how the [* img ] code works? Like would it be the cause of the "(Invalid image)" popping up where the image is suppose to be?
I have spoilers on Post-Mortem's profile to keep track of the zombie strains and the "(Invalid image)" shows where the HA should be. Its the only coding on his profile and worked just fine until all the layout and coding standard changes as far as I know.
(Edit because I'm an idiot)
Glad that it helped!
What code do you mean exactly? Could you put your code between code-tags please, so I can take a look at it?
Zombie Strain VIP Matchup
Ignore the ** next to some match-ups. That's me keeping track of what I already have.
[spoiler=2009]
Virus = Classic (8 stages)
Love Bug = Romantic,Flushed (8 stages)
2010
Eyesore = Eyecatching (6 stages)
Freckle Fever = Aura,Joy (6 stages)
Butterfly Bruise = Growth (6 stages)**
2011
Bindi Bite = Mythical,Sharp (8 stages)
Brain Rot = Thoughtful,Dark (8 stages)
Naughty Nip = Soft,Tactile (8 stages)
Heart Burn = Heartwarming (8 stages)**
Faceworm = Light,Jagged (8 stages)
2012
Pinkie Patch = Saccharine (8 stages)
Blistered Hearts = Revealing,Organic (8 stages)
Dolly Dreadful = Playful,Whimscial (8 stages)
Lobster Face = Natural,Earthy (7 stages)
Crack Head = Statuesque,Stately (8 stages)
The Baker's Kiss = Sweet,Sticky (8 stages)
2014
2014 strains were originally temporary strains received from drinking a vial obtained from Bubbles after completing a quest for him.
Stinging Vial = Armor? (4 stages)
Lotus Vial = Space (4 stages)
Creeping Vial = Smile (4 stages)
Bulbous Vial = Erubescent? (4 stages)
Vaguely Sticky Vial = Glutinous? (4 stages)
2015
Fungus = Luminescent (8 stages)
Bubble Jelly = Shocking,Enveloping (8 stages)
Angler = Coastal,Refreshing (8 stages)
Death Worms = Fulfillment (8 stages)
Death Slug = Tropical,Daring (8 stages)**
Carchari = Powerful,Independent (8 stages)
2016
Bright Bite = Glowing (8 stages)
Blood Rush = Enamored (8 stages)
Doom Bloom = Exuberant (8 stages)
Barnankles = Clasping (8 stages)
2017
Hive Mind = Healing
Ant Agony = Sporous
Clusterflux = Dissolving
Caterkiller = Encompassing
[/spoiler]
I suck at explaining things, sorry. :c Its just a bunch of spoilers and image code. Like when I view the actual profile and open the spoilers I see "(Invalid img) Virus = Classic (8 stages)**" instead of the image of the HA. Have you seen this issue pop up before?
I also had no idea where to ask about this ._.
[Edit]
Edit to say that these are not in my actual code when I go to the pet's edit description page. [spoilertitle] and [spoilercontent]
I've tried it and the issue seems to be with the sCode processor not recognising the tinyurl link as an actual image, because it works if I use the original image's URL. You might want to report this in the P&B board or file a ticket for it, I'm not sure what's the most appropriate. Sorry that I can't help more with this!
I remember Bug posting somewhere that the new sCode processor was stricter that its predecessor. Maybe this is one if its quirks. I'll try posting on that board about it. Thank you for taking a look! :)
You're welcome and again, sorry that I can't help more :(
Several of my older pets's profiles are broken in some way or another... I will go through them one at a time so I don't overwhelm you. First up is Maizy. Her profile and everything is showing up fine now, it's just her TC that's missing.
SPOILER (click to toggle)
<style>
body {
background-color: transparent;
background-image: url(http://i598.photobucket.com/albums/tt62/smyl123/maizy.png);
background-position: top left;
background-repeat: no-repeat;
width: 1100px;
height: 800px;
}
html { background-color: ; }
{ width: 216px; height: 313px; position: absolute; top: 150px; left: 487px; padding: 0px; border: 0px} { width: 200px; height: 200px; background-image: url(http://i5.photobucket.com/albums/y156/tigercub45/o1_1480-1.png); background-position: top left; background-repeat: no-repeat; margin-left: auto; margin-right: auto; margin-top: 10px; border: 1px solid } { width: 220px; height: 384px; overflow: auto; position: absolute; top: 284px; left: 752px; padding: 5px; }
{ width: 105px; position: absolute; top: 137px; left: 810px; padding-top: 15px;}
{ width: 240px; height: 175px; overflow: auto; position: absolute; top: 503px; left: 468px; text-align: center; padding: 2px; border: 0px }
.treasure_item_name { display: none; }
.treasure_item img { width: 60px; height: 60px; padding: 1px; border: 1px solid ; }
.treasure_item { margin: 4px;height: 64px; }
.treasure_item img {border: 1px solid ; padding:2px} .treasure_item img:hover, .friend_div a:hover img {border: 1px solid }
body, font, td, a, p, table, div, tr, kyu { color: ; font-family: trebuchet ms; font-size: 7pt; }
b, u, i { color: ; }
a:link, a:active, a:visited { color: ; text-decoration: none; }
a:hover { color: ; text-decoration: none; }
.pet_name { color: ; font-family: century gothic; font-size: 15pt; letter-spacing: 1px; }
, { background-color: transparent; }
{ margin-left: 0px; }
{ position: absolute; top: 0px; left: -10px; }
.pet_spotlight { margin: 0px; }
, .pet_age_info, .pet_age_info_date, .pet_wco_info, .pet_wco_info_date, h2, , , , , , , , { display: none; } </style>



It's because you have style tag opening at the end of your code. Remove that and it should be OK :)
Sweet! So after I deleted that, it messed up the first paragraph of her description. When I try to edit there, it takes the TC away again. o.o

What do you mean that it messes up the first paragraph? I'm not sure how you want it to look.
The first part of the story isn't centered or bold, even though the code is at the beginning and end of it.

Have you tried using only 1 center tag around the whole description, instead of multiple center tags?
Most of my worked-on profiles are back to how they should be after inputting Bug's fix from the OP!
All of them, except for Capt. Aileia Clariat. Half of her background appears to have vanished, and inputting Bug's fix DID manage to fix the positioning problems... aside from her minion hover-tab (which is currently slightly visible behind her overlay).
You'll need to add this body { height: 1370px!important; }That should fix it! :)
Thanks so much for that! I also managed to fix the minion tab's positioning on my own.
Ah, fixed! I guess you don't need as many tags as you used to? Anyway... do you have any suggestions for this one? I will have to sMail you the code because it's apparently too long for the post, even in the spoiler.
