6arredja
01-14-2007, 12:49 AM
how do i use extra paranthaes
ex.
document.write("blahblah 'blah blah blah /extraparanthases blah blah /endparanthatses blah' blah");
?????
TripperTreats
01-14-2007, 01:06 PM
\" just prints out a quote mark without interrupting the document.write statement, right?
6arredja, see http://www.webmonkey.com/webmonkey/reference/special_characters/ for a list of special characters. It's a little funny that I can't show you what to type, because this editor automatically parses those special characters like you would want it to! At any rate, replace
/extraparanthases
with the number code for left parenthesis (including the semicolon) found on that page, and repeat for the right parenthesis.