page dosent exist

Post Reply
Blueeyez
Posts: 12
Joined: Tue Sep 30, 2014 8:23 pm

page dosent exist

Post by Blueeyez »

In the index.php file i belive its line 12 i can modify the text, but how do i add a image? I get an error when i try to add a image to it..
hajo
Posts: 16
Joined: Wed Jan 06, 2016 12:37 pm

Re: page dosent exist

Post by hajo »

Blueeyez wrote:how do i add a image?
That should be just regular html, e.g. show an image, from the current directory:

Code: Select all

 <a href="."><img title="nice flag" src="./flag.gif" alt="Flag"></a> 
If you do this in index.php, you might have issues with quoting.

Maybe WonderCMS has a bug, and the current directory is "/", instead of "files/".
So try to place copies/variants of your image in some directories...
Post Reply