Hi,
I'm working on converting our v2.5 search scripts to v5. In v2.5 we customized the results style so that it used settings from a CSS stylesheet which was loaded in via the top html area of the search script.
Attempting to duplicate the same customizations in the v5 script I having problems where the CSS settings aren't being recognized by the custom result style.
In Top Html via dowalk I set the CSS and its settings are being used by the html in Top and Bottom that follows. But I'm finding that the search results aren't following the fonts and formating from the CSS.
Here is the custom result style:
<!-- display a record in a unique result style -->
<a name=SPHCMstyle>
<setupresult>
<FM>
<br>
<div class="search">
<div class="searchcount">$'next'. <span class="searchresult"><STRONG><result_title></STRONG></span></div>
<div class="searchreturn"><result_abstract></div>
<div class="searchdetails"><i><result_url></i><br>
Size: <result_docsize> - [<result_similar>] - [<result_info>]
</div>
</a>
Is it an issue that when the vortex script file and the profile's Top/Bottom html are merged during a search - that a CSS isn't affecting html within the script?
Lengthy question..sorry but any help appreciated. David
I'm working on converting our v2.5 search scripts to v5. In v2.5 we customized the results style so that it used settings from a CSS stylesheet which was loaded in via the top html area of the search script.
Attempting to duplicate the same customizations in the v5 script I having problems where the CSS settings aren't being recognized by the custom result style.
In Top Html via dowalk I set the CSS and its settings are being used by the html in Top and Bottom that follows. But I'm finding that the search results aren't following the fonts and formating from the CSS.
Here is the custom result style:
<!-- display a record in a unique result style -->
<a name=SPHCMstyle>
<setupresult>
<FM>
<br>
<div class="search">
<div class="searchcount">$'next'. <span class="searchresult"><STRONG><result_title></STRONG></span></div>
<div class="searchreturn"><result_abstract></div>
<div class="searchdetails"><i><result_url></i><br>
Size: <result_docsize> - [<result_similar>] - [<result_info>]
</div>
</a>
Is it an issue that when the vortex script file and the profile's Top/Bottom html are merged during a search - that a CSS isn't affecting html within the script?
Lengthy question..sorry but any help appreciated. David