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.

<fieldset style="border-color:#FF0000;">
<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...

Amazon Web Services evangelist coming Apr 29 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. Get the full details.

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
BlogCFC was created by Raymond Camden. This blog is running version 5.9.002. Contact Blog Owner