groups

name language licence
Consolidate RapidWeaver style sheets PHP Other
Directories PHP Other
PlusKit PHP Contact Form Solution PHP Other
seyDoggy Reset CSS Other
custom css link for RapidWeaver CSS Other
2 columns within columns HTML GPL 2
ExtraContent Sample - HTML Code HTML Other
Distro release information bash GPL 2

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

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/HTML.png" alt="HTML icon"/>
		</div><!-- .content -->
	</div><!-- .column .five -->
	<div class="column four5ths">
		<div class="content">
			<h2>HTML, my favorite page style</h2><p>Not simply because I eat, breath and sleep in code, but because it’s an open canvas that is unadulterated by any formatting, effects or cruft of any kind. I can pour in HTML, XHTML, XML, PHP, Javascript, etc, to my hearts content and know exactly what the outcome will be. I can choose to use the theme or write the entire framework on my own.</p>
<p>Anything is possible in HTML pages.</p>
		</div><!-- .content -->
	</div><!-- .column .four5ths -->
</div><!-- #myExtraContent -->
	
(Continues...)