<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Taking out &amp;lt;p&amp;gt; tag</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Taking-out-p-tag-70906</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 01:51:35 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Taking-out-p-tag-70906" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [pod9] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209757#post2209757</link>
          <description><![CDATA[Hi,<br /><br />There some code in this forum post that might  help you get started:<br /><br /><a target="_blank" href="http://www.interactivetools.com/forum/gforum.cgi?post=71869#71869">http://www.interactivetools.com/forum/gforum.cgi?post=71869#71869</a><br /><br />Hoe this helps<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 12:55:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209757#post2209757</guid>
        </item>
                <item>
          <title>Re: [Jason] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209754#post2209754</link>
          <description><![CDATA[Hi, All I want to do is not have the opening and closing tags that the editor propogates. Is there not a simple way to do this?<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 10:29:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209754#post2209754</guid>
        </item>
                <item>
          <title>Re: [pod9] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209720#post2209720</link>
          <description><![CDATA[Hi,<br /><br />If you don't want any html added to your content, you can use a text box field instead of a wysiwyg field.  <br /><br />If that doesn't work for you, you could try the php strip_tags function:<br /><a target="_blank" href="http://php.net/manual/en/function.strip-tags.php">http://php.net/manual/en/function.strip-tags.php</a><br /><br />Hope this helps.<br />]]></description>
          <pubDate>Fri, 18 Feb 2011 12:49:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209720#post2209720</guid>
        </item>
                <item>
          <title>Re: [Damon] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209713#post2209713</link>
          <description><![CDATA[the wysiwyg puts content within and opening and closing &lt;p&gt; tag. EG &lt;p&gt;wysiwyg content&lt;/p&gt; <br /><br />how do i get rid of the opening AND closing &lt;p&gt; tags so my content is on the same line?<br />]]></description>
          <pubDate>Fri, 18 Feb 2011 07:25:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209713#post2209713</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204311#post2204311</link>
          <description><![CDATA[Hi,<br /><br />On our order page in the New Products section here,<br /><a target="_blank" href="http://www.interactivetools.com/order/">http://www.interactivetools.com/order/</a><br />there is a link to order Spambot Email Protector.<br />]]></description>
          <pubDate>Tue, 18 May 2010 11:11:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204311#post2204311</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2204302#post2204302</link>
          <description><![CDATA[Hi guys,<br /><br />Is the email plug in still available? I can't see it anywhere to buy it?<br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 18 May 2010 09:55:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2204302#post2204302</guid>
        </item>
                <item>
          <title>Re: [Dave] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202057#post2202057</link>
          <description><![CDATA[Worked perfectly, thanks Dave.<br /><br />Jerry - I have told them about having emails on the site but they feel that they need them. We are looking into buying that spam plug in though as that would be a great thing to have with other clients.<br /><br />Thanks guys! :)<br />]]></description>
          <pubDate>Thu, 25 Feb 2010 06:38:49 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202057#post2202057</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202041#post2202041</link>
          <description><![CDATA[Hi Kittybiccy,<br /><br />So you just need it to link right?  What about using a text field for the email and then displaying it with this code?<br /><br />&lt;a href=&quot;mailto:&lt;?php echo $record['email']; ?&gt;&quot;&gt;&lt;?php echo $record['email']; ?&gt;&lt;/a&gt;<br /><br />That should create something like this:<br /><br />&lt;a href=&quot;mailto:example@example.com&quot;&gt;example@example.com&lt;/a&gt;<br /><br />Let me know if that works for you! :)<br />]]></description>
          <pubDate>Wed, 24 Feb 2010 22:01:34 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202041#post2202041</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202023#post2202023</link>
          <description><![CDATA[Hi Kittybiccy,<br /><br />Most of us don't recommend displaying  raw e-mail addresses in the code of our pages. It makes it too easy for bots to harvest them.<br /><br />I'd suggest using the plugin that Interactive Tools offers <a target="_blank" href="http://www.interactivetools.com/order/">http://www.interactivetools.com/order/</a> or one of the other approaches I mention in my CMSB Cookbook <a target="_blank" href="www.thecmsbcookbook.com">www.thecmsbcookbook.com</a> to accomplish this and save your client's a ton of grief in the form of spam.<br /><br />Here's the code that I use for removing &lt;p&gt; tags.<br /><br /><code>&lt;!-- remove leading &lt;p&gt;, do this _before_ displaying field value --&gt;<br />&lt;?PHP $record['yourfieldname'] = preg_replace(&quot;/^\s*&lt;p&gt;/i&quot;, &quot;&quot;, $record['yourfieldname'] ); ?&gt;</code><br /><br />Best,<br /><br />Jerry Kornbluth<br />]]></description>
          <pubDate>Wed, 24 Feb 2010 13:04:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202023#post2202023</guid>
        </item>
                <item>
          <title>Taking out &lt;p&gt; tag</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202012#post2202012</link>
          <description><![CDATA[Hi Guys,<br /><br />I need to take out a &lt;p&gt; tag that a wysiwyg editor keeps on adding in, tried some of the other suggestions in previous posts but it ended up not displaying the field contents! It's an email address field so I have to use the wysiwyg editor and I just want it to display 'email: and then the email address added in the field'.<br /><br />Any ideas? Thanks!<br />]]></description>
          <pubDate>Wed, 24 Feb 2010 08:51:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202012#post2202012</guid>
        </item>
              </channel>
    </rss>
  