This may be a dumb question, but I'm building a site with FrontPage 2003.
The site looks fantastic when viewed with IE 6.0. However, when viewed with
Netscape or Mozilla (sp?) the site looks awful. Also, when I run a
"compatibility check" in FrontPage, I have over 100 errors... mostly related
to MSIE 5.0. What am I doing wrong.

Any help would be appreciated.

Ken Yanko
webmaster@reconcileband.com


PS What is Mosilla? This name comes up in the log from my web host.

Re: Compatible Browsers by Tom

Tom
Wed Jul 20 17:27:45 CDT 2005

Please provide a public URL to your web site for people to look at.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
"Ken Yanko" <webmaster@reconcileband.com> wrote in message
news:OcGg2BXjFHA.3288@TK2MSFTNGP09.phx.gbl...
| This may be a dumb question, but I'm building a site with FrontPage 2003.
| The site looks fantastic when viewed with IE 6.0. However, when viewed
with
| Netscape or Mozilla (sp?) the site looks awful. Also, when I run a
| "compatibility check" in FrontPage, I have over 100 errors... mostly
related
| to MSIE 5.0. What am I doing wrong.
|
| Any help would be appreciated.
|
| Ken Yanko
| webmaster@reconcileband.com
|
|
| PS What is Mosilla? This name comes up in the log from my web host.
|
|



Re: Compatible Browsers by Ronx

Ronx
Thu Jul 21 04:05:55 CDT 2005

If you have used any VML graphics, that would be explain some of the
problems. VML will only display in IE5.5 and later, other browsers
will see low quality images or nothing at all. VML graphics includes
most objects created from the FrontPage drawing toolbar, including
WordArt, Textboxes, Shape Art, etc.
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Ken Yanko" <webmaster@reconcileband.com> wrote in message
news:OcGg2BXjFHA.3288@TK2MSFTNGP09.phx.gbl...
> This may be a dumb question, but I'm building a site with FrontPage
> 2003. The site looks fantastic when viewed with IE 6.0. However,
> when viewed with Netscape or Mozilla (sp?) the site looks awful.
> Also, when I run a "compatibility check" in FrontPage, I have over
> 100 errors... mostly related to MSIE 5.0. What am I doing wrong.
>
> Any help would be appreciated.
>
> Ken Yanko
> webmaster@reconcileband.com
>
>
> PS What is Mosilla? This name comes up in the log from my web
> host.
>



Re: Compatible Browsers by Ken

Ken
Thu Jul 21 05:02:50 CDT 2005

www.reconcileband.com

The site is protected until we're ready to go public. Therefore you'll need
the following:

Username: visitor
password: home69

Any help you can provide would be a great help!

Thanks,
Ken Yanko
webmaster@reconcileband.com



"Tom Pepper Willett" <tompepper@mvps.invalid> wrote in message
news:u$USTpXjFHA.1048@tk2msftngp13.phx.gbl...
> Please provide a public URL to your web site for people to look at.
> --
> ===
> Tom "Pepper" Willett
> Microsoft MVP - FrontPage
> ---
> About FrontPage 2003:
> http://office.microsoft.com/home/office.aspx?assetid=FX01085802
> ===
> "Ken Yanko" <webmaster@reconcileband.com> wrote in message
> news:OcGg2BXjFHA.3288@TK2MSFTNGP09.phx.gbl...
> | This may be a dumb question, but I'm building a site with FrontPage
> 2003.
> | The site looks fantastic when viewed with IE 6.0. However, when viewed
> with
> | Netscape or Mozilla (sp?) the site looks awful. Also, when I run a
> | "compatibility check" in FrontPage, I have over 100 errors... mostly
> related
> | to MSIE 5.0. What am I doing wrong.
> |
> | Any help would be appreciated.
> |
> | Ken Yanko
> | webmaster@reconcileband.com
> |
> |
> | PS What is Mosilla? This name comes up in the log from my web host.
> |
> |
>
>



Re: Compatible Browsers by Ronx

Ronx
Thu Jul 21 06:05:57 CDT 2005

In page Reconcile_Band_Welcome.htm there are two </body> tags - the
first should be </head>

In the navigation page, remove the absolutely positioned divs, and
replace with a table. Also note that the style="text-decoration:none"
should be in the anchor tag, the span is not necessary.
This style would be better defined in an embedded or external style
sheet.

