Created
April 27, 2011 22:41
-
-
Save iaindooley/945402 to your computer and use it in GitHub Desktop.
An example of deploying a structured HTML component with Decal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div area="Homepage items"> | |
<div class="homepageItem" component="Home page item"> | |
<a href="" editable="true"> | |
<img editable="true" width="100" name="Homepage item graphic" /> | |
</a> | |
<h6 editable="true" tags="none">Your heading here</h6> | |
<p editable="true" tags="inline">Short description here</p> | |
<a class="learnMore" editable="true">Learn more</a> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment