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.
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?
Yea, that's what it looks like but they're there, I assure you.
SPOILER (click to toggle)
<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&>
<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;
}
</style type=text/css>SPOILER (click to toggle)
<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;
}
</style>
<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;
}
</style type=text/css>
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>
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