Replies

Jan 20, 2018 8 years ago
Nidoqueen
is all dressed up and naked
User Avatar
Gypheous

I Corinthians is the only one afflicted, yet her code is the exact same that I use on other pets (see Behind, Ghostly Adam, Controller for examples). I had the square brackets where the ellipses are yet when I switched them out until they fix the problem it still didn't fix her page.

I'm at a loss as I have no idea how to bring it back. I've tried cutting out the pet description, saving it as blank, and then putting it back on there yet nothing seems to work.

Nidoqueen is better at defense than offense.  
With scales like armor, this PoKéMoN will shield 
its children from any kind of attack.
❞   

Jan 20, 2018 8 years ago
Hongske
is lost in space
User Avatar

It seems to me like you forgot to put the CSS code between the style tags, so could you check that please? If that's not the case, can you post your code so I can check?

Jan 21, 2018 8 years ago
Nidoqueen
is all dressed up and naked
User Avatar
Gypheous

Yea, that's what it looks like but they're there, I assure you.

SPOILER (click to toggle)
Quote
</p>
&lt;style>
body, html, div, a {
font-family: verdana;
color: ;
text-align: justify;
background-color: ;
}
b {
color: ;
font-family: times;
font-size: 14pt;
letter-spacing: 2px;
}
i {
color: ;
font-family: times;
font-size: 12pt;
}
u {
color: ;
font-family: times;
font-size: 12pt;
}
img {
padding: 5px;
}
a:link, a:visited {
color: ;
font-family: rockwell;
letter-spacing: 2px;
}
a:hover {
font: rockwell;
color: ;
}
, , -ban, -ban-main, -lrc, -rrc, {
display:none;
}
, -right, , , , {
display:none;
}
, , body, , , {
background-color:transparent;
}
</style&>
&lt;style type=text/css>
h2 {
display:none;
}

{
width: 600px;
}

{
width: 600px;
margin-right: auto;
margin-left: auto;
}
.treasure_item {
margin-top:5px;
margin-left:5px;
}
&lt;/style type=text/css>
This is I Corinthians' profile
SPOILER (click to toggle)
Quote

&lt;style>
body, html, div, a {
font-family: tahoma;
color: ;
text-align: justify;
background-color: ;
}
b {
color: ;
font-family: rod;
font-size: 10pt;
letter-spacing: 2px;
}
i {
color: ;
font-family: rod;
font-size: 12pt;
}
u {
color: ;
font-family: rod;
font-size: 12pt;
}
img {
padding: 5px;
}
a:link, a:visited {
color: ;
font-family: rockwell;
letter-spacing: 2px;
}
a:hover {
font: rockwell;
color: ;
}
, , -ban, -ban-main, -lrc, -rrc, {
display:none;
}
, -right, , , , {
display:none;
}
, , body, , , {
background-color:transparent;
}
&lt;/style>
&lt;style type=text/css>
h2 {
display:none;
}

{
width: 600px;
}

{
width: 600px;
margin-right: auto;
margin-left: auto;
}
.treasure_item {
margin-top:5px;
margin-left:5px;
}
&lt;/style type=text/css>
This one is Controller's. I literally use the same ghost code template for all my pets, just swap out colors and change fonts when I'm not being lazy. OH WOW I MISSED THAT WHEN I WAS FIXING HER PAGE. Apparently an ampersand got in the style tag somehow. That might be it. x___x now i feel like i wasted your time. YUUUUP. Holy shit I can't believe I missed that, but I haven't been sleeping much lately. Thanks anyway, I figured out my dumbass mistake. I appreciate you taking the time.

Nidoqueen is better at defense than offense.  
With scales like armor, this PoKéMoN will shield 
its children from any kind of attack.
❞   

Jan 21, 2018 8 years ago
Hongske
is lost in space
User Avatar

No problem Also, I took a look at your code in the spoilers, and your ending tag for the style tag is not correct. You wrote this </style type=text/css>whereas you should end with this </style>

Jan 21, 2018 8 years ago
Nidoqueen
is all dressed up and naked
User Avatar
Gypheous

for some reason i have both forms of style tags in there. just style at the start that ends with /style and then towards 2/3 of the way down i opened back up with the prior and closed with it as well. the second set is unnecessary lol

Nidoqueen is better at defense than offense.  
With scales like armor, this PoKéMoN will shield 
its children from any kind of attack.
❞   

Jan 21, 2018 8 years ago
Hongske
is lost in space
User Avatar

Either way, you should close with /style and not with /style type= :)

Please log in to reply to this topic.