Thread text change issue.

I think you've missed a backslash off your bold HTML tag.

Line 78 from the linked page above:

Rich (BB code):
<div class="baseHtml noticeContent"><center><iframe src="http://mineprotect.com/publicapi/servercount.php?ip=pvp.craftgasm.net&port=25565" scrolling="no" frameborder="0" height="30px" width="500px" allowtransparency="true"></iframe><br><font size="2px"><b><i>Join IP </font><font size="2px" color="blue">play.craftgasm.net</i><b></font></center></div>

Should probably be:

Rich (BB code):
<div class="baseHtml noticeContent"><center><iframe src="http://mineprotect.com/publicapi/servercount.php?ip=pvp.craftgasm.net&port=25565" scrolling="no" frameborder="0" height="30px" width="500px" allowtransparency="true"></iframe><br><font size="2px"><b><i>Join IP </font><font size="2px" color="blue">play.craftgasm.net</i></b></font></center></div>

Cheers,
Shaun :D
 
I think you've missed a backslash off your bold HTML tag.

Line 78 from the linked page above:

Rich (BB code):
<div class="baseHtml noticeContent"><center><iframe src="http://mineprotect.com/publicapi/servercount.php?ip=pvp.craftgasm.net&port=25565" scrolling="no" frameborder="0" height="30px" width="500px" allowtransparency="true"></iframe><br><font size="2px"><b><i>Join IP </font><font size="2px" color="blue">play.craftgasm.net</i><b></font></center></div>

Should probably be:

Rich (BB code):
<div class="baseHtml noticeContent"><center><iframe src="http://mineprotect.com/publicapi/servercount.php?ip=pvp.craftgasm.net&port=25565" scrolling="no" frameborder="0" height="30px" width="500px" allowtransparency="true"></iframe><br><font size="2px"><b><i>Join IP </font><font size="2px" color="blue">play.craftgasm.net</i></b></font></center></div>

Cheers,
Shaun :D
my dear god you've fixed it. Thanks for the help guys. I forgot the backslash so it was wrapping everything... Awesome it's fixed!
 
Top Bottom