Jump to content

Marquee in Outlook 2003


Round

Recommended Posts

Not that this is important but I was bored at work and wanted to create a different signature in Outlook express 2003.

I have gone to Tools -> Mail Format(tab) -> Signatures -> New (Given it a name) -> Next -> Advanced Edit (which opens up a Html file) I have then put in a message using the marquee(scroll) tag and then saved it. This all works fine and the message displays correctly in the preview box. I have then assigned it as a signature for all new messages.

But... When I go to send an email it just gives me that crappy white box with the red x in it... and my marquee message doesn't work!!!

Any Ideas why??

Cheers

Link to comment
Share on other sites

Cheers but I've pretty much got that.
Heres the default code in the Html doc it gives you:-
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Signature</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV align=left>&nbsp;</DIV></BODY></HTML>[/code]

This is my addition(my edit):-
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Signature</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV align=left>
<MARQUEE>My Name, Department, Ext No.</MARQUEE></DIV></BODY></HTML>[/code]

It works in the preview stage, but not on the emails. I think outlook doesnt like the marquee part, But it either allows Html or it doesnt? Surely??

Link to comment
Share on other sites

surely it must!
but i see something wrong with your script:
try this
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Signature</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV align=left>&nbsp;</DIV>
<MARQUEE>My Name, Department, Ext No.</MARQUEE></BODY></HTML>[/code]

You putt the div in wrong place! :D
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.