PC Review


Reply
Thread Tools Rate Thread

different browsers

 
 
=?Utf-8?B?bGhhbGRlbndhbmc=?=
Guest
Posts: n/a
 
      24th Jul 2006
Hi,
I opened my site for the first time in Firefox, as opposed to IE, and the
format was a bit out. Is this normal? Is there a way to get it to look the
same in different broswers?
Any tips will be helpful
Lisl
 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      24th Jul 2006
Does your page validate here -

http://validator.w3.org

The most common reason for a difference between the two browsers is that you
have used IE proprietary methods/code.

--
Murray
--------------
MVP FrontPage


"lhaldenwang" <(E-Mail Removed)> wrote in message
news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
> Hi,
> I opened my site for the first time in Firefox, as opposed to IE, and the
> format was a bit out. Is this normal? Is there a way to get it to look the
> same in different broswers?
> Any tips will be helpful
> Lisl



 
Reply With Quote
 
=?Utf-8?B?bGhhbGRlbndhbmc=?=
Guest
Posts: n/a
 
      24th Jul 2006
thanks, no it doesn't validate - the first error is that there's no doctype
on the page
can I add that with FP?

"Murray" wrote:

> Does your page validate here -
>
> http://validator.w3.org
>
> The most common reason for a difference between the two browsers is that you
> have used IE proprietary methods/code.
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "lhaldenwang" <(E-Mail Removed)> wrote in message
> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
> > Hi,
> > I opened my site for the first time in Firefox, as opposed to IE, and the
> > format was a bit out. Is this normal? Is there a way to get it to look the
> > same in different broswers?
> > Any tips will be helpful
> > Lisl

>
>
>

 
Reply With Quote
 
Tom Willett
Guest
Posts: n/a
 
      24th Jul 2006
Just add it in code view.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
"lhaldenwang" <(E-Mail Removed)> wrote in message
news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
| thanks, no it doesn't validate - the first error is that there's no
doctype
| on the page
| can I add that with FP?
|
| "Murray" wrote:
|
| > Does your page validate here -
| >
| > http://validator.w3.org
| >
| > The most common reason for a difference between the two browsers is that
you
| > have used IE proprietary methods/code.
| >
| > --
| > Murray
| > --------------
| > MVP FrontPage
| >
| >
| > "lhaldenwang" <(E-Mail Removed)> wrote in message
| > news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
| > > Hi,
| > > I opened my site for the first time in Firefox, as opposed to IE, and
the
| > > format was a bit out. Is this normal? Is there a way to get it to look
the
| > > same in different broswers?
| > > Any tips will be helpful
| > > Lisl
| >
| >
| >


 
Reply With Quote
 
Pat Geary
Guest
Posts: n/a
 
      25th Jul 2006
With FP2003 - in code view - Ctrl + Enter and choose the correct doctype.
For more info on doctype see

http://www.family-genealogy-online.c...-structure.htm
and
http://www.htmlbasictutor.ca/doctype-declaration.htm
Another common error is not alt tag with your images.

pat

"lhaldenwang" <(E-Mail Removed)> wrote in message
news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
> thanks, no it doesn't validate - the first error is that there's no
> doctype
> on the page
> can I add that with FP?
>
> "Murray" wrote:
>
>> Does your page validate here -
>>
>> http://validator.w3.org
>>
>> The most common reason for a difference between the two browsers is that
>> you
>> have used IE proprietary methods/code.
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "lhaldenwang" <(E-Mail Removed)> wrote in message
>> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
>> > Hi,
>> > I opened my site for the first time in Firefox, as opposed to IE, and
>> > the
>> > format was a bit out. Is this normal? Is there a way to get it to look
>> > the
>> > same in different broswers?
>> > Any tips will be helpful
>> > Lisl

>>
>>
>>



 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      25th Jul 2006
