On Nov 27, 10:43 am, Steve Howell <[email protected]> wrote:
> Showell Markup puts the markup on the right: [....]
P.S. I think the idea of putting the markup on the right, vs. the
left, is particularly interesting when dealing with list items or
table cells.
About | a href="/about.html" | li
Get Help | a href="/help.html" | li
Tutorial| a href="/tutorial.html" | li
Documentation | a href="/docs.html" | li
Blog | a href="http://nex-3.com/?tag=haml" | li
I am not saying this style is better...just interesting. :)
Here is what gets produced by the above:
<li><a href="/about.html">About</a></li>
<li><a href="/help.html">Get Help</a></li>
<li><a href="/tutorial.html">Tutorial</a></li>
<li><a href="/docs.html">Documentation</a></li>
<li><a href="http://nex-3.com/?tag=haml">Blog</a></li>
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.