i'll try to explain some common mistakes as possible...
let's use [b]<tag>[/b]....[b]</tag>[/b] as an [b]EXAMPLE[/b] only...
A: [b]'[/b]<tag>TEXT OR CODE HERE</tag>[b]'[/b]
B: [b]"[/b]<tag>TEXT OR CODE HERE</tag>[b]"[/b]
if the tags are enclosed by this quote[b]'[/b] or this quote[b]"[/b]
be careful on putting any character inside it that has the same character quote...
[b]example:[/b] A [b]single quote[/b] ([b]'[/b]) --wrong way--
[b]text[/b]: '<tag>YOU[b]'[/b]RE MY HERO</tag>'
[b]code[/b]: '<tag><img src=[b]'[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]'[/b] border=[b]'[/b]0[b]'[/b]></tag>'
[b]solution:[/b] ---safe way---
in [b]text[/b] use a special character...[url=http://www.yourhtmlsource.com/text/specialcharacters.html]reference here[/url] if the quote that
you're going to use inside are the same quote in the outside tags...
some characters are not allowed so u have to replace it with special characters
or what we call [b]ampersand characters[/b].
'<tag>YOU[b]‘[/b]RE MY HERO</tag>'
in [b]code[/b] use the double quote [b]"[/b] or much better, use this [b]\"[/b]
'<tag><img src=[b]"[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]"[/b] border=[b]"[/b]0[b]"[/b]></tag>'
or
'<tag><img src=[b]\"[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]\"[/b] border=[b]\"[/b]0[b]\"[/b]></tag>'
[b]example:[/b] B [b]double quote[/b] ([b]"[/b]) --wrong way--
"<tag><img src=[b]"[/b]http://h1.ripway.com/foldername/welcome/deathangel.jpg[b]"[/b] border=[b]"[/b]0[b]"[/b]></tag>"
[b]solution:[/b] ---safe way---
"<tag><img src=[b]'[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]'[/b] border=[b]'[/b]0[b]'[/b]></tag>"
or the [b]\"[/b] especially when multiple quotes are involve...
"<tag><img src=[b]\"[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]\"[/b] border=[b]\"[/b]0[b]\"[/b]></tag>"
example of using [b]multiple quotes[/b] safely to avoid error...
"<li STYLE=[b]\"[/b]list-style-image: url(http://img239.imageshack.us/img239/7281/bangnt9.gif)[b]\"[/b]><span>Adult Male - <a style=[b]\"[/b]font-weight: bold;[b]\"[/b]><img src=[b]'[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]'[/b]> LET[b]‘[/b]S GET LOUD!!<img src=[b]'[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]'[/b]></a></span><br></li>"+
or
"<div class=[b]'[/b]editlink[b]'[/b]><A HREF=[b]\"[/b]javascript:show_hidemp3([b]'[/b]content_mp3[b]'[/b]);[b]\"[/b] onClick=[b]\"[/b]Playsound([b]'[/b]sound5[b]'[/b])[b]\"[/b] onmouseover=[b]\"[/b]Playsound([b]'[/b]sound3[b]'[/b])[b]\"[/b] onmouseout=\"Playsound([b]'[/b]sound2[b]'[/b])[b]\"[/b]><img src=[b]\"[/b]http://img352.imageshack.us/img352/688/hidesa9.jpg[b]\"[/b]></a></div><img src=[b]\"[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]\"[/b]> LOUD AND CLEAR <img src=[b]\"[/b]http://img239.imageshack.us/img239/7281/bangnt9.gif[b]\"[/b]>"
observe carefully and study those quotes application properly
because one quote mistake can cause a big error on your js compilation...
i hope my explanation is good enough heheh...
just use CSI and everything will be fine... good luck...
gotta go...
just dropping by to help a busy friend
can u cx?
I'm sure many people will enjoy this code.
here's my link:
[url]http://h1.ripway.com/paulo025/intropage.htm[/url]
Last edited by 8_paulo_8 (2008-03-10 20:37:03)
[b]@ arip[/b]
[quote=arip]i already deleted all quote in the text field but still no text appeared.. only pic and skip intro text appeared... is it because of the colour?...
can u cx?
[/quote]
i've checked it .
make the html like this (tested)
<">[b]@ 8_paulo_8[/b]
[quote=8_paulo_8]is this working? why when i use this only the black background is appearing?
here's my link:
http://h1.ripway.com/paulo025/intropage.htm[/quote]
this is what i've done. (tested)
just change yours like this.
<">
Last edited by andHa (2008-03-11 09:54:04)

[b]@ arip[/b]
[quote=arip]i already deleted all quote in the text field but still no text appeared.. only pic and skip intro text appeared... is it because of the colour?...
can u cx?
[/quote]
i've checked it .
make the html like this (tested)
<">[b]@ 8_paulo_8[/b]
[quote=8_paulo_8]is this working? why when i use this only the black background is appearing?
here's my link:
http://h1.ripway.com/paulo025/intropage.htm[/quote]
this is what i've done. (tested)
just change yours like this.
<">[/quote]
thanks andha...
btw is it like that when I view my own profile the intropage worked but I am not logged in I cannot see my userID in my cek ID trick...

[/quote]
maybe that was just a ff bug.
[quote=8_paulo_8]thanks andha...
btw is it like that when I view my own profile the intropage worked but I am not logged in I cannot see my userID in my cek ID trick...[/quote]
uhm.
sorry, i'm not an expert, esp in check id trick
<">move into the top of ur js code..
Last edited by KhErMiNaToR (2008-03-13 02:52:15)
<">move into the top of ur js code..
[/quote]
aw i did just like what u said now it doenst even appear
opps i thinks its working already hehehe thanks a lot kherminator
Last edited by jovz0597 (2008-03-13 03:29:22)
your just spamming..
here's my uploaded html...
http://h1.ripway.com/battlecrew/ezzy.htm
how to put it on my friendster profile..
Last edited by ezzyboi (2008-03-13 07:05:45)