Hello,
First of all take a look at this html code
<form action="modules.php" method="post" name="c_form">
<input type="hidden" name="action" value="submit">
<input type="hidden" name="modid" value="\$modid">
<input type="hidden" name="redirect" value="\$HTTP_REFERER">
<table width="\$stylevar[maintablewidth]" cellspacing="\$stylevar[maincellspacing]" cellpadding="\$stylevar[maincellpadding]" bgcolor="\$stylevar[headerbgcolor]" style="border: \$stylevar[bordercolor] 1px solid">
<tr>
<td align="center" colspan="2"><font class="header">Submit News</font></td>
</tr>
<tr>
<td colspan="2">You may use this page to submit news to this site where it will be moderated and used if the moderator wishes to. Please fill in all fields unless it says so.</td>
</tr>
\$loggedinuser <tr>
<td>News Title:</td>
<td><input type="text" name="title" size="40" class="form" tabindex="3" /></td>
</tr>
<tr>
<td>Insert QHTML To Main News:</td>
<td>
\$qhtmlcode </td>
<tr>
<td>Main news:</td>
<td>
<textarea name="content" rows="15" cols="\$textareawidth" class="form" tabindex="4" /></textarea></td>
</tr>
<tr>
<td>Extended news: <font class="red">(optional)</font></td>
<td>
<textarea name="extendednews" rows="15" cols="\$textareawidth" class="form" tabindex="5" /></textarea></td>
</tr>
<tr>
<td>Category To Insert In:</td>
<td>
<select name="submit_catid" class="form" tabindex="6">
<option value="" selected="selected">Unsure</option>
$cat_options </select>
</td>
</tr>
<tr>
<td colspan="2" align="center">\$stylevar[submitbutton]</td>
</tr>
</table>
</form>
Now everything work fine but i'm trying to add anther extra Field
<textarea name="extendednews1" rows="15" cols="\$textareawidth" class="form" tabindex="5" /></textarea></td>
and i will use the same code "\$textareawidth" and add the \$textareawidth So When user going to add text it will retern "Bold" text .
I have already try this and i dont no why it dont work .. could anyone please help on this if u need to take a look at the php file and try to do this your self .. then let me know i send you the info in your PM about my FTP info .
any seggestion . commants on how i can get this think work ? :bemused: