Have currently added the quicksearchbar into our sire using searchable properties, we've got all that set up and working well. I'm wanting to place it in the top header of our site, but am wanting to change the layout of how the variable is.
You can have a look a how it currently is @ classixshop dot com. At the moment it is in a single column, but i would it be be i as 1 row (or 3 columns) as one horizontal line. any idea's on this? Much appreicated!
is the current code i'm using for the variable.
Actually i tell i lie, it's not on our live site atm :P but heres a snapshot showing where it i placed! lol
You can have a look a how it currently is @ classixshop dot com. At the moment it is in a single column, but i would it be be i as 1 row (or 3 columns) as one horizontal line. any idea's on this? Much appreicated!
HTML Code:
<form name="simplesearch" method="get" action="<actinic:variable name="OnlineScriptURL" value="Search Script URL" />"> <input type="hidden" name="page" value="search" /> <input type="hidden" name="SS" value="" /> <input type="hidden" name="PR" value="-1" /> <input type="hidden" name="TB" value="A" /> <table> <actinic:variable name="SearchablePropertyList" /> </table> <input type="image" value="ACTION" name="search" src="search_button.gif" alt="<actinic:variable name="QuickSearchButtonText" />" /> </form>
Actually i tell i lie, it's not on our live site atm :P but heres a snapshot showing where it i placed! lol
Comment