I am trying to include images on my website, they work in Internet Explorer but not FireFox.
Submitted by keptin on Fri, 01/30/2009 - 11:27am.
Listen to the following tutorials.
The first thing that comes to mind is making sure you do not have a leading slash (/) in your image reference. In plain English check the following:
If you have <img src="/images/titlebar.gif"> change it to <img src="images/titlebar.gif">
If you have background="/images/driedmud.gif" change it to background="/images/driedmud.gif"
