Forums / Setup & design / Search Operator

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Search Operator

Author Message

M M

Thursday 06 January 2005 4:09:21 am

Hi All

I'm using serach operator in my website , concerning the searchbox it's ok
But i'm facing a problem with the advanced search as it breaks my design

As whenever i add this anchor <A> tag the design shifts downwards

<a href={concat('/content/advancedsearch/',$search_text|gt(0)|choose('',concat('?SearchText=',$search_text|urlencode)))|ezurl} class="pass">

Advanced

</a>

Also if i changed the word advanced with an image

<img src={'AdvancedSearch.gif'|ezimage} width="60" height="18" border="0">

..
So i need a solution to this problem
Also i need to know if i can change this value in the attribute href=" "

Thanks in advance