PDA

View Full Version : My Forum Homepage Got Screwed Up


LearnMagicTrick
08-02-2008, 11:49 AM
Hi All,

I did some editing of my html code on my message board the other day and forgot to back up everything before I made my changes and Noticed that my page looks weird now. If you go to my homepage at : http://www.learnmagictricks.org/forum/ at the bottom of the page there should be a box around my stuff in the "what's going on?" area but somehow it got deleted and now it is all white. Can anyone help me as to how I should change the code to get back the way it was before? I currently use: Powered by vBulletin? Version 3.6.5.

Thanks.

:):)

cheat-master30
08-02-2008, 12:13 PM
Try putting a table before here:


<thead>
<tr>
<td class="tcat" colspan="2">What's Going On?</td>
</tr>
</thead>

<!-- logged-in users -->
<tbody>


--------------- Added 1217682902 at 1217682902 ---------------

Oh, and you may want to fix some validation errors, the page has about 107 HTML validation errors which makes it hard to find what the problem is...

LearnMagicTrick
08-02-2008, 12:49 PM
Thank You It Worked

cheat-master30
08-02-2008, 02:16 PM
No problem. At least you closed the table tag, otherwise that would likely screw up the page even worse...