Width of Searchbot results

M

Mark 123

If you go to http://www.orbisoft.com/kb/ and search for 2005, you'll see the
results are too narrow to fit on one line per row.

Any ideas how to fix this? I have played around with Cell and Table widths
100%, specific pixel widths etc with no change on width so far. It was all
OK until our ISP upgraded to IIS6.
 
S

Stefan B Rusynko

Validate your page
- or turn on table borders to see the missing cells in your tables

Malformed Html table (missing cells) in the Search Div section
- some of your rows have 5 cells & some have only have 4 cells

You have the same problems w/ the other table on the top of the page too
- your 2nd row (w/ the include cell) should be <td colspan="2"> not <td colspan="3">

PS
your links to your spacer images are also invalid (pointing 5 levels above your root web!)
using
<img border="0" src="../../../../../../images/1ptrans.gif" width="1" height="1">
on
http://www.orbisoft.com/kb/
you can't go higher than
<img border="0" src="../images/1ptrans.gif" width="1" height="1">
Same problem w/ the link to
<a href="../../../../../../tableof.htm">



| If you go to http://www.orbisoft.com/kb/ and search for 2005, you'll see the
| results are too narrow to fit on one line per row.
|
| Any ideas how to fix this? I have played around with Cell and Table widths
| 100%, specific pixel widths etc with no change on width so far. It was all
| OK until our ISP upgraded to IIS6.
|
|
|
 
M

Mark 123

I have just created:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<BODY>
<!--webbot bot="Search" S-Index="All" S-Fields S-Text="Search for:"
I-Size="20"
S-Submit="Start Search" S-Clear="Reset" S-TimestampFormat="%d-%b-%Y"
TAG="BODY" b-useindexserver="0"
-->
</body>
</html>

and it still is narrow by default. Must be a SearchBot internal setting.
 
Top