<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to disable resizable property of the textarea? - Front-End languages				            </title>
            <link>https://discuss.codewithbishal.com/front-end/how-to-disable-resizable-property-of-the-textarea/</link>
            <description>Discuss Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 29 Apr 2026 09:12:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: How to disable resizable property of the textarea?</title>
                        <link>https://discuss.codewithbishal.com/front-end/how-to-disable-resizable-property-of-the-textarea/#post-19</link>
                        <pubDate>Fri, 07 May 2021 10:38:11 +0000</pubDate>
                        <description><![CDATA[You can easily disable the resizable property of textarea by using a CSS code , Below is an example
Here is the code : 
&lt;textarea class=&quot;textarea&quot; id=&quot;text&quot;&gt;Hell...]]></description>
                        <content:encoded><![CDATA[<p>You can easily disable the resizable property of textarea by using a CSS code , Below is an example</p>
<p>Here is the code : </p>
<pre contenteditable="false">&lt;textarea class="textarea" id="text"&gt;Hello I am a textarea&lt;/textarea&gt;</pre>
<p>and CSS:</p>
<pre contenteditable="false">.textarea{

resize: none;

}</pre>
<p>or </p>
<pre contenteditable="false">#text{

resize: none;

}</pre>
<p>or</p>
<pre contenteditable="false">textarea{

resize: none;

}</pre>]]></content:encoded>
						                            <category domain="https://discuss.codewithbishal.com/front-end/">Front-End languages</category>                        <dc:creator>CodeWithBishal-admin</dc:creator>
                        <guid isPermaLink="true">https://discuss.codewithbishal.com/front-end/how-to-disable-resizable-property-of-the-textarea/#post-19</guid>
                    </item>
				                    <item>
                        <title>How to disable resizable property of the textarea?</title>
                        <link>https://discuss.codewithbishal.com/front-end/how-to-disable-resizable-property-of-the-textarea/#post-18</link>
                        <pubDate>Fri, 07 May 2021 10:30:13 +0000</pubDate>
                        <description><![CDATA[How to disable the resizable property of the textarea?]]></description>
                        <content:encoded><![CDATA[<p>How to disable the resizable property of the textarea?</p>]]></content:encoded>
						                            <category domain="https://discuss.codewithbishal.com/front-end/">Front-End languages</category>                        <dc:creator>CodeWithBishal-admin</dc:creator>
                        <guid isPermaLink="true">https://discuss.codewithbishal.com/front-end/how-to-disable-resizable-property-of-the-textarea/#post-18</guid>
                    </item>
							        </channel>
        </rss>
		