where can i download templates

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

meinmailer
Posts: 1
Joined: Tue Sep 02, 2008 7:02 pm

where can i download templates

Post by meinmailer »

are there any usefull downloadable templates?
jwastase
Posts: 2
Joined: Tue Mar 16, 2010 2:37 am

downloadable templates

Post by jwastase »

I too am looking for downloadable templates. Any progress to share?
pheelix
Posts: 101
Joined: Thu Nov 20, 2008 4:34 pm
Location: Dresden, Germany
Contact:

Post 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.
James
Posts: 1
Joined: Tue Apr 06, 2010 11:29 am
Contact:

Post 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
pheelix
Posts: 101
Joined: Thu Nov 20, 2008 4:34 pm
Location: Dresden, Germany
Contact:

Post 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>
Post Reply