can't show images in HTML block
Permalink
Hello!
my problem is :
when I add a page the URL is
http://localhost:52048/index.php/testimonials...
so the HTML block images URL is
http://localhost:52048/index.php/images/header-area_01.png...
and can't be loaded
when I edit the page,
the images shows with URL
http://localhost:52048/images/header-area_01.png...
my image code in html is :
<img src="images/header-area_02.gif" width="266" height="130" alt="">
Thanks!
my problem is :
when I add a page the URL is
http://localhost:52048/index.php/testimonials...
so the HTML block images URL is
http://localhost:52048/index.php/images/header-area_01.png...
and can't be loaded
when I edit the page,
the images shows with URL
http://localhost:52048/images/header-area_01.png...
my image code in html is :
<img src="images/header-area_02.gif" width="266" height="130" alt="">
Thanks!
If you had this problem in a dynamic script you would probably use something like this.