I'm new in Joomla, I experiencing a prob with editing article or custom module. After save the article or module editor auto adds <p> HTML Paragraph tag...
Thanking you in advance!
Cheers,
MALI

Code: Select all
<param name="newlines" type="list" default="0" label="Newlines" description="Newlines will be made into the selected option">
<option value="1">BR Elements</option>
<option value="0">P Elements</option>
</param>
Code: Select all
<option value="-1">Nothing</option>
thanks!trivial2k wrote:Are you asking how to remove the <p> </p> tag in the article editor?
If yes, here is the solution.
In the administrator, go to Extentsions -> Plugin Manager -> Editor-TinyMCE
In "Parameters" panel, find "New Lines"
Change it to "BR Elements"
Thanks, by doing this though, would we be able to add any type of html code into the post/article and have it displays properly on the front end page?PcPoizn wrote:the one stated by junket works
If Joomla is adding a paragraph tag or quotation / quote, or stripping any code from your articles, the problem is probably not the editor that you are using. The problem is Joomla's built in filtering that is intended to prevent users from entering malicious code into articles. In order to disable this filtering, do this:
in Joomla back end, click through: article manager...options (on menu bar free ipad 3)...text filters (on tab bar) ...(scroll down to) superusers and select "no filtering"
EDIT: Update, was able to figure it out. Thanks!Roundhouse wrote:Thanks, by doing this though, would we be able to add any type of html code into the post/article and have it displays properly on the front end page?PcPoizn wrote:the one stated by junket works
If Joomla is adding a paragraph tag or quotation / quote, or stripping any code from your articles, the problem is probably not the editor that you are using. The problem is Joomla's built in filtering that is intended to prevent users from entering malicious code into articles. In order to disable this filtering, do this:
in Joomla back end, click through: article manager...options (on menu bar victorious episodes)...text filters (on tab bar) ...(scroll down to) superusers and select "no filtering"
I ask because by default, Wordpress does not allow us to use PHP code into the html section of creating a page/post.
Thanks