<table border="0" cellspacing="1" width="100">
<tr>
<td align="center"><a href="page.htm"
style="text-decoration:none">Home</a></td>
</tr>
<tr>
etc
</tr>
</table>
--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Ken Yanko" <webmaster@reconcileband.com> wrote in message
news:ecZJoudjFHA.3300@TK2MSFTNGP15.phx.gbl...
> www.reconcileband.com
>
> The site is protected until we're ready to go public. Therefore
> you'll need the following:
>
> Username: visitor
> password: home69
>
> Any help you can provide would be a great help!
>
> Thanks,
> Ken Yanko
> webmaster@reconcileband.com
>
>
>
> "Tom Pepper Willett" <tompepper@mvps.invalid> wrote in message
> news:u$USTpXjFHA.1048@tk2msftngp13.phx.gbl...
>> Please provide a public URL to your web site for people to look at.
>> --
>> ===
>> Tom "Pepper" Willett
>> Microsoft MVP - FrontPage
>> ---
>> About FrontPage 2003:
>> http://office.microsoft.com/home/office.aspx?assetid=FX01085802
>> ===
>> "Ken Yanko" <webmaster@reconcileband.com> wrote in message
>> news:OcGg2BXjFHA.3288@TK2MSFTNGP09.phx.gbl...
>> | This may be a dumb question, but I'm building a site with
>> FrontPage 2003.
>> | The site looks fantastic when viewed with IE 6.0. However, when
>> viewed
>> with
>> | Netscape or Mozilla (sp?) the site looks awful. Also, when I run
>> a
>> | "compatibility check" in FrontPage, I have over 100 errors...
>> mostly
>> related
>> | to MSIE 5.0. What am I doing wrong.
>> |
>> | Any help would be appreciated.
>> |
>> | Ken Yanko
>> | webmaster@reconcileband.com
>> |
>> |
>> | PS What is Mosilla? This name comes up in the log from my web
>> host.
>> |
>> |
>>
>>
>
>



Re: Compatible Browsers by Ken

Ken
Thu Jul 21 15:19:29 CDT 2005

Thanks, Ronx for your help. I'll try your suggestions. However, there seem
to be many problems with my site when viewed in Netscape. Would you
recomend i install netscape in order to view the web in both browsers? And
will i have any compatibility problems with IE6.0 if i install Netscape?

Thanks Again,
Ken Yanko

"Ronx" <ronx917@hotmail.com> wrote in message
news:%23d5ctQejFHA.1416@TK2MSFTNGP09.phx.gbl...
> In page Reconcile_Band_Welcome.htm there are two </body> tags - the first
> should be </head>
>
> In the navigation page, remove the absolutely positioned divs, and replace
> with a table. Also note that the style="text-decoration:none" should be
> in the anchor tag, the span is not necessary.
> This style would be better defined in an embedded or external style sheet.
>
> <table border="0" cellspacing="1" width="100">
> <tr>
> <td align="center"><a href="page.htm"
> style="text-decoration:none">Home</a></td>
> </tr>
> <tr>
> etc
> </tr>
> </table>
> --
> Ron Symonds
> Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> "Ken Yanko" <webmaster@reconcileband.com> wrote in message
> news:ecZJoudjFHA.3300@TK2MSFTNGP15.phx.gbl...
>> www.reconcileband.com
>>
>> The site is protected until we're ready to go public. Therefore you'll
>> need the following:
>>
>> Username: visitor
>> password: home69
>>
>> Any help you can provide would be a great help!
>>
>> Thanks,
>> Ken Yanko
>> webmaster@reconcileband.com
>>
>>
>>
>> "Tom Pepper Willett" <tompepper@mvps.invalid> wrote in message
>> news:u$USTpXjFHA.1048@tk2msftngp13.phx.gbl...
>>> Please provide a public URL to your web site for people to look at.
>>> --
>>> ===
>>> Tom "Pepper" Willett
>>> Microsoft MVP - FrontPage
>>> ---
>>> About FrontPage 2003:
>>> http://office.microsoft.com/home/office.aspx?assetid=FX01085802
>>> ===
>>> "Ken Yanko" <webmaster@reconcileband.com> wrote in message
>>> news:OcGg2BXjFHA.3288@TK2MSFTNGP09.phx.gbl...
>>> | This may be a dumb question, but I'm building a site with FrontPage
>>> 2003.
>>> | The site looks fantastic when viewed with IE 6.0. However, when
>>> viewed
>>> with
>>> | Netscape or Mozilla (sp?) the site looks awful. Also, when I run a
>>> | "compatibility check" in FrontPage, I have over 100 errors... mostly
>>> related
>>> | to MSIE 5.0. What am I doing wrong.
>>> |
>>> | Any help would be appreciated.
>>> |
>>> | Ken Yanko
>>> | webmaster@reconcileband.com
>>> |
>>> |
>>> | PS What is Mosilla? This name comes up in the log from my web
>>> host.
>>> |
>>> |
>>>
>>>
>>
>>
>
>



