Im Having an issue on my custom search template with an embedded stylesheet and SS tags inserted. The display of an SS-generated Search Results Page is getting cut off close to the [-- SEARCH _FORM--] tag. Can’t see anything in the html template or when I view source that would explain it.
Heres a piece of the code where its happening. The cutoff point is indicated by the red text starting in the align attribute preceeding the search form tag. Everything after it is truncated in the browser.
<BODY BGCOLOR=#FFFFFF>
<div align="center">
<table border="0" cellspacing="10">
<tr><td colspan=3> <!-- ADD APARTS LOGO -->Logo Banner</td></tr>
<tr><td colspan=3 align="center" >[-- SEARCH_FORM --]</td></tr>
I didn’t want to dump the whole page of code on ya, but you may need more info than Ive given here. Thanks in advance!
phoz