Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Live Mail > WLM Signature Issues - res://ieframe.dll/syntax.htm#

Reply
Thread Tools Display Modes

WLM Signature Issues - res://ieframe.dll/syntax.htm#

 
 
The lynx Effect
Guest
Posts: n/a

 
      11-09-2009
Hi,

I am hoping someone here can help me as there is little information on this
error. I have an HTML email signature which is used on my previous Vista
workstation and Windows Mail, and a Laptop which had the Win7 RC and WLM.
This signature worked fine.

Since updating both PC's to the released version of Win7 and the latest WLM
on both PC's the signature no longer works. When I attach the signature the
image doesn't appear, and if I press Ctrl and click a link, I get the My
documents folder opening.

If I send the email to myself, the image is still not available, and if I
click a link, IE opens with the following error -
res://ieframe.dll/syntax.htm#

The image is hosted on my website. I can open the HTML file, and it displays
and works correctly in IE, It's only when it attached as a signature.

Any help to resolve this would be great.

 
Reply With Quote
 
 
 
 
Ron Sommer
Guest
Posts: n/a

 
      11-09-2009
Signatures are inserted.
Is there a reason that you say attach?

Copy and paste the code. Replace sensitive information with xxx.
--
Ron Sommer
MS MVP-Mail

"The lynx Effect" <> wrote in message
news:46115911-C6C2-4FE6-8F3F-...
> Hi,
>
> I am hoping someone here can help me as there is little information on
> this
> error. I have an HTML email signature which is used on my previous Vista
> workstation and Windows Mail, and a Laptop which had the Win7 RC and WLM.
> This signature worked fine.
>
> Since updating both PC's to the released version of Win7 and the latest
> WLM
> on both PC's the signature no longer works. When I attach the signature
> the
> image doesn't appear, and if I press Ctrl and click a link, I get the My
> documents folder opening.
>
> If I send the email to myself, the image is still not available, and if I
> click a link, IE opens with the following error -
> res://ieframe.dll/syntax.htm#
>
> The image is hosted on my website. I can open the HTML file, and it
> displays
> and works correctly in IE, It's only when it attached as a signature.
>
> Any help to resolve this would be great.
>

 
Reply With Quote
 
...winston
Guest
Posts: n/a

 
      11-09-2009
Place the image file and the html file in the stationery folder on your local machine

--
...winston
ms-mvp mail

"The lynx Effect" <> wrote in message
news:46115911-C6C2-4FE6-8F3F-...
> Hi,
>
> I am hoping someone here can help me as there is little information on this
> error. I have an HTML email signature which is used on my previous Vista
> workstation and Windows Mail, and a Laptop which had the Win7 RC and WLM.
> This signature worked fine.
>
> Since updating both PC's to the released version of Win7 and the latest WLM
> on both PC's the signature no longer works. When I attach the signature the
> image doesn't appear, and if I press Ctrl and click a link, I get the My
> documents folder opening.
>
> If I send the email to myself, the image is still not available, and if I
> click a link, IE opens with the following error -
> res://ieframe.dll/syntax.htm#
>
> The image is hosted on my website. I can open the HTML file, and it displays
> and works correctly in IE, It's only when it attached as a signature.
>
> Any help to resolve this would be great.
>

 
Reply With Quote
 
The lynx Effect
Guest
Posts: n/a

 
      11-11-2009
Sorry I meant inserted..lol

I did try adding the files into the statinary folder but this made no
difference. However If add it as stationary it works fine. It's only when
it's inserted as a signature.

Here is my HTML code. With the relevant personal info removed with XXXXXX

Thanks in advance for any help.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Untitled Page</title>
<style type="text/css">
.style1
{
width: 252px;
}
.style2
{
font-family: Arial;
}
.style3
{
width: 252px;
font-family: Arial;
font-size: small;
font-weight: bold;
}
.style5
{
font-family: Arial;
font-size: small;
}
.style6
{
width: 252px;
font-size: x-small;
}
.style7
{
color: #FF0000;
font-size: xx-small;
}
.style11
{
font-size: xx-small;
}
.style12
{
font-family: Arial;
font-size: xx-small;
}
.style13
{
font-size: xx-small;
color: #3333CC;
}
</style>
</head>
<body>

<TABLE style="WIDTH: 31%; HEIGHT: 151px">
<TBODY>
<TR>
<TD class=style1><A href="http://www.xxxxxxxxxxxxxxxxxxxx.co.uk/"><IMG
style="BORDER-RIGHT-WIDTH: 0px; WIDTH: 191px; BORDER-TOP-WIDTH: 0px;
BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 60px; BORDER-LEFT-WIDTH: 0px"
class=style5 alt=""

