Click to See Complete Forum and Search --> : images in email


metaxlog
07-23-2004, 08:58 AM
hi, i've been trying to make a link to an images in my site but can't make it happen. In the html e-mail i put a link to my http://domain/imagesfile i just don't know what is it that i'm doing wrogn, or just not doing. i tried it with a basic html document and still can't get it to work.

Any help would be highly apreciated.

Thank you-

startail
07-23-2004, 09:00 AM
Could you post the code for the html that you send ? That would make it alot easier to analyze for errors.

metaxlog
07-23-2004, 09:44 AM
Due to privacy issues i can't provide the full code of the email. I'm going to try to implement billing my customers through html emails. The mail i'm working on at this moment has a lot of customer information and i can't show the full code. Here is the code that links to the image file. I'm just writing basic html here. I don't know if that's what i'm suppose to do but it should work at least in a web page; and it doesn't. I think it might be something about the access of files from my domain. Don't know what though.

Here is the code.

<table cellSpacing="0" cellPadding="0" width="530" border="0">
<tr>
<td style="vertical-align: top">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td class="size2 top" width="75%"><b>RoqueTech Web Solutions<br>

info@roquetech.com<br>
&nbsp;</b></td>
<td vAlign="top" align="left" width="25%" style="vertical-align: top">
<img border="0" src="http://www.roquetech.com/rl.jpg" width="130" height="46">
<table>
<tr>
<td colSpan="2" style="vertical-align: top"><b>Billing&nbsp;Statement</b></td>
</tr>
<tr>
<td class="size2 top"><b>From</b></td>
<td class="size2 top"><b>06/28/2004</b></td>
</tr>
<tr>
<td class="size2 top"><b>To</b></td>
<td class="size2 top"><b>07/28/2004</b></td>
</tr>
</table>

Thank you!

startail
07-23-2004, 09:50 AM
Do you do it like this when you send out the email ? You need to make the html tags so the email reader knows it's html, preferebly what html it is to like they say at w3c.org


<html>
<body>
Email Code here...
</body>
</html>

metaxlog
07-23-2004, 10:13 AM
yeap, that's what i do.

My big problem i think, is that i can't link to an image from my site. Let's say i make a page at domain1.com, and in that page i want to put an image from domain2.com(by linking to it) it wouldn't work. I'll have to upload the image to domain2 in order to use it. But with email i can't do that. I need to be able to link to the image from my domain.:mad: :( :confused:

metaxlog
07-26-2004, 09:21 AM
thanks for the help, i found out i had to put the file in a special folder in order to be able to link to it.

Thanks