PDA

View Full Version : html construction not supported?


Buddy
12-31-2003, 02:51 AM
Hi.

iSilo 4.01 beta 3 dosn`t support constuction like this: img src="../.."

For example:
site "www.site.com" and tag "<img src="../pict/picture.jpg">"

iSilo display the error message "can`t download http://www.site.com/../pict/picture.jpg".
Whereas IE (6 sp-1) resolve this link correctly.

Sorry for poor english.

iSilo
12-31-2003, 02:24 PM
.. means one directory higher. But if you have an HTML file at the top level of "www.site.com" containing the tag "<img src="../pict/picture.jpg">", the .. does not make sense, since it is already at the top-level. If the URL to the image is http://www.site.com/pict/picture.jpg, then the correct image tag specification should be <img src="pict/picture.jpg">.

Buddy
01-05-2004, 01:59 AM
Hi.

There are error messages from iSilo? Yes.
Browsers (IE, Opera, Mozilla) show page? Yes.

In what program there is a problem?:-))

You can try to explain to the html-coder of a site www.site.com, that his page is incorrectly written. And it is a lot of such sites.

It seems to me, what is it a problem for iSilo.


I am sorry for blunt conversation - the decision of this problem important for me.