Request for change in News module
Posted: Sat Oct 23, 2004 6:08 pm
Would it be possible to change from a span tag to a p tag on line 150 of modules/News/modulefunctions.php
echo "".$row["news_data"]."";
CSS doesn't seem to work with span whereas with p I can add margins, padding etc to class cms-news-content
echo "".$row["news_data"]."";
CSS doesn't seem to work with span whereas with p I can add margins, padding etc to class cms-news-content