|
womble -> RE: Front Page Sites Look Different in Firefox (1/6/2008 16:23:25)
|
There are no easy fixes unfortunately. Learn the basics of HTML, always check your pages out with the W3C validator to ensure your code validates, and if it doesn't, fix it so it passes validation (which is why you need to know the basics of HTML). Don't rely on Frontpage to produce the code for you because you need to know how to fix it when it gets it wrong. I created my first site in FP2003 and I think that lasted about three weeks on the server before I arrived here and decided to learn HTML and totally re-do the site so it used valid code. I switched completely from WYSIWYG to hand-coding, and I've never gone back, but there is other software out there that's better than FP code-wise. Nvu is a free programme that has a WYSIWYG interface and a code view, or there are various text-editors that give you varied amounts of assistance in coding and some also have a preview built in - Topstyle, HTML-Kit, Notepad++, Araneae, and my favourite and the one I'm using at the moment is PSPad (as recommended by Tailslide [;)]) but there are loads of others too. The golden rule is to always design for Firefox - if it works in Firefox it'll work in pretty much everything else - and then tweak as necessary for Internet Explorer to take account of the bits of the HTML specs that IE gets wrong and deals with just how it likes.
|
|
|
|