PDA

View Full Version : SSI in Netscape


Florens
09-16-2002, 11:01 AM
Hi,
I've build a site with all my text in SSI. But when I looked at it in Netscape (4.7 & 6) it only showed two or three rows and with a scrollbar on the side.
I can't seem to figure out why this happens, could anyone help me please?

This is my code:

<body>
<blockquote>
<blockquote>
<blockquote>
<!--#include virtual="../../tekst/adres.inc" -->
</blockquote>
</blockquote>
</blockquote>
</body>
</html>

Thanks in advance

Florens

MCookie
09-16-2002, 11:36 AM
Just guessing... since you're using tables (? rows) and NN, it must be something in your code. Maybe a typo, forgot a </tr> or </td>?
Just paste your .inc file in your page and check it very carefully. Or post a bit more for us to chew on..

Florens
09-16-2002, 12:02 PM
This is my .inc file

Ontdekken wat mensen beweegt én laten zien welke kansen dat biedt. Daarmee hebben we onze reputatie opgebouwd. Het onderscheidende van onze aanpak, de bureaufilosofie waardoor we ons laten leiden, de terreinen van onderzoek waarop we actief zijn, methoden en technieken die we daarbij gebruiken, onze branche expertise en ander praktische informatie over MEIJERS RESEARCH vindt u op deze site.

As you can see, there are no tables in it.
Any ideas?

Thanks

MCookie
09-16-2002, 12:19 PM
> > ...it only showed two or three rows...

When NN stops rendering a page it is often caused by mistakes in table coding. And since you mentioned rows... so where are they?

joh6nn
09-16-2002, 03:37 PM
rows of text, maybe? i dunno, what do you mean by rows?

Florens
09-16-2002, 07:04 PM
Whoops, I ment lines instead of rows.

MCookie
09-16-2002, 07:14 PM
Lines?
Maybe you understand wrong, but your SSI call for this little piece of text has nothing to do with the problems in NN. It must be something else on your page. How does it look in IE?