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
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-->