Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image in Newsletter


julia

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...