PDA

View Full Version : Funky Email


core
11-07-2002, 09:02 PM
If you wanted to write a pretty cool looking email, save the attached picture, and copy the follwing code into the source of your email program.

Replace ### with ' & n b s p ; ' without the spaces. And change 'C:\where\you\saved\it\ashleyfilm.jpg' to where you saved the picture.

In Outlook Express, click New Message... Then View... Source Edit... Then on the Source tab, and the bottom.

------------------------------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head></head>

<body bgcolor="#000000" topmargin="0" bottommargin="0">
<div align="center">
<table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="120" background="C:\where\you\saved\it\ashleyfilm.jpg">###</td>
<td width="10">###</td>
<td>
<DIV align="justify">
<FONT face="Arial" color=#dddddd size="2">
Write your message here... Simple
</FONT>
</DIV>
</td>
<td width="10">###</td>
<td width="120" background="C:\where\you\saved\it\ashleyfilm.jpg">###</td>
</tr>
</table>
</div>
</body>
</html>

------------------------------------------------------------

It looks pretty cool

Watrvanefreak
11-19-2002, 03:21 PM
All too Complicated for me. Lol

Dark Phoenix II
11-19-2002, 05:11 PM
It doesn't work. I even tried adapting it to a web page format, but it did nothing.