View Full Version : Infoline URL width
tolbertcs
11-07-2008, 09:27 PM
The search results are too wide for the space provided on my page. I added a width value to some of the style sheet classes, but it does not seem to be working for the infoline -- the URL portion of the infoline isn't conforming to the width setting. Is there a way to wrap, or possibly truncate the URL in the infoline?
Thanks,
Claire
wrensoft
11-07-2008, 10:59 PM
See this past post on the issue of URL wrapping (http://www.wrensoft.com/forum/showthread.php?t=609).
In the upcoming V6 release (beta release here (http://www.wrensoft.com/forum/showthread.php?t=2896)), you can adjust the length of the URL displayed on the "Limits" tab.
tolbertcs
11-17-2008, 04:24 PM
Thanks -- I was able to get the URL to wrap, but it didn't solve my display problem after all. My page has a table on it that is 493 pixels wide -- the search results are supposed to display within the table, but they are not. I found other posts on the forum re: working with tables -- sorry to be dense, but I don't understand what I need to do to get the results to display in the table.
wrensoft
11-17-2008, 09:56 PM
To put the search results in a table, you just edit the search_template.html file and put the <!--ZOOMSEARCH--> into a table. Like this,
<table>
<tr>
<td>
<h1>Website Search</h1>
<p>
<!--ZOOMSEARCH-->
</p>
</td>
</tr>
</table>
See also this FAQ
Q. How do I customize the appearance of my search results with CSS? (http://www.wrensoft.com/zoom/support/css.html)
tolbertcs
11-18-2008, 05:35 PM
The body of my Search_html page is already in a table and the <!zoomsearch> is in the body of the page. The search page looks fine, but the results are too wide -- why do they ignore the width of the table defined for the body of the page?
wrensoft
11-18-2008, 06:57 PM
It might be a coding error in your HTML, or some other element you have placed in the table that can't wrap, like an image forcing a larger width than expected. We can't really comment more without seeing your page.
It should be fairly trivial to find HTML problems like this. For example, just get your HTML editor and remove stuff from your table and see how it effects the result.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.