groups

name language licence
FTG-4-CheckBox HTML Other
Google Searchfield HTML Other
2 Columns HTML CSS Other
imageMenu CSS CSS Other
2/3 Column Header HTML Other
CSS ToolTip - CSS CSS Other
FTG-2-TextField HTML Other
ExtraContent Sample - 5 columns 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 - 5 columns

options: view full snippetsend to code collector
<div id="myExtraContent1">
	<div class="column five">
		<div class="content">
			<h2>Up2five Snippet</h2><p>Looking for more places to put things has been one thing on many RapidWeaver users wish list, and so too has columns... lots and lots of columns.</p>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column five">
		<div class="content">
			<h2>Columns made easy</h2><p>That's why we made our column snippets. We started with 2 columns, then 3, then 4... But there was no escaping the code one would need to work with.</p>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column five">
		<div class="content">
			<h2>The variable solution</h2><p>So we made some javascript that cleaned up the process. You only need expose yourself to 5 lines of code to get up to 5 beautifully formatted columns.</p>
		</div><!-- .content -->
	
(Continues...)