I am using Free Version of this template.
Can you please let me know how to get the following things in my website:
1. Links to ”Share to Social network” like facebook, Twitter, etc. as shown in the demo of this template.
2. Links to ”Home”, ”Contact”, and ”Sitemap” at position-17.
Please help with this information.
AS Templates
POSTED: 2011-12-25
You have to create a custom html module and put the following code
1. Top navbar:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Can you please let me know how to get the following things in my website:
1. Links to ”Share to Social network” like facebook, Twitter, etc. as shown in the demo of this template.
2. Links to ”Home”, ”Contact”, and ”Sitemap” at position-17.
Please help with this information.
1. Top navbar:
<div id=”home”>
<a title=”Home” href=”http://astemplates.com”></a>
</div>
<div id=”contact”>
<a title=”Contact Us” href=”mailto:email@youremail.com”>email@youremail.com</a>
</div>
<div id=”sitemap”>
<a title=”Site Map” href=”http://astemplates.com”></a>
</div>
2. Social links:
<p>
<a target=”_blank” href=”http://www.facebook.com/”>
<img width=”24” height=”24” border=”0” title=”Facebook” alt=”Facebook” src=”/content/asj1/images/sampledata/as002027/facebook_logogr.png”>
</a>
<a target=”_blank” href=”http://www.twitter.com/”>
<img width=”24” height=”24” border=”0” title=”Twitter” alt=”Twitter” src=”/content/asj1/images/sampledata/as002027/twitter_logogr.png”>
</a>
<a target=”_blank” href=”http://www.linkedin.com/”>
<img width=”24” height=”24” border=”0” title=”LinkedIn” alt=”LinkedIn” src=”/content/asj1/images/sampledata/as002027/linkedin_logogr.png”>
</a>
<a target=”_blank” href=”http://www.blogger.com/”>
<img width=”24” height=”24” border=”0” title=”Blogger” alt=”Blogger” src=”/content/asj1/images/sampledata/as002027/blogger_logogr.png”>
</a>
<a target=”_blank” href=”http://www.myspace.com/”>
<img width=”24” height=”24” border=”0” title=”MySpace” alt=”MySpace” src=”/content/asj1/images/sampledata/as002027/myspace_logogr.png”>
</a>
</p>