Message from discussion
Imageset template question
Received: by 10.213.7.146 with SMTP id d18mr100544ebd.1.1328776308507;
Thu, 09 Feb 2012 00:31:48 -0800 (PST)
X-BeenThere: django-arkestra@googlegroups.com
Received: by 10.14.38.22 with SMTP id z22ls994173eea.0.gmail; Thu, 09 Feb 2012
00:31:48 -0800 (PST)
Received: by 10.180.75.179 with SMTP id d19mr61126wiw.2.1328776308144;
Thu, 09 Feb 2012 00:31:48 -0800 (PST)
Received: by 10.180.75.179 with SMTP id d19mr61125wiw.2.1328776308137;
Thu, 09 Feb 2012 00:31:48 -0800 (PST)
Return-Path: <dani...@vurt.org>
Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com. [81.103.221.47])
by gmr-mx.google.com with ESMTP id bz19si1143456wib.0.2012.02.09.00.31.47;
Thu, 09 Feb 2012 00:31:47 -0800 (PST)
Received-SPF: neutral (google.com: 81.103.221.47 is neither permitted nor denied by best guess record for domain of dani...@vurt.org) client-ip=81.103.221.47;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 81.103.221.47 is neither permitted nor denied by best guess record for domain of dani...@vurt.org) smtp.mail=dani...@vurt.org
Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35])
by mtaout01-winn.ispmail.ntl.com
(InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP
id <20120209083147.HERH3550.mtaout01-winn.ispmail.ntl....@aamtaout03-winn.ispmail.ntl.com>
for <django-arkestra@googlegroups.com>;
Thu, 9 Feb 2012 08:31:47 +0000
Received: from [192.168.0.2] (really [86.10.10.178])
by aamtaout03-winn.ispmail.ntl.com
(InterMail vG.3.00.04.00 201-2196-133-20080908) with ESMTP
id <20120209083147.HCF13318.aamtaout03-winn.ispmail.ntl.com@[192.168.0.2]>
for <django-arkestra@googlegroups.com>;
Thu, 9 Feb 2012 08:31:47 +0000
From: "Daniele Procida" <dani...@vurt.org>
To: <django-arkestra@googlegroups.com>
Subject: Re: Imageset template question
Date: Thu, 9 Feb 2012 08:31:42 +0000
Message-Id: <20120209083142.875322322@smtp.ntlworld.com>
In-Reply-To: <98c1c088-2dce-4e27-aaa4-d392564b4...@m5g2000yqk.googlegroups.com>
References: <98c1c088-2dce-4e27-aaa4-d392564b4...@m5g2000yqk.googlegroups.com>
X-Mailer: CTM PowerMail version 6.1 build 4643 English (intel)
<http://www.ctmdev.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
X-Cloudmark-Analysis: v=1.1 cv=JvdXmxIgLJv2/GthKqHpGJEEHukvLcvELVXUanXFreg= c=1 sm=0 a=CyWE9gRBUykA:10 a=kj9zAlcOel0A:10 a=pGLkceISAAAA:8 a=BEGH_OAIAAAA:8 a=xwwtdWHyXjcZLKnDIXQA:9 a=DWxya9Wo83tWxAHMvN8A:7 a=CjuIK1q_8ugA:10 a=wfAIlRLoKUIA:10 a=MSl-tDqOz04A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117
On Wed, Feb 8, 2012, Luke Crooks <pumalo...@gmail.com> wrote:
>Here is my imageset=5Fitem.html template
>
>http://dpaste.com/699661/
>
>The two things I cannot get working are the a href in line 5, if
>anyone could help I would be very grateful!!
You have nested <a> tags, in lines 4-6...
Daniele