PC Review


Reply
Thread Tools Rate Thread

doctype (again)

 
 
=?Utf-8?B?U3B5ZGVyMg==?=
Guest
Posts: n/a
 
      17th Dec 2005
I have read extensively on setting up the "doctype" but I'm still a bit
confused.
The site is: www.vohdenassociates.com
I am using FP 2003 and XP Pro)

When I do what Ronx suggested:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">

I loose the images on the page and the FP automatically puts back the code:

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="urn:schemas-microsoft-comfficeffice"
xmlns="http://www.w3.org/TR/REC-html40">

I obviously do not know what I am doing so any help would be appreciated.
Thanks in advance folks.
 
Reply With Quote
 
 
 
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      17th Dec 2005
probably because you're using vml...textboxes, draw, autoshapes? they are IE
5+ only and may be the source of the problem.


"Spyder2" <(E-Mail Removed)> wrote in message
news:04DC20CF-501C-4608-992E-(E-Mail Removed)...
|I have read extensively on setting up the "doctype" but I'm still a bit
| confused.
| The site is: www.vohdenassociates.com
| I am using FP 2003 and XP Pro)
|
| When I do what Ronx suggested:
|
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
| "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
| <html><head><meta http-equiv="Content-Type" content="text/html;
| charset=iso-8859-1">
|
| I loose the images on the page and the FP automatically puts back the
code:
|
| <html xmlns:v="urn:schemas-microsoft-com:vml"
| xmlns="urn:schemas-microsoft-comfficeffice"
| xmlns="http://www.w3.org/TR/REC-html40">
|
| I obviously do not know what I am doing so any help would be appreciated.
| Thanks in advance folks.


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      18th Dec 2005
You are using VML graphics.
If you want your pages to validate, remove all the VML.
VML is created when using WordArt, TextBoxes, ShapeArt and any other
objects created from the FrontPage drawing toolbar.

Short answer is: if you use VML graphics, you cannot use a valid
!DOCTYPE, and your pages will never validate.
As Rob mentioned, anyone NOT using Internet Explorer will see very low
quality graphics, if they see any at all.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


"Spyder2" <(E-Mail Removed)> wrote in message
news:04DC20CF-501C-4608-992E-(E-Mail Removed)...
> I have read extensively on setting up the "doctype" but I'm still a

bit
> confused.
> The site is: www.vohdenassociates.com
> I am using FP 2003 and XP Pro)
>
> When I do what Ronx suggested:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
> <html><head><meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1">
>
> I loose the images on the page and the FP automatically puts back

the code:
>
> <html xmlns:v="urn:schemas-microsoft-com:vml"
> xmlns="urn:schemas-microsoft-comfficeffice"
> xmlns="http://www.w3.org/TR/REC-html40">
>
> I obviously do not know what I am doing so any help would be

appreciated.
> Thanks in advance folks.



 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      18th Dec 2005
Thanks for expanding my response. You can tell when I'm tired, or have run
out of letters on my keyboard when I don't use capitalization :-)



"Ronx" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| You are using VML graphics.
| If you want your pages to validate, remove all the VML.
| VML is created when using WordArt, TextBoxes, ShapeArt and any other
| objects created from the FrontPage drawing toolbar.
|
| Short answer is: if you use VML graphics, you cannot use a valid
| !DOCTYPE, and your pages will never validate.
| As Rob mentioned, anyone NOT using Internet Explorer will see very low
| quality graphics, if they see any at all.
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support: http://www.frontpagemvps.com/
|
|
| "Spyder2" <(E-Mail Removed)> wrote in message
| news:04DC20CF-501C-4608-992E-(E-Mail Removed)...
| > I have read extensively on setting up the "doctype" but I'm still a
| bit
| > confused.
| > The site is: www.vohdenassociates.com
| > I am using FP 2003 and XP Pro)
| >
| > When I do what Ronx suggested:
| >
| > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
| > "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
| > <html><head><meta http-equiv="Content-Type" content="text/html;
| > charset=iso-8859-1">
| >
| > I loose the images on the page and the FP automatically puts back
| the code:
| >
| > <html xmlns:v="urn:schemas-microsoft-com:vml"
| > xmlns="urn:schemas-microsoft-comfficeffice"
| > xmlns="http://www.w3.org/TR/REC-html40">
| >
| > I obviously do not know what I am doing so any help would be
| appreciated.
| > Thanks in advance folks.
|
|


 
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
DOCTYPE =?Utf-8?B?anBjdW1taW5z?= Microsoft Frontpage 2 27th Sep 2007 09:30 PM
The right DOCTYPE? MattB Microsoft ASP .NET 1 7th May 2007 08:23 PM
!Doctype - what to do.. Michael Microsoft Frontpage 2 4th Mar 2006 11:48 AM
DOCTYPE Malcolm Walker Microsoft Frontpage 20 31st Jan 2006 09:14 PM
DOCTYPE?? =?Utf-8?B?R2xvYmFsIERpc2NvdW50?= Microsoft Frontpage 2 7th Oct 2004 12:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:55 PM.