Websites look wrong: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (Added where to find Firefox cookies option)
(Moved link to problematic extensions to the Intro, added subheadins, added more article links for "Common problems and solutions")
Line 1: Line 1:
A website may look wrong for many reasons. The website may not follow [http://en.wikipedia.org/wiki/Web_standards Web standards] or the problem may be related to your browser settings or configuration, a Firefox/Mozilla Suite bug, or extensions or programs that are blocking web content.  If you don't find an answer below, look through all articles related to web page display, listed [[:Category:Page display | here]].  
A website may look wrong for many reasons. The website might not follow [http://en.wikipedia.org/wiki/Web_standards web standards] and use code that works in Internet Explorer but causes display problems in Firefox or other Mozilla browsers.  The problem may also be related to your browser settings or configuration, a Firefox/Mozilla Suite bug, a [[Problematic extensions | problematic extension]] or another program (such as an internet firewall) that is blocking web content.  If you don't find an answer below, look through all articles related to web page display, listed [[:Category:Page display | here]].  


These articles provide more information and contain solutions to common website problems:
==Common problems and solutions==
These articles contain solutions and provide more information about some common website problems and page display issues:
* [[Images or animations don't load | Images or animations don't load or look wrong]]
* [[Images or animations don't load | Images or animations don't load or look wrong]]
* [[Website colors are wrong]]
* [[Website colors are wrong]]
* [[Problematic extensions]]
* [[Page displays as gibberish]]
* [[Video or audio doesn't play]]
* [[Opening files using plugins]]
* [[Error loading some websites]]
* [[Error loading some websites]]
Other solutions:
 
==Other solutions==
* In Firefox, go to Go to "View -> Page style" and change "No Style" (in Mozilla Suite, "View -> Use Style"  and change "Basic Page Style") to whatever is there if it's not already checked.  Conversely, websites designed with faulty CSS ([http://en.wikipedia.org/wiki/Cascading_Style_Sheets Cascading Style Sheets]) can cause page display problems with things like font, color and layout.  In such cases, using the "No Style" or basic setting may allow page content not otherwise viewable to be displayed, using only the HTML layout [http://www.jsware.net/jsware/foxtips.php3#ssp].   
* In Firefox, go to Go to "View -> Page style" and change "No Style" (in Mozilla Suite, "View -> Use Style"  and change "Basic Page Style") to whatever is there if it's not already checked.  Conversely, websites designed with faulty CSS ([http://en.wikipedia.org/wiki/Cascading_Style_Sheets Cascading Style Sheets]) can cause page display problems with things like font, color and layout.  In such cases, using the "No Style" or basic setting may allow page content not otherwise viewable to be displayed, using only the HTML layout [http://www.jsware.net/jsware/foxtips.php3#ssp].   
*Sometimes [[incremental reflow bugs]] or layout problems on a specific page can be fixed by forcing a page reflow.  This can be as simple as changing the font size of the page, resizing the window, toggling the page style or reloading the page. (A common example, the bottom portion of some Microsoft kb articles are cut off  [http://groups.google.com/group/mozilla.support.firefox/browse_thread/thread/3fe80221122c2605/1ffae3c7f79aeccb?q=Mozilla+CSS+%22microsoft+kb%22&hl=en&])  
*Sometimes [[incremental reflow bugs]] or layout problems on a specific page can be fixed by forcing a page reflow.  This can be as simple as changing the font size of the page, resizing the window, toggling the page style or reloading the page. (A common example, the bottom portion of some Microsoft kb articles are cut off  [http://groups.google.com/group/mozilla.support.firefox/browse_thread/thread/3fe80221122c2605/1ffae3c7f79aeccb?q=Mozilla+CSS+%22microsoft+kb%22&hl=en&])  

Revision as of 12:34, 15 June 2006

A website may look wrong for many reasons. The website might not follow web standards and use code that works in Internet Explorer but causes display problems in Firefox or other Mozilla browsers. The problem may also be related to your browser settings or configuration, a Firefox/Mozilla Suite bug, a problematic extension or another program (such as an internet firewall) that is blocking web content. If you don't find an answer below, look through all articles related to web page display, listed here.

Common problems and solutions

These articles contain solutions and provide more information about some common website problems and page display issues:

Other solutions

  • In Firefox, go to Go to "View -> Page style" and change "No Style" (in Mozilla Suite, "View -> Use Style" and change "Basic Page Style") to whatever is there if it's not already checked. Conversely, websites designed with faulty CSS (Cascading Style Sheets) can cause page display problems with things like font, color and layout. In such cases, using the "No Style" or basic setting may allow page content not otherwise viewable to be displayed, using only the HTML layout [1].
  • Sometimes incremental reflow bugs or layout problems on a specific page can be fixed by forcing a page reflow. This can be as simple as changing the font size of the page, resizing the window, toggling the page style or reloading the page. (A common example, the bottom portion of some Microsoft kb articles are cut off [2])
  • Clear your cache and cookies in Firefox "Privacy" options (under "Cache" and "Cookies" ) or in Mozilla Suite preferences (under "Advanced -> Cache" and "Privacy & Security -> Cookies -> Cookie Manager").
  • The page may require cookies or popup windows. In Firefox, enable cookies in the Privacy options and enable popup windows under Content (Web Features in 1.0.x). In Mozilla Suite, these preference settings are under "Privacy & Security -> "Popup Windows" and "Cookies". Also check for related settings in your internet security software.
  • Many websites need JavaScript to work correctly and some require Java. Make sure these features are enabled in your browser settings and are not being blocked by an extension or by your internet security software.
  • Install a user agent spoofer, such as the User Agent Switcher extension, to make the web site think you are using a different browser.

If the website doesn't work in Firefox or Mozilla Suite by design, the best long term solution is to respectfully ask the website developer if they can make their page work in Firefox/Mozilla Suite. For help on doing this, see the Tech Evangelism project page.

Possible solutions for website developers

  • Ensure your code completely or nearly validates to W3 specifications. Use the HTML Validator and the CSS Validator to find errors in your website.
  • Check the JavaScript Console for errors and warnings.
  • Post in the Web Development forum at mozillaZine to get help with your site.