[quote=andHa][b]@ emir94[/b]
there are errors in ur code.
u r not allowed to use the single quote in the text field.
and u don't need the single quote in ur font properties
this is urs
[quote]// THE WIPE WELCOME PAGE CONTENT
// U CAN PUT TEXT AT THE BOLD PART
// U ALSO CAN PUT IMAGE, MAKE SURE THE URL OF IMAGE SAME WITH THE URL OF IMAGE AT THE BOLD PART ABOVE
var wipe_array=new Array(
'<span class="wipe1">welCOme tO <font color=[color=red][b]'[/b][/color]white[color=red][b]'[/b][/color]>(--EMIR[color=red][b]'[/b][/color]S--)</font> profile..</span>',1000,
'<span class="wipe3">This is not an overlay profile..</span>',2500,
'<span class="wipe2">Credit to FriendsterTalk</span>',2500,
'<span class="wipe3">and of course XINOXS n SYAM for teaching me about tweaking friendster.. :-p </span>',2500
);[/quote]
so, remove the red parts.
the ryt one is like this.
[quote]// THE WIPE WELCOME PAGE CONTENT
// U CAN PUT TEXT AT THE BOLD PART
// U ALSO CAN PUT IMAGE, MAKE SURE THE URL OF IMAGE SAME WITH THE URL OF IMAGE AT THE BOLD PART ABOVE
var wipe_array=new Array(
'<span class="wipe1">welCOme tO <font color=white>(--EMIRS--)</font> profile..</span>',1000,
'<span class="wipe3">This is not an overlay profile..</span>',2500,
'<span class="wipe2">Credit to FriendsterTalk</span>',2500,
'<span class="wipe3">and of course XINOXS n SYAM for teaching me about tweaking friendster.. :-p </span>',2500
);[/quote]
[b]@ cLsC[/b]
here is the example if u want to put any images in the welcome page.
first, declare the image url in this part
[quote]// PUT THE URL OF IMAGES IN THE BOLD PART BELOW, SEPERATED BY COMMAS
var wipe_imgs=new Array(
'[b]IMG URL[/b]'[/quote]
then put the html code in the text field, like this
[quote]// THE WIPE WELCOME PAGE CONTENT
// U CAN PUT TEXT AT THE BOLD PART
// U ALSO CAN PUT IMAGE, MAKE SURE THE URL OF IMAGE SAME WITH THE URL OF IMAGE AT THE BOLD PART ABOVE
var wipe_array=new Array(
'<span class="wipe1">[b]<img src="IMG URL">[/b]</span>',1000,
'<span class="wipe3">TEXT OR IMAGE(with the format like b4)</span>',2500,
'<span class="wipe2">TEXT OR IMAGE(with the format like b4)</span>',2500,
'<span class="wipe3">TEXT OR IMAGE(with the format like b4)</span>',2500
);[/quote]
[/quote]
sorry for the very late reply. anyways, thanks.