Log in

View Full Version : HTML Bug


FallenMemory
09-08-2010, 11:17 PM
Hey guys, I had a quick question on my forum; We just upgraded to 4.0.6 and we are now experiencing problems with the descriptions of the forums.

1. http://i884.photobucket.com/albums/ac48/Veritos13/wwwanimehavennetscreencapture2010-9-8-20-5-46.png

The first of the forums are not bolded and neither are the thread titles.

2. http://i884.photobucket.com/albums/ac48/Veritos13/Bolded.png

And now the bottom two and the rest of the forum are appearing bolded and so are the thread titles.

Here is my site: http://www.animehaven.net/forum

If you can help, that would be great!

final kaoss
09-08-2010, 11:55 PM
apply bold tags & see what happens

<div class="datacontainer">
<b> </b><div class="titleline">
<b> </b><h2 class="forumtitle"><b><a href="forumdisplay.php?11-Introductions&amp;">Introductions</a></b></h2>
<b>
</b></div>
<b> </b><p class="forumdescription"><b>We want to hear from you, our new members. Let us know some more about you to break the ice!</b></p>

<b>




</b></div>

















<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="forumdisplay.php?22-Meet-the-Staff&amp;">Meet the Staff</a></h2>

</div>
<p class="forumdescription">Here, you can learn more about our staff members.</p>

FallenMemory
09-09-2010, 12:45 AM
apply bold tags & see what happens

<div class="datacontainer">
<b> </b><div class="titleline">
<b> </b><h2 class="forumtitle"><b><a href="forumdisplay.php?11-Introductions&amp;">Introductions</a></b></h2>
<b>
</b></div>
<b> </b><p class="forumdescription"><b>We want to hear from you, our new members. Let us know some more about you to break the ice!</b></p>

<b>




</b></div>

















<div class="datacontainer">
<div class="titleline">
<h2 class="forumtitle"><a href="forumdisplay.php?22-Meet-the-Staff&amp;">Meet the Staff</a></h2>

</div>
<p class="forumdescription">Here, you can learn more about our staff members.</p>


Could you please clarify a little?