julia Posted November 30, 2005 Share Posted November 30, 2005 I am fooling with adding an image to the newsletter. It goes through although the image is not showing up. I get the box with the red x in it. So..the settings look good, but it can't find the image Code: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="center"> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="center"> <td align="center"><img src="images/invitation.gif" width="486" height="667"></td> </tr> </table> </td> </tr> </table> How do I call the image into the page? Probably a dumb question Thanks Julie Link to comment Share on other sites More sharing options...
Mediajuggle Posted November 30, 2005 Share Posted November 30, 2005 try using a direct link to your image: http://www.yoursite.com/images/invitation.gif or http://www.yoursite.com/catalog/images/invitation.gif however your site is set up My Contribution Music Download Store Template http://www.oscommerce.com/community/contributions,4275 Link to comment Share on other sites More sharing options...
julia Posted November 30, 2005 Author Share Posted November 30, 2005 try using a direct link to your image: http://www.yoursite.com/images/invitation.gif or http://www.yoursite.com/catalog/images/invitation.gif however your site is set up Thanks! That worked. I actually had tried that but had put the image in the admin/images file. After your post it dawned on me that since admin is protected..it won't show up... Its still showing a little low on the page??? Any suggestions? Link to comment Share on other sites More sharing options...
julia Posted November 30, 2005 Author Share Posted November 30, 2005 Thanks! That worked. I actually had tried that but had put the image in the admin/images file. After your post it dawned on me that since admin is protected..it won't show up... Its still showing a little low on the page??? Any suggestions? okay..figured out that as well. If you have an html tags that don't show, they take up space! Julie Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.