<em>@devplus 194363 wrote:</em><blockquote>Hi drarvindc, I have just sent you a PM with the site’s URL.
I believe the problem is more general and has to do with JA News FrontPage not being able to parse e-mails/links/read_more function correctly.
I have seen many similar posts which I think are related to this issue.
Thanx!</blockquote>
Dear devplus,
Please try go to the modules/mod_janews_fp/tmpl/seleni_fp.php file,Look for this line of codes
[PHP]<?php echo $bigmaxchar?$news->introtext1:$news->introtext;?>[/PHP]
Change it to
[PHP]<?php echo $bigmaxchar?strip_tags($news->introtext1):strip_tags($news->introtext);?>[/PHP]
I hope that help !