I accidently altered something in Act_ResultsTemplate and now all that is displayed after a search is lines of full stops a bit like this :
.
.
.
.
.
Here is the html :
<html><head><!-- Results HTML begin --><!-- Add Results Page header HTML here --></head>
<body><table align="center" border="0" cellpadding="10" cellspacing="0" width="">
<tbody><tr>
<td align="left">
<b><actinic:s_summary></actinic:s_summary></b><br><actinic:s_continue>
</actinic:s_continue></td>
</tr>
<tr>
<td align="left">
<actinic:search_results>
<actinic:s_item>.
<actinic:s_link><b><actinic:s_pname></actinic:s_pname></b> <actinic:s_sname> <actinic:s_price> <br>
<actinic:s_descr><br>
<actinic:s_prop></actinic:s_prop></actinic:s_descr></actinic:s_price></actinic:s_sname></actinic:s_link></actinic:s_item></actinic:search_results><p>
</p></td>
</tr>
<tr>
<td align="left">
<b><actinic:s_summary></actinic:s_summary></b><br><actinic:s_continue>
</actinic:s_continue></td>
</tr>
</tbody></table>
<hr align="center" size="1" width="CUSTOMVAR:ACTSTDWIDTH">
NETQUOTEVAR:SEARCHBLOCK
<!-- Add Results Page footer HTML here -->
<!-- Results HTML end --></body></html>
.
.
.
.
.
Here is the html :
<html><head><!-- Results HTML begin --><!-- Add Results Page header HTML here --></head>
<body><table align="center" border="0" cellpadding="10" cellspacing="0" width="">
<tbody><tr>
<td align="left">
<b><actinic:s_summary></actinic:s_summary></b><br><actinic:s_continue>
</actinic:s_continue></td>
</tr>
<tr>
<td align="left">
<actinic:search_results>
<actinic:s_item>.
<actinic:s_link><b><actinic:s_pname></actinic:s_pname></b> <actinic:s_sname> <actinic:s_price> <br>
<actinic:s_descr><br>
<actinic:s_prop></actinic:s_prop></actinic:s_descr></actinic:s_price></actinic:s_sname></actinic:s_link></actinic:s_item></actinic:search_results><p>
</p></td>
</tr>
<tr>
<td align="left">
<b><actinic:s_summary></actinic:s_summary></b><br><actinic:s_continue>
</actinic:s_continue></td>
</tr>
</tbody></table>
<hr align="center" size="1" width="CUSTOMVAR:ACTSTDWIDTH">
NETQUOTEVAR:SEARCHBLOCK
<!-- Add Results Page footer HTML here -->
<!-- Results HTML end --></body></html>
Comment