View Single Post
  #2 (permalink)  
Old 04-22-06, 07:37 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
Quote:
Originally Posted by stakpro
Is it possible to embed pictures into HTML e-mails so people do not have to click the "Show Images" button when viewing the e-mail?

I have seen this done before, but have no idea how.
I'm not really sure what you mean "Show Images Button", and when you say "embed" do you mean something like
Code:
<img src="path/to/image/your_image_here.jpg" alt="Alt Here" width="100" height="100" />
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote