Showing CSS Hyperlink is a good way of attracting visitors towards your links Products.You can create easily CSS Hyperlink by reading this tutorial.CSS Hyperlink code is available here via Emerging Bloggers Platform.
You just need to past below HTML Code into your website.Simple editing required.Put your targeted URL and text in this code and use it on your website.
Example:
CSS Hyperlink code:
<style type="text/css">
.example1 a {font-family:Georgia,serif; font-size:large}
.example1 a:link {color:forestgreen;}
.example1 a:visited {color:seagreen;}
.example1 a:hover {text-decoration:none;color:yellowgreen;font-weight:bold;}
.example1 a:active {color:red;text-decoration: none}
</style>
<!-- Place the above styles between the document's <head></head> tags or in an external stylesheet -->
<div class="example1">Here goes an example <a href="http://www2.emerging-bloggers.com/">Emerging Blogger</a>.</div>
.example1 a {font-family:Georgia,serif; font-size:large}
.example1 a:link {color:forestgreen;}
.example1 a:visited {color:seagreen;}
.example1 a:hover {text-decoration:none;color:yellowgreen;font-weight:bold;}
.example1 a:active {color:red;text-decoration: none}
</style>
<!-- Place the above styles between the document's <head></head> tags or in an external stylesheet -->
<div class="example1">Here goes an example <a href="http://www2.emerging-bloggers.com/">Emerging Blogger</a>.</div>
No comments:
Post a Comment