I've noticed that Actinic has a slightly different path desciption to a file path than HTML requires.
For example if I add a file with the path:
/Photos/MAIN-DESIGN/CHECKOUT/mypicture.gif
inside actinic's variable "FragmentImageFileName" then actinic changes the path to:
\Photo\MAIN-DESIGN\CHECKOUT\mypicture.gif changing the "/" to "\",
making this link useless especially when I use it as a background for a DIV.
I do not want to place all my images on the site folder.
How do I go about rectifying this please ?
For example if I add a file with the path:
/Photos/MAIN-DESIGN/CHECKOUT/mypicture.gif
inside actinic's variable "FragmentImageFileName" then actinic changes the path to:
\Photo\MAIN-DESIGN\CHECKOUT\mypicture.gif changing the "/" to "\",
making this link useless especially when I use it as a background for a DIV.
I do not want to place all my images on the site folder.
How do I go about rectifying this please ?
Comment