Anyone know how to make clickable links to twitter and facebook on a soundclick page?

Star Tanner

New member
For example, if you have a twitter, facebook, and email. You have the buttons on your soundclick layout, but you need to attach the links to them. So when someone scrolls over the buttons, they can click it and it will take them to the twitter, or facebook, etc..



I'm looking for the code and also where to place it at on my VIP account.

Im not sure if it has to be a part of the CSS code or just some random html coding in need to place in the interviewing section.???



Helllppp!!!


Sound Click Page: SoundClick artist: Star Tanner Productions - For Trap, Rap, Hip Hop, R&B, and Pop beats Click this link to go to my soundclick page now!

Official Website: Beats For Sale | Buy Beats Online | Rap Beats | Hip Hop Beats
 
Quick tutorial:

In general, your going to put everything you want on your page in the html section. So buttons, paypal forms, flash store, etc, all fall into this. The CSS section is used to edit, and move those elements. So if you wanted to place the paypal form in a certain area, or if you wanted your play counter to be red instead of grey, you would do that in the CSS section.

Now for the code...

Usually people will have an image, and then that image is linked to wherever they want. So they make an image that says "Twitter", and then it will link to twitter.com/username.

<a href="Twitter URL"><img src="Button URL" border="0"></a>

That's the basic code. Put it in your html section, within a <div> class, and then position it using CSS.
 
images that change when your mouse hovers over them?

That's past my knowledge. Get Isk in here.
 
Back
Top