Hi guys
If anybody like me is using Nokia WRT Plug-in for Visual Studio...
I've created on Visual Studio a Rss Reader Widget.
Now I'm customizing it, trying to add line breaks in rss tag called "< description>".
I'm trying many codes like with no luck:
"Fist line\u000dSecond line"
"Fist line\u000dSecond line"
"Fist line\nSecond line"
"Fist line& #xD;Second line" --> remove space here :)
"Fist line<br>Second line"
I'm also digging more to find out what's up with html format, since CDATA is not working to present formatted content (I have to use clean text in my rss file).
thanks in advance