May 22, 2011

Image Link & Text Link - Span Style

<html>
<style>

a:hover {text-decoration:none;font-weight:bold;color:orange;}
</style>
<body>

<span style="position:relative;left:90px;top:10px;">
<a href="http://2bunnies.org/HtmlBlog/HelloWorld.html "  title="Actionscript"><img border="0" src="http://2bunnies.org/DumStuff/LoveYouRanenFlash500px.png" alt="Actionscript"/></a>

<p><a href="http://2bunnies.org/HtmlBlog/HelloWorld.html" style="text-decoration:none"><span style="font-family:arial;font-weight:bold;color:#41619B;font-size:18px;">&nbsp;&nbsp; Actionscript 3 - Text imput box</span></a></p></span>
</body>
</html>