Wednesday, June 23, 2010

Content through CSS

<style type="text/css">

#footer:after{

content: "copyright 2010 @";

}

</style>

<span id="footer">Hello </span>