Browser on Frontpage

K

Kevin

When I use FrontPage 2002 and I use the frame page. I go
to the html setup and it says me broswer doesn't support
them. What can I do so that it does support them? I have
the newest version of Internet Explorer.
 
T

Thomas A. Rowe

What you are seeing is the default that user of a browser that doesn't
support frames will see. User of NS and IE browser, from version 3 and up
will not see that page.

To view your frameset page switch to normal view, then use the File Menu |
Preview In Browser command.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
K

Kevin

Thank you very much
-----Original Message-----
What you are seeing is the default that user of a browser that doesn't
support frames will see. User of NS and IE browser, from version 3 and up
will not see that page.

To view your frameset page switch to normal view, then use the File Menu |
Preview In Browser command.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp




.
 
H

hg

Hi Thomas

I'm trying to get some information on how to create standard HTML pages in FP2003 that will display properly on Macintosh browser, Netscape, etc. I can't seem to find this information or post it.

Kind Regards,

Howard
 
T

Thomas A. Rowe

If you are just starting to do web development, then basically you just need
to learn what is and is not supported by each browser and version/platform
and then determine which functions or feature to use or not use in your web.
The basic items that work in all browsers is tables for structuring your
page layouts, avoid using Absolute Positioning or other CSS style tags, etc.

If you code to HTML 3.2 guidelines and you will be ok.

Visit:
http://www.webmonkey.com
http://www.w3c.com


==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


hg said:
Hi Thomas

I'm trying to get some information on how to create standard HTML pages in
FP2003 that will display properly on Macintosh browser, Netscape, etc. I
can't seem to find this information or post it.
 
S

Stefan B Rusynko

For Html 3.2 this essentially means setting FP2003 compatibility to IE3/NN3 level 3 browsers




| If you are just starting to do web development, then basically you just need
| to learn what is and is not supported by each browser and version/platform
| and then determine which functions or feature to use or not use in your web.
| The basic items that work in all browsers is tables for structuring your
| page layouts, avoid using Absolute Positioning or other CSS style tags, etc.
|
| If you code to HTML 3.2 guidelines and you will be ok.
|
| Visit:
| http://www.webmonkey.com
| http://www.w3c.com
|
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Hi Thomas
| >
| > I'm trying to get some information on how to create standard HTML pages in
| FP2003 that will display properly on Macintosh browser, Netscape, etc. I
| can't seem to find this information or post it.
| >
| > Kind Regards,
| >
| > Howard
|
|
 
Top