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
https://forums.phpfreaks.com/topic/28091-marquee-in-outlook-2003/
Share on other sites

Well i dont know Outlook so well but in html a marquee object i written like this
[code]<marquee>This is a text that will move</marquee>[/code]
and another style is
[code]<marquee behavior=alternate>Text</marquee>[/code]

Hope this can help you! ;)
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??

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
html support in email clients is by no means uniform. Stick to the most basic tags - no proprietary tags. Css is not that well supported either - probably best sticking to (it hurts to say it) in-line styles/formatting - eeeeeeuuuuuuuuuuuuuuggggggggghhhhhhhhh.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.