And here's how you can make sure it's part of all the new pages you create:
http://www.spiderwebwoman.com/tutori...pesolution.asp

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"Pat Geary" <(E-Mail Removed)> wrote in message
news:OcC5%(E-Mail Removed)...
> With FP2003 - in code view - Ctrl + Enter and choose the correct doctype.
> For more info on doctype see
>
> http://www.family-genealogy-online.c...-structure.htm
> and
> http://www.htmlbasictutor.ca/doctype-declaration.htm
> Another common error is not alt tag with your images.
>
> pat
>
> "lhaldenwang" <(E-Mail Removed)> wrote in message
> news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
>> thanks, no it doesn't validate - the first error is that there's no
>> doctype
>> on the page
>> can I add that with FP?
>>
>> "Murray" wrote:
>>
>>> Does your page validate here -
>>>
>>> http://validator.w3.org
>>>
>>> The most common reason for a difference between the two browsers is that
>>> you
>>> have used IE proprietary methods/code.
>>>
>>> --
>>> Murray
>>> --------------
>>> MVP FrontPage
>>>
>>>
>>> "lhaldenwang" <(E-Mail Removed)> wrote in message
>>> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
>>> > Hi,
>>> > I opened my site for the first time in Firefox, as opposed to IE, and
>>> > the
>>> > format was a bit out. Is this normal? Is there a way to get it to look
>>> > the
>>> > same in different broswers?
>>> > Any tips will be helpful
>>> > Lisl
>>>
>>>
>>>

>
>



 
Reply With Quote
 
=?Utf-8?B?bGhhbGRlbndhbmc=?=
Guest
Posts: n/a
 
      25th Jul 2006
thanks very much for all the info
i assume I have to add the doctype to all the pages? not just the index?
in FP2003 there are 3 dt's to choose from, dt2, dt3, dt4 - what's the
difference and which one do I use?
thanks again


"Kathleen Anderson [MVP - FrontPage]" wrote:

> And here's how you can make sure it's part of all the new pages you create:
> http://www.spiderwebwoman.com/tutori...pesolution.asp
>
> --
>
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "Pat Geary" <(E-Mail Removed)> wrote in message
> news:OcC5%(E-Mail Removed)...
> > With FP2003 - in code view - Ctrl + Enter and choose the correct doctype.
> > For more info on doctype see
> >
> > http://www.family-genealogy-online.c...-structure.htm
> > and
> > http://www.htmlbasictutor.ca/doctype-declaration.htm
> > Another common error is not alt tag with your images.
> >
> > pat
> >
> > "lhaldenwang" <(E-Mail Removed)> wrote in message
> > news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
> >> thanks, no it doesn't validate - the first error is that there's no
> >> doctype
> >> on the page
> >> can I add that with FP?
> >>
> >> "Murray" wrote:
> >>
> >>> Does your page validate here -
> >>>
> >>> http://validator.w3.org
> >>>
> >>> The most common reason for a difference between the two browsers is that
> >>> you
> >>> have used IE proprietary methods/code.
> >>>
> >>> --
> >>> Murray
> >>> --------------
> >>> MVP FrontPage
> >>>
> >>>
> >>> "lhaldenwang" <(E-Mail Removed)> wrote in message
> >>> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
> >>> > Hi,
> >>> > I opened my site for the first time in Firefox, as opposed to IE, and
> >>> > the
> >>> > format was a bit out. Is this normal? Is there a way to get it to look
> >>> > the
> >>> > same in different broswers?
> >>> > Any tips will be helpful
> >>> > Lisl
> >>>
> >>>
> >>>

> >
> >

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      25th Jul 2006
Add it to all pages. Use dt4 - HTML 4.01 Transitional. It's current, and
forgiving.

--
Murray
--------------
MVP FrontPage


"lhaldenwang" <(E-Mail Removed)> wrote in message
news:8F15A643-4E6E-4206-AADE-(E-Mail Removed)...
> thanks very much for all the info
> i assume I have to add the doctype to all the pages? not just the index?
> in FP2003 there are 3 dt's to choose from, dt2, dt3, dt4 - what's the
> difference and which one do I use?
> thanks again
>
>
> "Kathleen Anderson [MVP - FrontPage]" wrote:
>
>> And here's how you can make sure it's part of all the new pages you
>> create:
>> http://www.spiderwebwoman.com/tutori...pesolution.asp
>>
>> --
>>
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> web: http://www.spiderwebwoman.com/resources/
>>
>>
>> "Pat Geary" <(E-Mail Removed)> wrote in message
>> news:OcC5%(E-Mail Removed)...
>> > With FP2003 - in code view - Ctrl + Enter and choose the correct
>> > doctype.
>> > For more info on doctype see
>> >
>> > http://www.family-genealogy-online.c...-structure.htm
>> > and
>> > http://www.htmlbasictutor.ca/doctype-declaration.htm
>> > Another common error is not alt tag with your images.
>> >
>> > pat
>> >
>> > "lhaldenwang" <(E-Mail Removed)> wrote in message
>> > news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
>> >> thanks, no it doesn't validate - the first error is that there's no
>> >> doctype
>> >> on the page
>> >> can I add that with FP?
>> >>
>> >> "Murray" wrote:
>> >>
>> >>> Does your page validate here -
>> >>>
>> >>> http://validator.w3.org
>> >>>
>> >>> The most common reason for a difference between the two browsers is
>> >>> that
>> >>> you
>> >>> have used IE proprietary methods/code.
>> >>>
>> >>> --
>> >>> Murray
>> >>> --------------
>> >>> MVP FrontPage
>> >>>
>> >>>
>> >>> "lhaldenwang" <(E-Mail Removed)> wrote in
>> >>> message
>> >>> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
>> >>> > Hi,
>> >>> > I opened my site for the first time in Firefox, as opposed to IE,
>> >>> > and
>> >>> > the
>> >>> > format was a bit out. Is this normal? Is there a way to get it to
>> >>> > look
>> >>> > the
>> >>> > same in different broswers?
>> >>> > Any tips will be helpful
>> >>> > Lisl
>> >>>
>> >>>
>> >>>
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?bGhhbGRlbndhbmc=?=
Guest
Posts: n/a
 
      25th Jul 2006
