Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

I have an index page that does not correctly load css, but css works on all other pages in the site.

  • 3 válasz
  • 2 embernek van ilyen problémája
  • 3 megtekintés
  • Utolsó üzenet ettől: cor-el

more options

http://www.boulderridgecondos.com/ does not load the css correctly, but ALL other pages in the site do load the css correctly. There is nothing different (that I can identify) between the pages. http://www.boulderridgecondos.com/news.htm

I am guessing that there is something wrong in the css, I inherited this site and have gone over the css but can't find a issue that would cause this to occur.

Any help or suggestions to research something would be appreciated.

http://www.boulderridgecondos.com/ does not load the css correctly, but ALL other pages in the site do load the css correctly. There is nothing different (that I can identify) between the pages. http://www.boulderridgecondos.com/news.htm I am guessing that there is something wrong in the css, I inherited this site and have gone over the css but can't find a issue that would cause this to occur. Any help or suggestions to research something would be appreciated.

Kiválasztott megoldás

That page is saved as UTF-16 (Content-Type: text/html (BOM UTF-16, litte-endian)) in your text editor. The CSS file is send as ISO-8859-1. Firefox likes to see all files in the same encoding. The other pages are send as ISO-8859-1 and thus use that CSS file. You will have to re-save that page as ISO-8859-1 and upload that corrected version.

Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (3)

more options

Kiválasztott megoldás

That page is saved as UTF-16 (Content-Type: text/html (BOM UTF-16, litte-endian)) in your text editor. The CSS file is send as ISO-8859-1. Firefox likes to see all files in the same encoding. The other pages are send as ISO-8859-1 and thus use that CSS file. You will have to re-save that page as ISO-8859-1 and upload that corrected version.

more options

Thanks, I actually resaved the file as UTF-8, not sure how that got changed, but it fixed the problem.

Módosította: marc11h,