Site Ribbons
Posted by Heather, under ProgrammingEver want to make your own site ribbon. Here is how…
First create a image about 200px x 200px give or take with the diagonal ribbon with what ever text you want it to say in it if any.
Then add the following code (obviously making code changes to reflect your site, unless you want to support my site) into the body of your site (between <body> and </body>)
<style type="text/css">.ffribbon { position:absolute; z-index:10000; left:0px; top:0px;
height:199px; width:199px; background-color:transparent; margin:0px; padding:0px;
border:0px none;}</style><img class="ffribbon" src="http://heathersblog.com/heathersribbon.gif" usemap="#ffmap" /><map name="ffmap"> <area shape="poly" coords="0,163, 0,198, 198,0, 163,0" href="http://heathersblog.com/" alt="Heather's Blog" /></map>
If you want a blank ribbon contact me and I will send you one..
