where can i download templates
Posted: Tue Sep 02, 2008 7:13 pm
are there any usefull downloadable templates?
The purpose of these forums is to get and give free technical support for OpenEMM. Spammers and their posts will be removed without prior warning.
https://iframe.agnitas.de/
hi,jwastase wrote:Hi: thanks for your reply re "where do i find downloadable templates". I am looking for an email template that I can use. Insert graphic banner across top, layout in 3 columns, footer. very simple. Jwastase
Code: Select all
<html>
<head><title>[agnDVALUE name="title"/]</title></head>
<body>
<div class="header"><img src="[agnDVALUE name="image_url"/]"></div>
<div class="left_column">[agnDVALUE name="Left_Column"/]</div>
<div class="center_column" style="float:left;">[agnDVALUE name="Center_Column"/]</div>
<div class="right_column" style="float:left;">[agnDVALUE name="Right_Column"/]</div>
<div class="footer">[agnDVALUE name="Footertext"/]</div>
</body>
</html>