Click to See Complete Forum and Search --> : editmode


Poj
10-30-2006, 12:42 AM
im making a wysiwyg editor(still) and im using the editmode= on; thing, how do u change attributes and whatnot? documented anywhere? Like how to set a tables border size and such...

CrazyMerlin
10-30-2006, 12:55 AM
have a read up on DOM

that way you can create tables and other elements on the fly and set all their attributes.

it's very simple once you get the hang of it, and that isn't difficult.