Designed by: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
(premature creation of pages!)
Line 1: Line 1:
1. This page has been prematurely created.  See [[process]].
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.



Revision as of 09:07, 19 September 2008

1. This page has been prematurely created. See process.


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.