groups

name language licence
ExtraContent Sample - Photo Album HTML Other
ExtraContent Sample - RapidBlog HTML Other
ExtraContent Sample - Contact Form HTML Other
ExtraContent Sample - About Us Quick links - 5 columns HTML Other
ExtraContent Sample - File Sharing HTML Other
ExtraContent Sample - 4 columns HTML Other
ExtraContent Sample - column CSS CSS Other
ExtraContent Sample - iFrame HTML Other

< 1 2 3 4 >



language: HTML
licence: Other

ExtraContent Sample - iFrame

options: view full snippetsend to code collector
<div id="myExtraContent1">
	<div class="column five">
		<div class="content">
			<img src="http://www.seydesign.com/images/content/iFrame.png" alt="iFrame icon"/>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column four5ths">
		<div class="content">
			<h2>iFrame, a view into a new window</h2>
			<p>An iFrame is your window into another site, a way to bring components in that you maybe can't do alone on your site.</p>
			<p>Say you need a forum or a wiki on your site but don't know how to seamlessly integrate it into your own look and feel. An iFrame cane bring that experience to you.</p>
		</div><!-- .content -->
	</div><!-- .column .four5ths -->
</div><!-- #myExtraContent -->
	
(Continues...)