Page 1 of 1
buttons on html? for myspace?
PostPosted: Tue Apr 11, 2006 3:29 pm
by Bobtheduck
Anyone know how to do buttons like this [button="Button"]Can I do this in HTML to put on myspace??[/button]
PostPosted: Tue Apr 11, 2006 4:45 pm
by frwl
I believe that will take some basic JavaScript knowledge. It is a bit different from raw html.
PostPosted: Tue Apr 11, 2006 6:13 pm
by Mithrandir
Try this:
- Code: Select all
<INPUT onclick="alert('Can I do this in HTML to put on myspace??')" type=button value="Button">
PostPosted: Wed Apr 12, 2006 1:03 am
by Bobtheduck
Mithrandir wrote:Try this:
- Code: Select all
<INPUT onclick="alert('Can I do this in HTML to put on myspace??')" type=button value="Button">
I think that myspace prevents certain types of code... Like auto-refresh, and apparently the buttons...
PostPosted: Wed Apr 12, 2006 3:30 am
by Sammy Boy
Erm.. in that case, maybe you can use an image editor and use small images as buttons instead?
PostPosted: Wed Apr 12, 2006 8:41 am
by Mr. Rogers
blogs and myspaces are usually pretty limited in the types of code they allow you to use.
PostPosted: Wed Apr 12, 2006 4:33 pm
by Mithrandir
Well, if they don't allow javascript, then I'm afraid there won't be much you can do in the way of interactive buttons. Sorry!