Hello
Group I was trying to add a image to the welcome.tp page
Dremweaver added the following to the page which did work in DW:
<p align=center>[img]../../../files/myproducts/d_13.jpg[/img]</p>
However, when loaded up at the web site the picture did not show. The only way for me to get it to show up was use the full URL. Is there a better way of doing this?
<p align=center>
http://www.mydomain.com/xcart/files/myproducts/d_13.jpg</p>
What I am asking is do I have to use the absolute path if I am adding an image to a page?
If I use a image in the image folder I found I can do the following and the image shows up great.
<p align=center>
[img]{$ImagesDir}/xlogo.gif[/img]</p>
What I am trying to do is make some modifications in DW (if possible) so I can see what is going on.
What is the best way to make these modifications.