how do i get my website to show correctly on firefox
my website is: www.thebuildpro.com it shows up correctly on internet explorer... How can I fix it to make it show up correctly on mozzilla ? Is there a program to convert it?? Or can I just add something in the code? Thx
All Replies (1)
First thing I notice is that the image and link paths are not computing correctly. I think this is caused by an incomplete URL in the <base> tag. You could fix that, for example,
page: http://thebuildpro.com/build_proconst_001.htm
edit: <base href="http://www.thebuildpro.com/">
Or you could just delete that line, since there's not a good reason for it to be there when it is hosted on your website (I think it's there because the page was saved for offline viewing at some point).