Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTML Editing Component

Status
Not open for further replies.

BenRussell

Programmer
Mar 12, 2001
243
US
In Internet Explorer 5.5+ it has the ability to make a "rich text editor" (by using the execCommand(); command, it lets you bold text, underline it, insert images, etc.). However, I was wondering how I can insert a table? What is the execCommand() value for it? I tried 'inserttable' and it didnt work.

- Ben
 
That text editor will let you do it though. I saw that the command it uses is 'inserttable' but it didnt work on my editor when I tried it.

- Ben
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top