Quote:
Originally Posted by romeshomey
See how there is no space between the work Lakers and the word MIAMI. It does that in all of them and the space is there in the RSS feed itself.
|
My mistake, the RSS doesnt provide a space in the description which is why there is no space.
Theres no way to add one is there?
IM just glad I got the HTML to work. That was a big plus. If anyone else has the same problem with the HTML showing up as code and not being executed.
The fix for the HTML is:
In the forums/articlebot/articlebot.php change:
Code:
$article['description'] = strip_tags(htmlspecialchars($article['description']));
too
$article['description'] = $article['description'];
Then just make sure that HTML is enabled in that forum section.