I mentioned I
tried using / also.
Anyway that make it appear in the site, but two problems.
1) Text area is pushed way down on the page from its original position. Not just the text eding area, but everything in the frame.
2) While it appears, still not functioning.
<% 'Declare the ASP variables used Dim strFormName Dim strTextAreaName
'ID tag name of the HTML form the textarea is within strFormName = "details"
'ID tag name of HTML textarea being replaced strTextAreaName = "details" %> <!--#include file="RTE_editor_inc.asp" -->
<td valign="top">Details:</td> <td><textarea name="details" class="inputSmallBorder" id="details" rows="5" cols="55"></textarea></td> </tr> <tr> <td></td> <td>Select Image:</td> <td><input name="image" type="file" class="inputSmallBorder" id="image"></td> </tr> <tr align="center"> <td colspan="3"> <input name="Submit" type="submit" class="inputButton" value="Submit"> <input name="Submit2" type="button" class="inputButton" value="Cancel" onClick="history.go(-1)"> </td> </tr> </table> </form>
|
Any ideas?
Thanks for the assistance so far.