src="http://www.xxxxxxxxxxxxxxxxxxxx.co.uk/images/LogoColorNoTextTransSig.jpg"></A></TD></TR>
<TR>
<TD class=style3>xxxxxxxxxxxxxxxxxxxxxx</TD></TR>
<TR>
<TD class=style6><FONT size=1><SPAN class=style12>Home Computing
Support<br />
<br />
xxxxxxx<br />
xxxxxxxxxxxx</SPAN><BR
class=style12><BR class=style12><SPAN class=style2><SPAN
class=style7>Mob:</SPAN></SPAN><SPAN class=style12>
xxxxxxxxxxxxxxxxx</SPAN><BR
class=style12><SPAN class=style2><SPAN class=style7>E:</SPAN><SPAN
class=style11> </SPAN><A
href="mailto:xxxxxxxxxxxxxxxxxxxxxxxxxxx.co.uk">
<SPAN
class=style13>xxxxxxxxxxxxxxxxxxxxxxxxxx.co.uk</SPAN></A></SPAN><BR
class=style12><SPAN class=style2><SPAN class=style7>W:</SPAN><SPAN
class=style11> </SPAN><A
href="http://www.xxxxxxxxxxxxxxxxxx.co.uk/"><SPAN

class=style13>www.xxxxxxxxxxxxxxxxxxxxxx.co.uk</SPAN></A></SPAN></FONT></TD></TR></TBODY></TABLE></DIV></BODY></HTML>
 
Reply With Quote
 
Ron Sommer
Guest
Posts: n/a

 
      11-12-2009
Signatures only use the body code.
Stationery uses all of the code, body and style.

I don't see that using a table hurts, but I don't see any advantage either.
There is no reason to use the span attribute.
--
Ron Sommer
MS MVP-Mail

"The lynx Effect" <> wrote in message
news9F1860E-BD03-4075-9F25-...
> Sorry I meant inserted..lol
>
> I did try adding the files into the statinary folder but this made no
> difference. However If add it as stationary it works fine. It's only when
> it's inserted as a signature.
>
> Here is my HTML code. With the relevant personal info removed with XXXXXX
>
> Thanks in advance for any help.
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" >
> <head>
> <title>Untitled Page</title>
> <style type="text/css">
> .style1
> {
> width: 252px;
> }
> .style2
> {
> font-family: Arial;
> }
> .style3
> {
> width: 252px;
> font-family: Arial;
> font-size: small;
> font-weight: bold;
> }
> .style5
> {
> font-family: Arial;
> font-size: small;
> }
> .style6
> {
> width: 252px;
> font-size: x-small;
> }
> .style7
> {
> color: #FF0000;
> font-size: xx-small;
> }
> .style11
> {
> font-size: xx-small;
> }
> .style12
> {
> font-family: Arial;
> font-size: xx-small;
> }
> .style13
> {
> font-size: xx-small;
> color: #3333CC;
> }
> </style>
> </head>
> <body>
>
> <TABLE style="WIDTH: 31%; HEIGHT: 151px">
> <TBODY>
> <TR>
> <TD class=style1><A href="http://www.xxxxxxxxxxxxxxxxxxxx.co.uk/"><IMG
> style="BORDER-RIGHT-WIDTH: 0px; WIDTH: 191px; BORDER-TOP-WIDTH: 0px;
> BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 60px; BORDER-LEFT-WIDTH: 0px"
> class=style5 alt=""
>
> src="http://www.xxxxxxxxxxxxxxxxxxxx.co.uk/images/LogoColorNoTextTransSig.jpg"></A></TD></TR>
> <TR>
> <TD class=style3>xxxxxxxxxxxxxxxxxxxxxx</TD></TR>
> <TR>
> <TD class=style6><FONT size=1><SPAN class=style12>Home Computing
> Support<br />
> <br />
> xxxxxxx<br />
> xxxxxxxxxxxx</SPAN><BR
> class=style12><BR class=style12><SPAN class=style2><SPAN
> class=style7>Mob:</SPAN></SPAN><SPAN class=style12>
> xxxxxxxxxxxxxxxxx</SPAN><BR
> class=style12><SPAN class=style2><SPAN class=style7>E:</SPAN><SPAN
> class=style11> </SPAN><A
> href="mailto:xxxxxxxxxxxxxxxxxxxxxxxxxxx.co.uk">
> <SPAN
> class=style13>xxxxxxxxxxxxxxxxxxxxxxxxxx.co.uk</SPAN></A></SPAN><BR
> class=style12><SPAN class=style2><SPAN class=style7>W:</SPAN><SPAN
> class=style11> </SPAN><A
> href="http://www.xxxxxxxxxxxxxxxxxx.co.uk/"><SPAN
>
> class=style13>www.xxxxxxxxxxxxxxxxxxxxxx.co.uk</SPAN></A></SPAN></FONT></TD></TR></TBODY></TABLE></DIV></BODY></HTML>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
windows explorer not responding after right clicking - error Woodzys Windows Vista General Discussion 4 11-07-2009 12:47 PM
office 2007 install on windows vista ultimate Chas Windows Vista Installation 20 11-19-2007 03:50 PM
Corrupt Files juerg Windows Vista Installation 10 07-12-2007 04:38 PM
Error reports what do they mean Joe83 Windows Vista Hardware 1 06-07-2007 03:35 AM
ISSUES ISSUES ISSUES! Johnsabu Windows Vista Installation 7 03-02-2007 04:19 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59