On Fri, 05 Mar 2004 01:41:58 GMT, "Orlando de Frias"
<> wrote:
>I'm relatively new to web design and I'm working on a fairly public project
>to get my feet wet. I've started to notice that something I'll create in
>Frontpage viewed with IE6 looks different (how I want it to look, actually)
Simply put, Frontpage is horrendous.

For a very simple explanation, go
to
http://validator.w3.org/ and ask it to look for mistakes in your webpage.
First, you'll notice that Frontpage failed to specify a DOCTYPE, which is
what tells a browser what version of HTML it's supposed to use when
interpreting the page. If you fix that manually, you'll likely find numerous
other mistakes in the HTML code, depending on how elaborate your page is.
The "bright side" is that most of the drones out there are using IE because
it came on their computer, and they haven't bothered to see if there's
anything better out there, and FrontPage's problem code is rendered
"correctly" by IE (more accurately, it renders the same way as FP's WYSIWYG
editor, since it's the same rendering engine, and interprets bad code the
same way), so it'll look fine for people using that particular browser.
That's only a bright side if you want to cater only to IE users (and plenty
of web masters are content with that).
>cellspacing anything other than 0. Editing the page in the Netscape Composer
>lets me fix the problem, but then it looks bad in IE.
It's possible that Composer's HTML code is just as problematic as
FrontPage's, though I'd be surprised if it's _that_ bad.
>Does anyone have any tips they can offer, perhaps something I'm missing? If
>you need me to post the source code, I can do that, but for now I'll assume
>there's some kind of well-known cross-browser fact I'm overlooking being an
>amateur
.
I've found that I get a lot more specific help from people here if I post my
work-in-progress web pages someplace (on a web server) and include a URL with
the message. That way, people can look at the HTML code and explain the
problems as they see them. Personally, I'd start with the validator first,
though. Fix the problems it points out as well as you can, and then post a
web page for people here to look at. There may well be HTML validator errors
you can't figure out (I found plenty of those when I was trying to figure out
HTML 4.01 Strict), and people here can give you much more detailed
explanations of what is wrong
>
>Regards,
>Orlando
>
--
Erik Harris n$wsr$ader@$harrishom$.com
AIM: KngFuJoe
http://www.eharrishome.com
Chinese-Indonesian MA Club
http://cimac.eharrishome.com
The above email address is obfuscated to try to prevent SPAM.
Replace each dollar sign with an "e" for the correct address.