Hi
I have added some code using custom properties to add 3 images to the top of the page on the site. The idea is to have different images in different sections. When previewed locally, within Actinic and using Preview Page and catalog, it works fine.
When I load the site to the server it is dropping some of the code - see below
Now when I view source I get the following:-
Any ideas on how or why this may be happening?
The images all exist and have been loaded to the server and, as I say, it is OK locally.
Site loaded to http://217.114.171.184
Any help greatly appreciated.
Thanks
I have added some code using custom properties to add 3 images to the top of the page on the site. The idea is to have different images in different sections. When previewed locally, within Actinic and using Preview Page and catalog, it works fine.
When I load the site to the server it is dropping some of the code - see below
Code:
<p align="right"> <img src="CUSTOMVAR:TOPIMAGE1" width="60" height="60" border="0"> <img src="CUSTOMVAR:TOPIMAGE2" width="120" height="60" border="0"> <img src="CUSTOMVAR:TOPIMAGE3" width="60" height="60" border="0"> </p>
Code:
<p align="right"> <img src="top-image3.jpg" width="60" height="60" border="0"> <img src="top-image4.jpg" width="60" height="60" border="0"> </p>
The images all exist and have been loaded to the server and, as I say, it is OK locally.
Site loaded to http://217.114.171.184
Any help greatly appreciated.
Thanks
Comment