Creating an HTML fieldset
The following HTML will put a solid border around a block of text, with a bolded label. This code snippet is a nice option for highlighting a section of content on a web page.
<legend><strong>Amazon Web Services evangelist coming Apr 29</strong></legend>
TCCFUG is proud to be hosting Mike Culver from Amazon.com. Mike will present Amazon Web Services: Web-Scale Computing and What's possible in a post Web 2.0 world. <a href="http://upcoming.yahoo.com/event/396951/">Get the full details</a>.
</fieldset>
Here is what it looks like when rendered...

There are no comments for this entry.
[Add Comment]