Cynthia Turcotte wrote:
[color=blue]
> Please note that I am NOT asking for a critique of the core layout.[/color]
Though, since this is a discussion newsgroup rather than a help desk,
you might get comments on that and all other aspects of your site anyway.
[color=blue]
> All I want to know is which page is a. better optimized and b. more
> visually appealing.
>
>
http://www.b-tone.com
>
http://www.b-tone.com/indexa.html
>
http://www.b-tone.com/indexb.html[/color]
Well, first of all, none of these have valid HTML. They're missing
doctypes and charset attributes, for starters, and have an enormous
number of syntax problems. For instance, you insert a "TM" sign as a
proprietary character from a vendor character set instead of using the
standards-compliant Unicode number for it. There's a lot of
nonstandard, proprietary JavaScript too, such as a "link" that attempts
to bookmark your page (which doesn't work in Mozilla, but it has a
perfectly good bookmark function in the browser user interface where it
belongs). There's also one of those really obnoxious "no right click"
scripts, which unfortunately *does* work in Mozilla (there's a Bugzilla
entry seeking a configuration setting to disable this sort of thing).
Another script generates a "mailto" link that includes space characters,
which are invalid in URIs unless encoded as %20. The whole page is in a
fixed-pixel-width table, which is bad for adaptability to different
resolutions and display situations. Your stylesheet sets all the font
sizes to pixel sizes, which is also bad for adaptability.
None of this has anything to do with your question, but as I said, this
is a discussion newsgroup, not a help desk; you'll get whatever people
decide to throw in, and if some of it happens to answer your question,
that's purely coincidental. :)
--
== Dan ==
Dan's Mail Format Site:
http://mailformat.dan.info/
Dan's Web Tips:
http://webtips.dan.info/
Dan's Domain Site:
http://domains.dan.info/