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 - Welcome to Bubblegum

options: view full snippetsend to code collector
<div id="myExtraContent1">
	<div class="column four5ths">
		<div class="content">
			<h2>Welcome to Med Design Bubblegum</h2>
			<p>Our second offering from the acquired Med Design Library, Bubblegum has been updated and enhanced a great deal to take advantage of all the latest seyDoggy offerings.</p>
			<p>We have rebuilt Bubblegum to a great extent in order to bring you a full set of RWmultitool enabled headers, all new "soft" graphics (to allow color changes), more flexibility overall and of course the much loved <a href="http://extracontent.info" title="ExtraContent Tutorials">ExtraContent</a>.</p>
		</div><!-- .content -->
	</div><!-- .column .four5ths -->
	<div class="column five">
		<div class="content">
			<img src="http://images.seydesign.com/rapidweaver4_128_128-20090316-142257.png" alt="RapidWeaver icon" />
		</div><!-- .content -->
	</div><!-- .column .five -->
</div><!-- #myExtraContent -->
	
(Continues...)