Danaldinho
|
ErrorsNick, Could You Help Me With A Few Errors Please On My Forum
Heres One:
Error Line 299, column 80: start tag for "TR" omitted, but its declaration does not permit this .
...nter" valign="middle" nowrap="nowrap"><span class="mainmenu"> <a href="f
Does It Mean, That I Need To Add A <tr> Tag In There
Thanks
|
admin(Nick_NR)
|
checking the source and error report, you haven't closed one of the td tags.
*Make a backup of your overall_header in it's current state before doing this*
Find this in your overall_header and remove it:
| Code: | <table width="780px" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="middle"><img src="templates/myfa_manunitedfansforum3/images/top.gif" border="0" alt="Manchester United Fans Forum">
<table class="topmenunav" width="100%" border="0" cellpadding="2" cellspacing="0">
<td height="34" align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu">FAQ</a> <a href="search.php" class="mainmenu">Search</a> <a href="memberlist.php" class="mainmenu">Memberlist</a> <a href="groupcp.php" class="mainmenu">Usergroups</a>
<a href="profile.php?mode=register" class="mainmenu">Join! (free) </a>
</span>
<td height="34" align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu">Profile</a> <a href="privmsg.php?folder=inbox" class="mainmenu">Log in to check your private messages</a> <a href="login.php" class="mainmenu">Log in</a> </span></td>
</tr>
</table></td>
</tr>
</table>
<p align="center"> |
and insert this in it's place
| Code: | <table width="780px" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td colspan="2"align="center" width="100%" valign="middle"><img src="templates/myfa_manunitedfansforum3/images/top.gif" border="0" alt="Manchester United Fans Forum"></td>
</tr>
<tr class="topmenunav" width="100%" border="0" cellpadding="2" cellspacing="0">
<td height="34" align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="faq.php" class="mainmenu">FAQ</a> <a href="search.php" class="mainmenu">Search</a> <a href="memberlist.php" class="mainmenu">Memberlist</a> <a href="groupcp.php" class="mainmenu">Usergroups</a> <a href="profile.php?mode=register" class="mainmenu">Join! (free)</a></span></td>
<td height="34" align="center" valign="middle" nowrap="nowrap"><span class="mainmenu"><a href="profile.php?mode=editprofile" class="mainmenu">Profile</a> <a href="privmsg.php?folder=inbox" class="mainmenu">Log in to check your private messages</a> <a href="login.php" class="mainmenu">Log in</a></span></td>
</tr>
</table>
</td>
</tr>
</table>
<p align="center"> |
Should do the trick.
|
Danaldinho
|
Nick, I Followed What You Said And It Didn't Work
There Was 69 Errors And When I Did It There Became 79 Errors
And It Made My Forums Index Page Go Weird For Some Reason
|
admin(Nick_NR)
|
If your back to your original code, put the in just after your logo's image code:
so it should look like this:
| Code: | <td align="center" width="100%" valign="middle"><img src="templates/myfa_manunitedfansforum3/images/top.gif" border="0" alt="Manchester United Fans Forum">
</td>
</tr>
</table> |
|
Danaldinho
|
I'm Sorry Nick, And I Bet You Feel I'm A Right Idiot And A Pain
But I Tried That With Both Codes And It Still Didnt Work For Some Reason
|
Danaldinho
|
Nick If You Go Onto My Forum: http://manunitedfansforum.myfanforum.org/
And Log In
You Will See The Template And How It Looks
|
admin(Nick_NR)
|
Firstly the original code should've word perfectly, secondly your login link is wrong as I can't logout and this was transfered code that YOU provided and I can't do nothing to sort it without admin rights of which I can't understand why you removed in the first place without even telling me?
This is also an example of why I don't do page error support, further more this is support for portals, under the section title of General Support it goes on to inform you of this:
Anything your having trouble with regarding the appearance of portals on forums can be solved here.
PORTALS being choice word. I can however sort this, but not externally as I need to test live and tweak, good thing it's now the weekend.
|
Danaldinho
|
I'm Sorry Nick, But You Seem To Be The Only Person Who Helps Me Now You See
Should I Just Leave This Topic Alone Now And Tell You By PM (Only If Your Interested) And Your Admin Again
|
|
|