using Getresponse optin form in table?

by ronr
2 replies
I'm trying to help a friend with his old website.

In one place he has 2 images in a table and wants to replace one of images with a get response optin form. Can this be done since the optin form is js?

For example how would you replace image 2 with the optin form?

<td align="center"><img src="HSsRedLogo.gif" width="379" height="189" border="0" alt="image 1"></td>
<td align="center"><img src="image 2" width="379" height="189" border="0" alt="Holland's Gunsmithing, Inc."></td></tr></table><br>

Thanks, Ron
#form #getresponse #optin #table
  • Profile picture of the author Brandon Tanner
    Using tables for layout / positioning is a bad idea, but if you still want to do it...

    HTML Code:
    <td align="center"><img src="HSsRedLogo.gif" width="379" height="189" border="0" alt="image 1"></td>
    <td align="center"><script src="path/to/GetResponse/script.js"></script></td></tr></table><br>
    Signature

    {{ DiscussionBoard.errors[8598742].message }}
    • Profile picture of the author ronr
      Thanks I'll try that. This is an old site. We are moving everything to a WP but for now just needed to make this change to the old site which will still be up for awhile.
      {{ DiscussionBoard.errors[8599262].message }}

Trending Topics