I am trying to insert a html code of a add to cart button into fp2003 and its appearing as a white box with a red cross inside, can anyone help me with this, thanks
The obvious reason is that the image link is not valid. Test it this way. Put the image in the same directory as page. Then link it without any directory or web address header. For example, if image file name is myimage.jpg, then it must look like:
<img src="myimage.jpg" />
It must work. Then work on the link you have given to your original image location.