Sample Embed Code


/ Published in: HTML
Save to your folder(s)

This is some sample code (with inline CSS style block above) to make your LSS page 1019 pixels wide, and then embed content from a third-party site. Be sure to set your template to "Full Width" to remove the sidebar, and adjust as needed.


Copy this code and paste it in your HTML
  1. <style>div#main.fullwidth {width:1019px!important;}</style>
  2.  
  3. <div class="iframe-wrapper">
  4. <iframe src="http://bit.ly/9Sorg2" style="height:1000px; width:100%;" frameborder="0" scrolling="no" overflow="hidden"></iframe>
  5. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.