I was hopping that someone could help me.
The problem is, with the following code:
- Code: Select all
<p><a class="gkTwitter" href="#">Twitter</a> <a class="gkYouTube" href="#">YouTube</a> <a class="gkVimeo" href="#">Vimeo</a> <a class="gkFacebook" href="#">Facebook</a> <a class="gkSkype" href="#">Skype</a></p>
My social icons won't dissapear on my page.
I Also tried the following code out of the game magazine template.
- Code: Select all
<a class="iconTwitter" href="http://twitter.com/#!/xxx" target="_blank">xxx</a>
This latest code, which works fine in the game magazine template is also not working as code in the Real Design.
What am I'm doing wrong?