Hi, we use the drillpine multi comun search results plug-in on our site and have everything aligning center which works fine. How can i get the search result to valign="top"? As if the description goes onto a second line, it knocks it's alignment out from the rest of the product in the same row.
Also i changed the search setting to display the section description instead on the short description so that the search result would appear more like the sections within our site. But when i uploaded and searched no product image appearded and the section description didn't hyperlink to the product?
Here is the code for our search results if this helps:
If i could just get the image and description to valign="top" that would be a start.
Our site is: www [dot] classixshop [dot] com
try searching for tuk shoes and you'll see what i mean Any help appriciated
The attached pic shows the search settings of our live site atm
Also i changed the search setting to display the section description instead on the short description so that the search result would appear more like the sections within our site. But when i uploaded and searched no product image appearded and the section description didn't hyperlink to the product?
Here is the code for our search results if this helps:
HTML Code:
<Actinic:S_TABLESTART/> <p> <!--<actinic:variable name="SearchResultItem"/>.--> <Actinic:XMLTEMPLATE NAME="ImageLine"> <Actinic:Variable Name="SearchResultLink"/> <center><img src="<actinic:variable name="SearchResultProductImage" />" <actinic:variable name="SearchResultProductImageSize" /> border=0/></a></center> </Actinic:XMLTEMPLATE> <actinic:variable name="SearchResultLink"/> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsName%22%20%2f%3e"> <center><actinic:variable name="SearchResultProductName" /></center> </actinic:block></A> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsSectionName%22%20%2f%3e"> <center><Actinic:Variable Name="SearchResultSectionName"/></center> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsPrice%22%20%2f%3e"> <br/> <center><b><actinic:variable formatting="font(Size|16)" name="SearchResultPrice" /></b></center> </actinic:block> <BR> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsDescription%22%20%2f%3e"> <br /><actinic:variable name="SearchResultFullDescription" /> </actinic:block><BR> <actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultShowsProperties%22%20%2f%3e" > <br /><actinic:variable name="SearchResultProp" /> </actinic:block><P> </TD> <Actinic:S_TABLEEND/>
Our site is: www [dot] classixshop [dot] com
try searching for tuk shoes and you'll see what i mean Any help appriciated
The attached pic shows the search settings of our live site atm
Comment