How to put clickable buttons in your avatar card

Celodrix
by Celodrix · 12 posts
13 years ago in Off Topic
Posted 13 years ago · Author
I will show you a pic where are at interets some boxes with names and u can click on them but nothing happen,so my question is , how can i put on my interes like that???

Image


Answer:
D.M wrote:
Use these codes to make clickable buttons that take you somewhere.

Code
<input type=button onClick="location.href='http://www.google.com'" value='click here'>

or
Code
<input type=button onClick="parent.location='http://www.google.com'" value='click here'>

Replace google.com with any website.
Replace click here with any text you want to be displayed on the button.

Make sure you have the http:// header before the website or it will look for a file on your computer instead.
Posted 13 years ago
It's a simple HTML code.

Anyways, here is the code of the button, no action tho. If you want it to link you to a certain place after you click it, I will gladly help you, tho I'm not 100% sure it will work.

<button type="button">WRITE HERE</button>
Posted 13 years ago · Author
C-Digg wrote:
It's a simple HTML code.

Anyways, here is the code of the button, no action tho. If you want it to link you to a certain place after you click it, I will gladly help you, tho I'm not 100% sure it will work.

<button type="button">WRITE HERE</button>


If u want to learn me how,i'' be gratefully.
Posted 13 years ago · Author
Don Von Free Credits wrote:
You want to learn HTML?


Sure.
Posted 13 years ago
Use these codes to make clickable buttons that take you somewhere.

Code
<input type=button onClick="location.href='http://www.google.com'" value='click here'>

or
Code
<input type=button onClick="parent.location='http://www.google.com'" value='click here'>

Replace google.com with any website.
Replace click here with any text you want to be displayed on the button.

Make sure you have the http:// header before the website or it will look for a file on your computer instead.
Posted 13 years ago
D.M wrote:
Use these codes to make clickable buttons that take you somewhere.

Code
<input type=button onClick="location.href='http://www.google.com'" value='click here'>

or
Code
<input type=button onClick="parent.location='http://www.google.com'" value='click here'>

Replace google.com with any website.
Replace click here with any text you want to be displayed on the button.

Make sure you have the http:// header before the website or it will look for a file on your computer instead.



Nice.Thanks.
I might use this.
Posted 13 years ago
Ty :D Using it now.
Posted 13 years ago
I can't seem to get the buttons to stay, every time I accept them, Imvu rearranges the code and fucks them up.
Posted 13 years ago
Does this still work? Whenever I edit my interests on the avi card it places a series of commas at the top like this:
,,,,,,,,,,,,,,,,,, Interest1 Interest2 and so on.. Anyone know why and how to stop it?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT