Forums
This topic is locked
How do I make a repeat region tile vertically?
03 May 2006 13:16:27 Malcolm X posted:
Hi there, I have the following repeat region which tiles everything from top to bottom.Can I change it so that it tiles two tiles wide and then downward?
<%
While ((Repeat1__numRows <> 0) AND (NOT rsPublication.EOF))
%>
<tr>
<td width="20%" bordercolor="#ECECD7"><div align="center"><A HREF="publication-description.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "idBook=" & rsPublication.Fields.Item("idBook".Value %>"><img src="<%=(rsPublication.Fields.Item("idImage".Value)%>" name="apaewh" id="apaewh"></A></div></td>
<td width="80%" height="126" colspan="3" bgcolor="#ECECD7">
<p align="left"><A HREF="publication-description.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "idBook=" & rsPublication.Fields.Item("idBook".Value %>"><font size="3"><%=(rsPublication.Fields.Item("idTitle".Value)%></font></A><br>
Author: <%=(rsPublication.Fields.Item("idAuthor".Value)%><br>
Publisher: <%=(rsPublication.Fields.Item("idPublisher".Value)%><br>
<br>
©<%=(rsPublication.Fields.Item("idDate".Value)%> | ISBN: <%=(rsPublication.Fields.Item("idISBN".Value)%> | <%=(rsPublication.Fields.Item("idBinding".Value)%>| <%=(rsPublication.Fields.Item("idPages".Value)%> Pages<br>
<br>
Price: AU$<%=(rsPublication.Fields.Item("idPrice".Value)%>.95 (Incl. GST).<font color="#333333"></font></p>
</td>
</tr>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
rsPublication.MoveNext()
Wend
%>
Thanks Mally.
Replies
Replied 03 May 2006 20:21:32
03 May 2006 20:21:32 Javier Castro replied:
try the horizontal looper extension
Replied 04 May 2006 02:35:19
04 May 2006 02:35:19 Malcolm X replied:
Hey there, I did try that but it seems that the version that is available is only for the old version of Dreamweaver (Ultradev). The newer versions require that you buy them.
Any other suggestions?
Any other suggestions?