Hi
I have been editing the way my search results are displayed and now have this...
<TR>
<Actinic:SEARCH_RESULTS>
<TD ALIGN=LEFT><Actinic:S_ITEM/>
<td><img src="arrowfwdred.gif" width="10" height="10"></td>
<td><Actinic:S_LINK/><B><Actinic:S_PNAME/></B></A></td>
<td><Actinic:S_DESCR/></td>
<td><Actinic:S_SNAME/></td>
<td><Actinic:S_PRICE/></td>
<td><Actinic:S_PROP/><BR></td>
</TD>
</Actinic:SEARCH_RESULTS>
</TR>
What I am trying to do is break them apart into columns, i have created the following table headings...
<tr bordercolor="#999999" bgcolor="#999999">
<td>aaaa</td>
<td>bbbb</td>
<td width="96"><b><font color="#3f0303" face="Verdana">Artist</font></b></td>
<td width="91"><b><font color="#3f0303" face="Verdana">Title</font></b></td>
<td width="91"><b><font color="#3f0303" face="Verdana">Section</font></b></td>
<td align="center" width="68"><b><font color="#3f0303" face="Verdana">Price</font></b></td>
</tr>
So, is it possible to break apart the table results. I have tried <td>...</td> each component of the results, but find that the next result repeats on the same line. I do have <Actinic:SEARCH_RESULTS> and </Actinic:SEARCH_RESULTS> outside <td></td> which I think is causing this....
This may be easier if I attach the file....
Any suggestions...
Thanks, Steve
I have been editing the way my search results are displayed and now have this...
<TR>
<Actinic:SEARCH_RESULTS>
<TD ALIGN=LEFT><Actinic:S_ITEM/>
<td><img src="arrowfwdred.gif" width="10" height="10"></td>
<td><Actinic:S_LINK/><B><Actinic:S_PNAME/></B></A></td>
<td><Actinic:S_DESCR/></td>
<td><Actinic:S_SNAME/></td>
<td><Actinic:S_PRICE/></td>
<td><Actinic:S_PROP/><BR></td>
</TD>
</Actinic:SEARCH_RESULTS>
</TR>
What I am trying to do is break them apart into columns, i have created the following table headings...
<tr bordercolor="#999999" bgcolor="#999999">
<td>aaaa</td>
<td>bbbb</td>
<td width="96"><b><font color="#3f0303" face="Verdana">Artist</font></b></td>
<td width="91"><b><font color="#3f0303" face="Verdana">Title</font></b></td>
<td width="91"><b><font color="#3f0303" face="Verdana">Section</font></b></td>
<td align="center" width="68"><b><font color="#3f0303" face="Verdana">Price</font></b></td>
</tr>
So, is it possible to break apart the table results. I have tried <td>...</td> each component of the results, but find that the next result repeats on the same line. I do have <Actinic:SEARCH_RESULTS> and </Actinic:SEARCH_RESULTS> outside <td></td> which I think is causing this....
This may be easier if I attach the file....
Any suggestions...
Thanks, Steve
Comment