groups

name language licence
4 Column Layout CSS - float style CSS Other
ExtraContent - Start HTML Other
ExtraContent Sample - 3 columns HTML Other
ExtraContent Sample - four5ths right HTML Other
ExtraContent Sample - Welcome to Creamux HTML Other
ExtraContent Sample - Welcome to Bubblegum HTML Other
extracontent.js JavaScript Other
ExtraContent Sample - Movie Album HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: HTML
licence: Other

ExtraContent Sample - four5ths right

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/Contact_Form.png" alt="contact form icon"/>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column four5ths">
		<div class="content">
			<h2>RapidWeaver Contact Form</h2><p>It’s simple but effective. This php contact form will serve most peoples need to allow their readers, clients or customers to get a hold of them, with a few criteria. Have them select from drop down menus, enter values in fields, messages in text areas, upload attachements...</p>
			<p>The built in form also allows for some text customization before and after the form itself, as well as custom thank you messages (great for adding some redirect scripts).</p>
		</div><!-- .content -->
	</div><!-- .column .four5ths -->
</div><!-- #myExtraContent -->
	
(Continues...)