//flex table opened by JP

Click to See Complete Forum and Search --> : Html Question


SirFrank
12-23-2003, 12:57 AM
I know how to make both text links and graphic links for web pages and posting.
What is the code for sending them in an email so they show up as such?
Thanks!

fishybawb
12-23-2003, 02:27 PM
They're the same, just make sure you include the full path for any image files and that the receiver of the mail is capable of receiving HTML encoded emails.

DocEvi1
12-24-2003, 08:59 AM
you can also bury them into the message by using stationery, but that requires Outlook usually.

The best way is to send a HTML page which is formatted/created as you need... The unfortunate thing is that people like me refuse to open emails with pictures in unless I'm expecting them (takes too long and is usually spam). If I were you therefore I wouldn't put pictures in.

SirFrank
12-25-2003, 08:26 PM
Well it sure dont work for me. Are you sure the only thing I have to do is copy the html in the mail and send as html?

Ive tried every way I know with Ns 4.7 and its no go. I can use the Netscape box and type in text but thats not what I want. The graphic I cant do at all.
This link comes out as all text.
<center><a href="http://209.123.255.107/~virtuals/artistPage.php?id=13&bandName=G.%20Loyd%20Pillsbury%20%20-%20%20Doughboy"><img src="http://www.freewebs.com/gregpillsbury/gubota.gif"></a></center>
<font color="#FFFFFF"></font>
What am I doing wrong?
Thanks!

bassman
12-30-2003, 07:58 PM
You want to send the code in the e-mail's body?

SirFrank
12-30-2003, 08:39 PM
You want to send the code in the e-mail's body?
Exactly. I want to be able to send both a Graphic and text link. :t

bassman
12-31-2003, 09:56 AM
I don't know how to insert graphics...you an insert a link in the body like in this example:

<a href="mailto:someone@sysopt.com?cc=someoneelse@sysopt.co m&bcc=andsomeoneelse2@sysopt.com&subject=Happy%20New%20Year&body=Have%20a%20happy%20new%20year">Send mail!</a>

This link send an e-mail to 3 recipients, specified in the To, Cc, and Bcc fields, with subject "Happy New Year" and body "Have a Happy new year"

SirFrank
12-31-2003, 11:52 AM
It just doesnt work. I even copied your link and its still the same. Must be Ns 4.7 even though you can tell it to send in html. Oh well! Thanks!:t