thanks, I chose that one but when I run my site at the validator it still
says error
I've found another dtd in this forum somewhere:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
Does this do the same as the FP doctype? should I stick to the FP dt, or use
this one instead? And why oh why is it still not validating?


"Murray" wrote:

> Add it to all pages. Use dt4 - HTML 4.01 Transitional. It's current, and
> forgiving.
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "lhaldenwang" <(E-Mail Removed)> wrote in message
> news:8F15A643-4E6E-4206-AADE-(E-Mail Removed)...
> > thanks very much for all the info
> > i assume I have to add the doctype to all the pages? not just the index?
> > in FP2003 there are 3 dt's to choose from, dt2, dt3, dt4 - what's the
> > difference and which one do I use?
> > thanks again
> >
> >
> > "Kathleen Anderson [MVP - FrontPage]" wrote:
> >
> >> And here's how you can make sure it's part of all the new pages you
> >> create:
> >> http://www.spiderwebwoman.com/tutori...pesolution.asp
> >>
> >> --
> >>
> >> ~ Kathleen Anderson
> >> Microsoft MVP - FrontPage
> >> Spider Web Woman Designs
> >> web: http://www.spiderwebwoman.com/resources/
> >>
> >>
> >> "Pat Geary" <(E-Mail Removed)> wrote in message
> >> news:OcC5%(E-Mail Removed)...
> >> > With FP2003 - in code view - Ctrl + Enter and choose the correct
> >> > doctype.
> >> > For more info on doctype see
> >> >
> >> > http://www.family-genealogy-online.c...-structure.htm
> >> > and
> >> > http://www.htmlbasictutor.ca/doctype-declaration.htm
> >> > Another common error is not alt tag with your images.
> >> >
> >> > pat
> >> >
> >> > "lhaldenwang" <(E-Mail Removed)> wrote in message
> >> > news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
> >> >> thanks, no it doesn't validate - the first error is that there's no
> >> >> doctype
> >> >> on the page
> >> >> can I add that with FP?
> >> >>
> >> >> "Murray" wrote:
> >> >>
> >> >>> Does your page validate here -
> >> >>>
> >> >>> http://validator.w3.org
> >> >>>
> >> >>> The most common reason for a difference between the two browsers is
> >> >>> that
> >> >>> you
> >> >>> have used IE proprietary methods/code.
> >> >>>
> >> >>> --
> >> >>> Murray
> >> >>> --------------
> >> >>> MVP FrontPage
> >> >>>
> >> >>>
> >> >>> "lhaldenwang" <(E-Mail Removed)> wrote in
> >> >>> message
> >> >>> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
> >> >>> > Hi,
> >> >>> > I opened my site for the first time in Firefox, as opposed to IE,
> >> >>> > and
> >> >>> > the
> >> >>> > format was a bit out. Is this normal? Is there a way to get it to
> >> >>> > look
> >> >>> > the
> >> >>> > same in different broswers?
> >> >>> > Any tips will be helpful
> >> >>> > Lisl
> >> >>>
> >> >>>
> >> >>>
> >> >
> >> >
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      25th Jul 2006
That doctype is dt4.

Having a doctype does not prevent the validator from finding errors in your
code, nor will adding a doctype to a page that contains coding errors then
cause those errors to go away.

