[quote=icko17]where can I find the buttoncss? How can I make that?[/quote]
[b]buttoncssid[/b] <-- create one and include it on your html page css if you have one.
you can named it whatever you like... like say 'enterbutton'
//clickable text button
<center><a href="http://profiles.friendster.com/user.php?uid=YOUR FRIENDSTER ID" class="[b]enterbutton[/b]" onmouseover="playSound2()" onmouseout="playSound3()"> skip or enter page </a></center>
then make a css like...
[quote].enterbutton {
padding-top: 3px;
padding-bottom: 3px;
font: 14px arial;
font-weight:bold;
color: #ff0033;
width: 160px;
white-space: nowrap;
display: block;
border: #999999 1px solid;
background-color: #333333;
}[/quote]
If you have no idea at all... try to use those premade intro page
here in ftalk with an image button... but better study some basics
html, css and js first to further understand more...
@jhonalyn02
try using the redirection code i gave above or the redirection code
at post #1... use friendster ID not the personalized ID...