In the view of a html mail function I have got the following A-helper
and img tag:

<td class="browserversion" align="left">
<p>Having trouble viewing this email? {{=A('View it in your browser',
_href=URL(r=request,c='clublocatormail',f='browser_version',args=[item.bedrijfcontactpersoon.bedrijf,item.contactpersoon.id]),
_target="_blank")}}</p>
</td>


<td class="header" align="left">
<img src="{{=URL(r=request,c='static',f='template/header.jpg')}}"
alt="Header" width="600" height="192" />
</td>


When I expose the function both locally and on the server the _href
and src attributes aren't rendered, i.e. when I open the mail in a
mail client or for example roundcube web mail the attributes just
aren't there:


<td class="browserversion" align="left">
<p>Having trouble viewing this email? <a>View it in your browser</a></
p>
</td>

<td class="header" align="left">
<img alt="Header" width="600" height="192" >
</td>


Does one of you know why, and how to solve this problem?


Kind regards,

Annet.


-- 
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to