Re: Compatible Browsers by Murray

Murray
Thu Jul 21 16:22:19 CDT 2005

> Would you recomend i install netscape in order to view the web in both
> browsers?

Certainly - if you are serious about producing solid web pages, you will
need to check in more than one browser.

> And will i have any compatibility problems with IE6.0 if i install
> Netscape?

None at all.

--
Murray
============

"Ken Yanko" <webmaster@reconcileband.com> wrote in message
news:%23zHCMHjjFHA.1480@TK2MSFTNGP10.phx.gbl...
> Thanks, Ronx for your help. I'll try your suggestions. However, there
> seem to be many problems with my site when viewed in Netscape. Would you
> recomend i install netscape in order to view the web in both browsers? And
> will i have any compatibility problems with IE6.0 if i install Netscape?
>
> Thanks Again,
> Ken Yanko
>
> "Ronx" <ronx917@hotmail.com> wrote in message
> news:%23d5ctQejFHA.1416@TK2MSFTNGP09.phx.gbl...
>> In page Reconcile_Band_Welcome.htm there are two </body> tags - the first
>> should be </head>
>>
>> In the navigation page, remove the absolutely positioned divs, and
>> replace with a table. Also note that the style="text-decoration:none"
>> should be in the anchor tag, the span is not necessary.
>> This style would be better defined in an embedded or external style
>> sheet.
>>
>> <table border="0" cellspacing="1" width="100">
>> <tr>
>> <td align="center"><a href="page.htm"
>> style="text-decoration:none">Home</a></td>
>> </tr>
>> <tr>
>> etc
>> </tr>
>> </table>
>> --
>> Ron Symonds
>> Microsoft MVP (FrontPage)
>> Reply only to group - emails will be deleted unread.
>>
>> "Ken Yanko" <webmaster@reconcileband.com> wrote in message
>> news:ecZJoudjFHA.3300@TK2MSFTNGP15.phx.gbl...
>>> www.reconcileband.com
>>>
>>> The site is protected until we're ready to go public. Therefore you'll
>>> need the following:
>>>
>>> Username: visitor
>>> password: home69
>>>
>>> Any help you can provide would be a great help!
>>>
>>> Thanks,
>>> Ken Yanko
>>> webmaster@reconcileband.com
>>>
>>>
>>>
>>> "Tom Pepper Willett" <tompepper@mvps.invalid> wrote in message
>>> news:u$USTpXjFHA.1048@tk2msftngp13.phx.gbl...
>>>> Please provide a public URL to your web site for people to look at.
>>>> --
>>>> ===
>>>> Tom "Pepper" Willett
>>>> Microsoft MVP - FrontPage
>>>> ---
>>>> About FrontPage 2003:
>>>> http://office.microsoft.com/home/office.aspx?assetid=FX01085802
>>>> ===
>>>> "Ken Yanko" <webmaster@reconcileband.com> wrote in message
>>>> news:OcGg2BXjFHA.3288@TK2MSFTNGP09.phx.gbl...
>>>> | This may be a dumb question, but I'm building a site with FrontPage
>>>> 2003.
>>>> | The site looks fantastic when viewed with IE 6.0. However, when
>>>> viewed
>>>> with
>>>> | Netscape or Mozilla (sp?) the site looks awful. Also, when I run a
>>>> | "compatibility check" in FrontPage, I have over 100 errors... mostly
>>>> related
>>>> | to MSIE 5.0. What am I doing wrong.
>>>> |
>>>> | Any help would be appreciated.
>>>> |
>>>> | Ken Yanko
>>>> | webmaster@reconcileband.com
>>>> |
>>>> |
>>>> | PS What is Mosilla? This name comes up in the log from my web
>>>> host.
>>>> |
>>>> |
>>>>
>>>>
>>>
>>>
>>
>>
>
>