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
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