Hi all
i have and odd error
if i put ../../ on a link,css,img php will ripe off ../
leaving the new path as ../
even if there is no php on the hmtl page
as example
img src="../../img.jpg"
will change in
img src="../img.jpg"
any idea ?
many thanks
Daniele
i have and odd error
if i put ../../ on a link,css,img php will ripe off ../
leaving the new path as ../
even if there is no php on the hmtl page
as example
img src="../../img.jpg"
will change in
img src="../img.jpg"
any idea ?
many thanks
Daniele
Comment