Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

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).