Designed by: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
m (wiki mark-up edit)
Line 1: Line 1:
1. This page has been prematurely created.  See [[process]].
1. This page has been prematurely created.  See [[process]].
2. If we are talking about people we should use [[hcard]] with a role of creator, designer, etc.
2. If we are talking about people we should use [[hcard]] with a role of creator, designer, etc.



Revision as of 09:08, 19 September 2008

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

2. If we are talking about people we should use hcard with a role of creator, designer, etc.


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.