Page 1 of 1

where can i download templates

Posted: Tue Sep 02, 2008 7:13 pm
by meinmailer
are there any usefull downloadable templates?

downloadable templates

Posted: Wed Mar 31, 2010 12:58 am
by jwastase
I too am looking for downloadable templates. Any progress to share?

Posted: Tue Apr 06, 2010 7:23 am
by pheelix
what kind of templates are you looking for?
content-manager-templates, text-mailing-templates oder html-templates?

i think you dont need a special openemm-template, instead you can use any text- or html-template and place the agn-tags in it. so you have a fully customizeable / flexible design solution for your business.

Posted: Tue Apr 06, 2010 11:50 am
by James
Hi Friend,
As far as I know themesbase dot com is one of the biggest resources for free website and cms designs, themes and templates.

Thanks,
James

Posted: Wed Apr 07, 2010 9:56 pm
by pheelix
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
hi,
so you want to send the emails as html.
you just need to create a html-template like:

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>