
Originally Posted by
avilleza
sa embed ko lagi magalisod bro sa codin nana ko idea pero ang logo nga ako ibutang dili man mo show kung ma send na html codes mam gihapon
this is allowed but bad practice, FYI that sending email with images are usually blocked by email provider as they are classified as spam, most especially if your email has an html code, it will most likely been strip with codes or diverted to spam foilder, ive experienced this once im working on social networking where i need to send the activation email, it is always block and classified as a spam... and most of all it will make you email size more heavy than the usual text email...
kung gusto jud nimo mabasa ang imo email ug adto jud sa inbox... avoid using html on your email..... especially email with images...
but if you really want to add you images to your email try this ff:
1) Upload your image to imagehosting site (
imageshack.us etc....)
2) Copy the full link of the image (
http://img32.imageshack.us/blahblah.whatever.gif)
3) and use put it on an image tag like this =>
<img src="http://img32.imageshack.us/blahblah.whatever.gif" border="0"/>
4) or if you want to add a clickble link do it like this => <a href="http://www.whateversite.com/" target="_blank"><img src="http://img32.imageshack.us/blahblah.whatever.gif" border="0"/></a>
still i don't recommend doing this since this a very bad practice when sending an email, usually spammer used this kind of email