Shop Site Pro 9
No mater what I try, I can't get search results to loop the way I need. To see what i mean, go to this page: http://www.twinkletwinkleboutique.com/newabout.html and enter either baby or stroller in the search field. I'm expecting the products to show 3 across, but they dont. Scroll down and scroll to the right and you'll see more products displayed. I know that the page is deisgned properly to display non-shop site content correctly as seen here: http://www.twinkletwinkleboutique.com/c ... _care.html This page is exactly the same as the Search Template minus the Search Template code and the text for this page added.
At the top of my Search Template, I have this code:
[-- DEFINE SEARCH_RESULTS --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
At the bottom of the template is this code:
</body>
</html>
[-- END_DEFINE SEARCH_RESULTS --]
In a table within the template, I have this code:
<table border="0">
[-- LOOP SEARCH 3--]
[-- IF SEARCHPRODUCT --]
<br>
[-- END_IF --]
[-- SEARCHRESULT --]
[-- END_LOOP SEARCH --]
</table>
That's it as far as code any "Shop Site" code goes. What am I missing?
Thanks