How to create a great landinpage with html

Discussion in 'HTML & Website Design' started by Mike Alvarado, Oct 24, 2013.

  1. #1
    you need simple things heather, call to action, add a video and bullet points
    to do that is simple is many website you can bisit where you can get the codes some examples

    head<easy way to make money>

    Call to action< get this videos for free

    Video< embeb

    Bullet points< this is what your get
    *
    *
    *

    hope that can help if you need more info o some templates to practices let my now
     
    Mike Alvarado, Oct 24, 2013 IP
  2. shiv saroya

    shiv saroya Active Member

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #2
    PHP Code:
    #featured_wrap {width:960px;margin:0px auto;
    }
    #featured {width:960px;display:inline-block;padding:50px 0px 50px 0px;
    }
    #featured_info {width:315px;margin:20px 0px 0px 0px;float:left;
    }

    .featured_button {width:314px;height:39px;padding:20px 0px 0px 0px;display:inline-block;background: url('../images/featured_button_sprite.png');
    }

    .featured_button:hover {background: url('../images/featured_button_sprite.png') 0px -61px;
    }
    .featured_button:active {background: url('../images/featured_button_sprite.png') 0px -122px;
    }

    This in your index.html (@ ENTER SITE you can change whatever text you want shown on the button)

    Code:
    <div id="featured_wrap">
    <div id="featured">
    <div id="featured_info">
    <a class="featured_button" href="YOUR_FORUM_URL_HERE">ENTER SITE</a>
    </div><!--end #featured_info-->
    </div><!--end #featured-->
    </div><!--end #featured_wrap-->
     
    shiv saroya, Oct 24, 2013 IP
  3. Mike Alvarado

    Mike Alvarado Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    thank u is better explain
     
    Mike Alvarado, Oct 24, 2013 IP
  4. gregdbowen`

    gregdbowen` Member

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    33
    #4
    This is a good answer - Keep it clean, pick good clean fonts - negative space is your friend.
     
    gregdbowen`, Oct 25, 2013 IP