css - Images not appearing in Joomla template -


i'm new joomla, i've followed few tutorials. i've created template website, no images showing up. looking source, image references like:

<img src="/templates/fiziaimages/zdjeciedol.png" /> 

when should looking like:

<img src="/templates/fizia/images/zdjeciedol.png" />                           ^ 

fizia/images correct directory, don't know causes backslash not appear.

in first time can use browser inspector verify if images found.

if it's ok can try put images in "image" directory in root of website


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -