<?php
$result = dbquery("SELECT * FROM ".$db_prefix."forums WHERE forum_cat='0' AND forum_name LIKE '%GOTHAM CITY HALL%'");
while ($row=dbarray($result)){
echo "Forum_id is ".$row['forum_id']."<br />";
}
?>
Quote
Line 23 column 889: end tag for "TABLE" omitted, but its declaration does not permit this.
Quote
Line 23 column 950: document type does not allow element "TD" here.
Quote
Line 24 column 53: start tag for "TR" omitted, but its declaration does not permit this.
Quote
Line 25 column 816: start tag for "TR" omitted, but its declaration does not permit this.
Quote
Line 50 column 817: start tag for "TR" omitted, but its declaration does not permit this.
Quote
kejonn wrote:
Yes, but his site has way too many missing closing tags, I saw at least 3 instances of missing </table> tags. That will hurt you in anything BUT FF and IE.
Quote
Digitanium wrote:
You can reset the forum orders in forum admin, look for the Refresh Forum Ordering link at the bottom of the page.
Quote
My sites have the same problem. All I did was install 6.01.3 and several mods, I get the mods to work properly then some one mentions W3C site, and my whole page is out of wack, according to it! [the pages are broken in Safari and Netscape!]
How does one figure out what file is causing the problem?
Quote
kejonn wrote:
How does one figure out what file is causing the problem?
As Digi and Quartzkyte stated, mods are usually the culprit. I was just visiting BadBoy's page (www.googlecityforums.com) in Opera and his site does the exact same thing as BYTB's. Somewhere along the line they both have the same mod(s) rendering very poor HTML and inly IE and FF will display these sites. All of the rest of the browsers tend to be much fussier about good markup - thus the reason IE and FF have the market share. "Don't have time to write well formed HTML? That's OK, Mozilla and MS will take care of you".
Pewww, it stinks out there!
Category Forum
Bugs and Errors - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions