I want these squeeze page templates

by Trieu
8 replies
I seen alot of marketers use the type of squeeze pages with a dotted/ dash border box surrounding the optin form. They look nice and simple for me, although I dont know where to buy them or any sites that sell them. I aprreciate it if any warrior member can show me.

Thanks
#page #squeeze #templates
  • Profile picture of the author Gene Pimentel
    It would REALLY help if you provided a link to one. There are so many variations.
    {{ DiscussionBoard.errors[132547].message }}
  • Profile picture of the author Bearded
    It's just CSS.

    Here's an example:
    Code:
    <div style="width: 400px; border: 4px dashed black;">
    OPT IN FORM GOES HERE
    </div>
    Joe
    {{ DiscussionBoard.errors[132576].message }}
    • Profile picture of the author Trieu
      Originally Posted by Bearded View Post

      It's just CSS.

      Here's an example:
      Code:
      <div style="width: 400px; border: 4px dashed black;">
      OPT IN FORM GOES HERE
      </div>
      Joe

      Will that code work on html page?

      I forgotten what the sites I saw were, but I will try and find some examples.
      Signature

      ======================================
      "$100 On eBay with just 10 Minutes Work! {120+ copies SOLD}"

      ======================================
      {{ DiscussionBoard.errors[132776].message }}
    • Profile picture of the author Steven Fullman
      Originally Posted by Bearded View Post

      It's just CSS.

      Here's an example:
      Code:
      <div style="width: 400px; border: 4px dashed black;">
      OPT IN FORM GOES HERE
      </div>
      Joe
      Excellent...it's about time <divs> replaced tables

      Tables, in html, had one purpose in mind...and only one -- to present tabular data. They look, and are, clunky when used otherwise.

      Marketers -- who cares, right? Frontpage/XSitePro gets the job done fine, thanks all the same.

      Maybe it's a question of style of substance...but an hour spent 'learning' CSS (it ain't hard) equals many hours saved when the time comes to giving your entire website a new look.

      Steve
      Signature

      Not promoting right now

      {{ DiscussionBoard.errors[132948].message }}
  • Profile picture of the author jackbabai
    I 'm a freelancer
    I'm Interested to Work on your project
    & I need this job

    Look http://abhishekmandal.wordpress.com/about/for My Resume & Cv Working Project etc.
    contact: jack_babai@yahoo.co.in
    {{ DiscussionBoard.errors[132761].message }}
  • Profile picture of the author TimGross
    If you're not comfortable with raw HTML coding, you can find a page that has that look, and File=Save Page As to your hard drive, open up the HTML file in your WYSIWYG html editor, and isolate that code to copy over to a new HTML document to use.

    NOTE: Just for the record, I'm not advocating stealing page layouts etc, this is just a quick way to figure out how to do the coding that accomplishes what you're trying to do.
    {{ DiscussionBoard.errors[132790].message }}
    • Profile picture of the author Jamie Iaconis
      Here is a sample HTML code you can use...

      I hope it will show right in the forum...

      Here it is:

      <p><table align="center" border="2" cellpadding="0" cellspacing="0" width="500" bgcolor="#INSERT BGCOLOR HERE"
      bordercolor="#000000" style="border:5px dashed #INSERT DASHES COLOR HERE; border-collapse: collapse">
      <tr>
      <td>

      INCLUDE WHATEVER YOU NEED IN HERE!

      </p> </td>
      </tr>
      </table>

      You can change it around too, to fit your needs, like border size, width
      of the box, color of the dashes and stuff like that!

      HTH!

      Jamie
      {{ DiscussionBoard.errors[132804].message }}
  • Profile picture of the author melanied
    I can picture what he's talking about. Many times the dashed lines are red.
    Signature
    {{ DiscussionBoard.errors[132796].message }}

Trending Topics