creating fb landing page

1 replies
  • WEB DESIGN
  • |
I want to build email opt-in landing page like this: https://www.facebook.com/benefitcosm...46395528818653.

Its just a image with single email opt in line. I can create the image but how do I incorporate our mail chimp code inside the image to make it look nice and tidy like that. Thanks
#creating #landing #page
  • Profile picture of the author webpeon
    Not sure how familiar you are with web jargon but i'll start here and if you get a little lost just let me know..

    Using css place the image in the background of a div and then place the form where you want over top of the div/image. Using relative positioning you can adjust the position using top and left values. Something like this...

    <div style="width:780px; margin:0 auto; background:url('yourimageurlhere.jpg');">
    <form style="position:relative; top:100; left:100">
    /* Mailchimp form code here */
    </form></div>
    Signature
    Web 2 Mobile
    The Future of The Web
    {{ DiscussionBoard.errors[8558639].message }}

Trending Topics