Images don't show up in my template / creation after upload?



To make sure that the template/ creation images are shown you need to take account of the following:
  • Make sure that all the images are present on the Addemar server. You can do this through the Image library.
  • Make sure that within you template code you point to the images like this:
    <img src="<?add_userdata?>/Image/image_name.jpg"/>
    and not like this:
    <img src="image_name.jpg"/>