I'm having an odd problem that just began this morning. Please forgive if this is the wrong place to post. I initially thought it was a Firefox problem, but Konqueror is having the problem as well, so here I am. If there's a better place, please let me know.
I have a website for my photography hobby. The URL is www.kendietz.com. I have it set as my home page in Firefox, and it has been working, unmodified, for months. This morning when I launched Firefox on my main system (I have two), Firefox could not load my home page, reporting that there was a missing </img> tag in my xsl stylesheet. I immediately checked the online file, and the tag is present. Actually, the <img> tag has a closing "/". Here's the actual line:
<a href="http://jigsaw.w3.org/css-validator" title="Valid CSS!"><img src="vcss.gif" height="31" width="88" title="CSS Badge" alt="valid CSS badge" /></a>
Firefox thinks the line is:
<a href="http://jigsaw.w3.org/css-validator" title="Valid CSS!"><img src="http://config.privoxy.org/send-banner?type=auto" border="0" title="Killed-vcss.gif-by-size" width="88" height="31"></a>
Konqueror also does not display the page properly, but I can't swear that it ever did. I don't know how well Konqueror supports xsl.
I have done the following:
1. Thinking a random file corruption had occurred, I replaced the file with my local copy.
2. Edited the file and re-typed the line, replacing the original line.
3. Installed IceApe, Galeon, and Epiphany web browsers via Adept. All these browsers display the website correctly.
4. Switched to my second computer and launched Firefox. It displays the website correctly.
5. Uninstalled and re-installed Firefox. Problem persists.
6. Uninstalled and re-installed Konqueror, including kmplayer-konq-plugins, konq-plugins, konqueror-nsplugins, kubuntu-desktop, and kubuntu-konqueror-shortcuts.
I can only conclude that some component that is used by Firefox has been damaged or lost. As a fairly recent Linux convert, and not a programmer, I have exhausted my troubleshooting ideas.
Any advice is appreciated.
I have a website for my photography hobby. The URL is www.kendietz.com. I have it set as my home page in Firefox, and it has been working, unmodified, for months. This morning when I launched Firefox on my main system (I have two), Firefox could not load my home page, reporting that there was a missing </img> tag in my xsl stylesheet. I immediately checked the online file, and the tag is present. Actually, the <img> tag has a closing "/". Here's the actual line:
<a href="http://jigsaw.w3.org/css-validator" title="Valid CSS!"><img src="vcss.gif" height="31" width="88" title="CSS Badge" alt="valid CSS badge" /></a>
Firefox thinks the line is:
<a href="http://jigsaw.w3.org/css-validator" title="Valid CSS!"><img src="http://config.privoxy.org/send-banner?type=auto" border="0" title="Killed-vcss.gif-by-size" width="88" height="31"></a>
Konqueror also does not display the page properly, but I can't swear that it ever did. I don't know how well Konqueror supports xsl.
I have done the following:
1. Thinking a random file corruption had occurred, I replaced the file with my local copy.
2. Edited the file and re-typed the line, replacing the original line.
3. Installed IceApe, Galeon, and Epiphany web browsers via Adept. All these browsers display the website correctly.
4. Switched to my second computer and launched Firefox. It displays the website correctly.
5. Uninstalled and re-installed Firefox. Problem persists.
6. Uninstalled and re-installed Konqueror, including kmplayer-konq-plugins, konq-plugins, konqueror-nsplugins, kubuntu-desktop, and kubuntu-konqueror-shortcuts.
I can only conclude that some component that is used by Firefox has been damaged or lost. As a fairly recent Linux convert, and not a programmer, I have exhausted my troubleshooting ideas.
Any advice is appreciated.
Comment