Hi thanks!, i did what you recommended and still it isnt working, at least now it shows the code on the page. I use Google Chrome INSPECT ELEMENT tool, the code wasnt shown on the website before, but now it is shown. I guess theres only one more thing that isnt right, in the procedure i uploaded before it says that if i want to show rss feed the <ul> should be empty.
Developer suggest this code
<ul id="newsticker_1" class="newsticker" />
But when i use the INSPECT ELEMENT tool it shows the following:
<ul class="newsticker" id="newsticker_1">
script......
</ul>
I also tried this code:
<ul class="newsticker" id="newsticker_1"> </ul>
But still it isnt working.
Any clue?