To get a page that validates, you need to have a valid and complete doctype,
*and* a page that is error free.

Can you post a link to your page? Someone here can help you fix it most
likely.

--
Murray
--------------
MVP FrontPage


"lhaldenwang" <(E-Mail Removed)> wrote in message
news:2E17CA94-17CE-4B3D-BEFB-(E-Mail Removed)...
> thanks, I chose that one but when I run my site at the validator it still
> says error
> I've found another dtd in this forum somewhere:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
> Does this do the same as the FP doctype? should I stick to the FP dt, or
> use
> this one instead? And why oh why is it still not validating?
>
>
> "Murray" wrote:
>
>> Add it to all pages. Use dt4 - HTML 4.01 Transitional. It's current,
>> and
>> forgiving.
>>
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "lhaldenwang" <(E-Mail Removed)> wrote in message
>> news:8F15A643-4E6E-4206-AADE-(E-Mail Removed)...
>> > thanks very much for all the info
>> > i assume I have to add the doctype to all the pages? not just the
>> > index?
>> > in FP2003 there are 3 dt's to choose from, dt2, dt3, dt4 - what's the
>> > difference and which one do I use?
>> > thanks again
>> >
>> >
>> > "Kathleen Anderson [MVP - FrontPage]" wrote:
>> >
>> >> And here's how you can make sure it's part of all the new pages you
>> >> create:
>> >> http://www.spiderwebwoman.com/tutori...pesolution.asp
>> >>
>> >> --
>> >>
>> >> ~ Kathleen Anderson
>> >> Microsoft MVP - FrontPage
>> >> Spider Web Woman Designs
>> >> web: http://www.spiderwebwoman.com/resources/
>> >>
>> >>
>> >> "Pat Geary" <(E-Mail Removed)> wrote in message
>> >> news:OcC5%(E-Mail Removed)...
>> >> > With FP2003 - in code view - Ctrl + Enter and choose the correct
>> >> > doctype.
>> >> > For more info on doctype see
>> >> >
>> >> > http://www.family-genealogy-online.c...-structure.htm
>> >> > and
>> >> > http://www.htmlbasictutor.ca/doctype-declaration.htm
>> >> > Another common error is not alt tag with your images.
>> >> >
>> >> > pat
>> >> >
>> >> > "lhaldenwang" <(E-Mail Removed)> wrote in
>> >> > message
>> >> > news:A5332DBA-8718-4CC8-B6C7-(E-Mail Removed)...
>> >> >> thanks, no it doesn't validate - the first error is that there's no
>> >> >> doctype
>> >> >> on the page
>> >> >> can I add that with FP?
>> >> >>
>> >> >> "Murray" wrote:
>> >> >>
>> >> >>> Does your page validate here -
>> >> >>>
>> >> >>> http://validator.w3.org
>> >> >>>
>> >> >>> The most common reason for a difference between the two browsers
>> >> >>> is
>> >> >>> that
>> >> >>> you
>> >> >>> have used IE proprietary methods/code.
>> >> >>>
>> >> >>> --
>> >> >>> Murray
>> >> >>> --------------
>> >> >>> MVP FrontPage
>> >> >>>
>> >> >>>
>> >> >>> "lhaldenwang" <(E-Mail Removed)> wrote in
>> >> >>> message
>> >> >>> news:083AFCD4-1AD3-48E3-B20E-(E-Mail Removed)...
>> >> >>> > Hi,
>> >> >>> > I opened my site for the first time in Firefox, as opposed to
>> >> >>> > IE,
>> >> >>> > and
>> >> >>> > the
>> >> >>> > format was a bit out. Is this normal? Is there a way to get it
>> >> >>> > to
>> >> >>> > look
>> >> >>> > the
>> >> >>> > same in different broswers?
>> >> >>> > Any tips will be helpful
>> >> >>> > Lisl
>> >> >>>
>> >> >>>
>> >> >>>
>> >> >
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Browsers Paulo Microsoft ASP .NET 4 6th Aug 2008 04:52 PM
Browsers =?Utf-8?B?TW9ybGV5IFdlYiBEZXNpZ25z?= Microsoft Frontpage 3 13th Jan 2005 02:11 PM
Re: browsers Jim Macklin Windows XP Basics 0 10th Sep 2004 01:15 PM
Re: Browsers Will Denny Windows XP Basics 1 2nd Jul 2004 12:23 AM
Browsers Jeff Stanton Windows XP New Users 1 2nd Aug 2003 07:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:01 PM.