irandokht 0 Newbie Poster

Hi dears,
i want to change width of tinyMCE editor but it doesn't changed
and back to orginal state,i do either two follow step :

  tinyMCE.init({
        mode: "textareas",
        theme: "advanced",
        width: "200",
        height:"200",
 ........

or

 <asp:TextBox ID="RichTextBox" runat="server" TextMode = "MultiLine" Width="300px" Height="200px" ></asp:TextBox>

what's your suggestion for edit width?
thank

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.