|
It would help if you would post some code. Generally, it would be caused if your string is encapsulated in single quotes rather than double because single quotes display everything as literal, meaning exactly the way you type it. Double quotes allow for variables and other special characters such as the newline to be used.
Last edited by VirtuosiMedia : 08-06-2008 at 03:07 PM.
|