Chez Maya

 

Pour papier à lettre qui "scrolle" horizontalement !
(à peu près comme cet exemple ici)

 

1. Ouvrez un nouveau message dans Outlook Express.

2. Copiez le code HTML (voir bas de page) dans la source de votre message
IL FAUT SUPPRIMER CELUI DÉJÀ INSCRIT - IMPORTANT !

Pour trouver la source, il faut que vous soyez en format HTML
(du menu en haut... format... texte enrichi  HTML)



3. Après que le code est installé, faire FORMAT...
 - APPLIQUER LE PAPIER À LETTRE (bande papier)


4. Inclure une musique si vous le désirez comme vous faites d'habitude.

Il vous reste maintenant 2 choses à changer dans la source du message :

1) la couleur du fond que vous pouvez choisir ici ou ici
ou encore tout simplement choisir une couleur par format... arrière plan... couleur

2) le sticker pour un de votre choix
(ces 2 items sont identifiés en rouge dans le code qui suit)

 Vous n'avez plus qu'à taper votre message... 
et inclure un son ou une musique.

BONNE CHANCE !  
ÇA L'AIR PLUS COMPLIQUÉ QUE CE L'EST VRAIMENT !
T'ES CAPABLE !
 

...pour n'envoyer que la bande papier sans "scrolling"
Fidji vous donne toutes les instructions.

Et pour ceux qui éprouvent des problèmes,
            en voici des préparés prêts à être utilisés.
 

CODE HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"><BASE
href=file://C:\PROGRA~1\COMMON~1\MICROS~1\Stationery\>
<STYLE>BODY {
BACKGROUND-POSITION: left top; MARGIN-TOP: 240px; FONT-SIZE: 10pt; MARGIN-LEFT: 40px; COLOR: #000000; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Verdana
}
</STYLE>

<META content="MSHTML 6.00.2716.2200" name=GENERATOR></HEAD>
<BODY
style="BACKGROUND-POSITION: 0% 0%; MARGIN-TOP: 10px; BACKGROUND-ATTACHMENT: scroll; FONT: 18pt 'Tabitha' bold; MARGIN-LEFT: 10px; COLOR: #000000"
bgColor=#e7d7cb background=cid:031101c235b0$cf5a19e0$4e69c818@le2cfd36gb7upd>
<DIV><STRONG><FONT face="Courier New" size=3></FONT></STRONG>&nbsp;</DIV>
<DIV style="FONT: 10pt arial">
<DIV>&nbsp;</DIV></DIV>
<DIV><BR></DIV>
<DIV>&nbsp;</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><BR></DIV>
<DIV><FONT face="Century Gothic" size=4></FONT>&nbsp;</DIV>
<DIV style="FONT: 10pt arial">
<DIV>&nbsp;</DIV></DIV>
<DIV><BR></DIV>
<DIV>&nbsp;</DIV>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P></P>
<P>&nbsp;</P>
<DIV id=imageholder
style="Z-INDEX: -1; LEFT: 0px; POSITION: absolute; TOP: 0px">
<SCRIPT language=VBScript>
<!--
direction="right" ' change the direction of the scroll here: "up" or "left" or "down" or "right"
sizew=424 ' enter the width of the scrolling image here
sizeh=1000 ' enter the height of the scrolling image here
nail=0
source=document.body.background
tall=((screen.height\sizeh)+1)*2
wide=(screen.width\sizew)+1

if direction="up" then
max=tall
axis=sizeh
placement=0
reset=0
elseif direction="left" then
max=wide
axis=sizew
placement=0
reset=0
elseif direction="down" then
max=tall
axis=0
placement=-sizeh
reset=-sizeh
elseif direction="right" then
max=wide
axis=0
placement=-sizew
reset=-sizew
end if

document.write "<pre>"
for temp=0 to max
if direction="up" then
document.write "<img id=pics"&temp&" src><br>"
elseif direction="left" then
document.write "<img id=pics"&temp&" src>"
elseif direction="down" then
document.write "<img id=pics"&temp&" src><br>"
elseif direction="right" then
document.write "<img id=pics"&temp&" src>"
end if
document.all("pics"&temp).src=source
next
document.write "</pre>"

document.body.background=" "
window.status="Click the image to Stop or Restart the scroll"

sub scroll()
if nail=1 then
exit sub
end if
if placement < axis then
setTimeout "move", 1
else
placement=reset
setTimeout "move", 1
end if
end sub

sub move()
if direction="up" then
imageholder.style.top=-placement
elseif direction="left" then
imageholder.style.left=-placement
elseif direction="down" then
imageholder.style.top=placement
elseif direction="right" then
imageholder.style.left=placement
end if
placement=placement+1
setTimeout "scroll", 1
end sub

sub imageholder_onclick()
if nail=0 then
nail=1
else
nail=0
end if
scroll()
end sub

scroll()
-->
</SCRIPT>

<SCRIPT language=JavaScript><!--
ScrollSpeed = 100; // milliseconds between scrolls
ScrollChars = 1; // chars scrolled per time period

function SetupTicker() {
// Thanks to who ever created this Java script!
msg="A la prochaine...  ";
RunTicker();}
function RunTicker() {
window.setTimeout('RunTicker()',ScrollSpeed);
window.status = msg;
msg = msg.substring(ScrollChars) + msg.substring(0,ScrollChars);}
SetupTicker();
<!-- end
// -->
</SCRIPT>

<P></P></DIV></BODY></HTML>
 

Site Meter