navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Front Page Sites Look Different in Firefox

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Front Page Sites Look Different in Firefox
Page: [1]
 
ghooke

 

Posts: 8
Joined: 8/31/2004
Status: offline

 
Front Page Sites Look Different in Firefox - 1/6/2008 16:04:40   
I create all my websites in MS Front Page 2003 and I have recently started using Firefox, but I am alarmed to find that my website look totally different in the FF browser than they do in Internet Explorer.

In Internet Explorer, my sites look as I designed them in FP

In FF, Fonts are miss sized, border mis-sized and mis-colored, and other differences as well.

Others looking at my sites through FF will just leave because they look bad.

I have spoken to a number of people who say FP generates junk code that is only readable by IE, while other browsers try to read the code properly....but can't. And that FP is the worst product to use to develop a website

How do I solve this problem, as it seem other browsers are becoming increasingly popular compared to the problem IE has.

--Glen
ghooke

 

Posts: 8
Joined: 8/31/2004
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/6/2008 16:21:21   
May I should just upgrade to Expressions Web, export my sites from FP 2003 and into Expressions Web, and be done with the problem.

Anyone had experience with that and with data transfer as I explained?

--Glen

(in reply to ghooke)
womble

 

Posts: 5588
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
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.

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to ghooke)
womble

 

Posts: 5588
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/6/2008 16:25:53   
Oooops! We were obviously posting at the same time! :)

Yep, or your other alternative is to upgrade to Expression Web, though I've no experience of that - as I said, I tend to go for hand-coding using a text editor these days.

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to womble)
codenamebill26

 

Posts: 15
Joined: 1/19/2008
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/19/2008 5:06:49   
redirect according to browser type, you can find a javascript browser detector script on the net and then if your code is that bad just make your pages only avail. to be browsed using ie

(in reply to womble)
d a v e

 

Posts: 4136
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/19/2008 5:29:33   
"redirect according to browser type, you can find a javascript browser detector script on the net and then if your code is that bad just make your pages only avail. to be browsed using ie"

!!!

er, womble i'll let you answer that one :)

_____________________________

David Prescott
Gekko web design

(in reply to codenamebill26)
caz

 

Posts: 3546
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/19/2008 6:49:56   
quote:

FP is the worst product to use to develop a website


You might like to read a grown up discussion about Code bloat, myths and wysiwyg editors that we had here a while ago.

Then you can save some money by learning to use your FP wisely and a good start would be to Change the default template to one that is valid then you can start learning. :)

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to d a v e)
Tailslide

 

Posts: 6103
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/19/2008 7:53:56   

quote:

ORIGINAL: codenamebill26

redirect according to browser type, you can find a javascript browser detector script on the net and then if your code is that bad just make your pages only avail. to be browsed using ie


For a start that's slightly unfortunate for all those people who happen to be using the more modern browsers that won't display the page the same as older or just plain old-fashioned ones like IE does. It's actually infuriating - having come across this myself.

Secondly it won't work as many browsers disguise themselves as another browser - Opera does this pretty regularly - so the script won't actually be able to do it's job properly anyway.

Thirdly it won't work with JS switched off anyway.

Much better, if you're going to use FP or any WYSIWYG editor - use it properly and check your code as you go along in various browsers plus ensure that you're using valid code to help make browsers' lives easier.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to codenamebill26)
d a v e

 

Posts: 4136
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/19/2008 8:18:04   
and there's a big difference betweem IE7 and IE6 too, though sadly still not enough :)

_____________________________

David Prescott
Gekko web design

(in reply to Tailslide)
michaelea

 

Posts: 60
Joined: 11/9/2007
From: Cannon Beach, US West
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/20/2008 12:47:21   
2 or 3 simple (in retrospect) solutions worked for me - regarding IE's - consistently inconsistent code interpretations. Here's a bit of a list:

I purchased EW and now use BOTH EW and FP

EW Teaches you to be a better coder. Period!

Use .CSS all the time

This line in a css file solved about 70% of my problems: * {margin: 0; padding: 0;}
This line solved 10% of my problems: img {border: 0;}
Another 12% with this inliner: <form style="padding-bottom: 0".............

I still have a few issues but.....those steps above were miracle cures for me coding with FP and EW

HTH

(in reply to ghooke)
womble

 

Posts: 5588
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/20/2008 14:23:09   
quote:

ORIGINAL: d a v e

er, womble i'll let you answer that one :)


In order to avoid wasting time typing, I'd just refer readers to my earlier answer: http://www.frontpagewebmaster.com/m-379487/tm.htm#381347

Lesson 1 in Web Design 101, as in business, the customer (visitor) is always right, so don't try messing with their own preferences or you lose yourself a customer/visitor!

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to d a v e)
blue101

 

Posts: 5
Joined: 1/21/2008
Status: offline

 
RE: Front Page Sites Look Different in Firefox - 1/22/2008 1:01:32   
My daughter's has an internet radio station. She added a scrolling marque on her programming page and tested it in all the browsers...everything looked fine in all the browsers except Opera . The marque went crazy in Opera and she never could get it fixed so she just added to the bottom of her pages..not totally compatible in all browsers...still getting the same amount of hits with Opera users.

blue101

(in reply to ghooke)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Front Page Sites Look Different in Firefox
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts