[quote=andHa][b]@ arip.[/b]
read my first post.
[quote][color=red][b]U R NOT ALLOWED TO USE SINGLE QUOTE IN THE TEXT FIELD[/b][/color][/quote]
[/quote]
heheh... give andha a break guys
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