Okay yesterday I had over 400+ validation errorstoday I have 8 left after fixing all the ones I can.
Can you have a look and see if you can work these ones out:
[Invalid] Markup Validation of http://www.gamerzneeds.net/forums/ - W3C Markup Validator
also I think I have a missing table tag or something wrong here, because my skin looks good when logged in, but when logged out I have a problem like a missing table tag:
See if you can find anything wrong, because I cant seem to see it as i'm still learning.Code:<!-- top --> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="27"><img src="$stylevar[imgdir_misc]/forumtitle_left.gif" width="27" height="29" alt="" /></td> <td class="tcat" style="background: url($stylevar[imgdir_misc]/forumtitle_bg.gif) top left repeat-x;"> <a rel="nofollow" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> </td> <td width="36"> <if condition="$childforumbits"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_misc]/forumtitle_right{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> </td> </tr> </table> <!-- /top --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[outertablewidth]" align="center"> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <tr align="center"> <td class="thead" width="6%"> </td> <td class="thead" width="52%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="30%">$vbphrase[last_post]</td> <td class="thead" width="6%">$vbphrase[threads]</td> <td class="thead" width="6%">$vbphrase[posts]</td> <if condition="$vboptions[showmoderatorcolumn]"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> $childforumbits </if> </tbody> </table>
Thanks for any help, really appreciate it![]()



LinkBack URL
About LinkBacks
today I have 8 left after fixing all the ones I can.






Reply With Quote
