using Getresponse optin form in table?

by 2 replies
3
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
#programming #form #getresponse #optin #table
  • 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>
    • [1] reply
    • 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.

Next Topics on Trending Feed