Re: [b](UPDATED : NULL PROBLEM, FIXED)[/b]
This is another code that i got from [url=http://www.dynamicdrive.com]DYNAMIC DRIVE[/url]
just want to share it with u guys.
here is the tutorial to apply the
[quote=eiramesorcute]...the problem here is that the image didn't appear though the words appear...[/quote]
maybe u should check my first post.
i've posted how to apply an image in the welcome page.
[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="IMAGE URL"/>[/b]</span>',1000,
'<span class="wipe3">TEXT</span>',2500,
'<span class="wipe2">TEXT</span>',2500,
'<span class="wipe3">TEXT</span>',2500
);[/quote]
see the bold part.
then just follow the next tutorial.