I would like to know if there is a way to automatically send Firefox Web Browser users to a different webpage or website.
You can do it with browser detection with JavaScript, but it's not recommended. I take it you're having an issue where "IE is displaying the Web page right while Firefox is getting it wrong" (if so, here's a hint, you most likely have it the other way around)?
Please elaborate. How is it the other way around? You are right about my situation. Everything looks fine when I see my website on IE but on Firefox it looks messed up. How can I tell if it is in fact the other way around?
Because as weird as it sounds, Firefox is actually displaying the page as the code is telling it to, while Internet Explorer is bending over backwards to try and make the page look decent. What does your HTML and CSS code look like?