Designed by: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(New Microformat for crediting web designer)
 
No edit summary
Line 1: Line 1:
I propose a new microformat that credits the designer of a web page.  If the client doesn't want it visible, you can use visibility:hidden in the stylesheet. But should be always in the HTML of the page.
I propose a new microformat that credits the designer of a web page.  If the client doesn't want it visible, you can use visibility:hidden in the stylesheet. But should be always in the HTML of the page.


<div class="designby">
<pre><div class="designby">
<a rel="design_shop" href="http://authorswebsite.com">Website Design</a> by <span rel="designer">Joe Webdesigner</span>.
<a rel="design_shop" href="http://authorswebsite.com">Website Design</a> by <span rel="designer">Joe Webdesigner</span>.
</div>
</div></pre>


I'm sure you Microformat pros can improve on this.  Please do.
I'm sure you Microformat pros can improve on this.  Please do.

Revision as of 01:24, 19 September 2008

I propose a new microformat that credits the designer of a web page. If the client doesn't want it visible, you can use visibility:hidden in the stylesheet. But should be always in the HTML of the page.

<div class="designby">
<a rel="design_shop" href="http://authorswebsite.com">Website Design</a> by <span rel="designer">Joe Webdesigner</span>.
</div>

I'm sure you Microformat pros can improve on this. Please do.