Hi,
if some body can tell me, i want to modify the source event of the editor. iam using fck editor 2.0
suppose if i add a text in the editor as
ufnasoft
then when i click on the source button of editor it show me followin text
thanks
if some body can tell me, i want to modify the source event of the editor. iam using fck editor 2.0
suppose if i add a text in the editor as
ufnasoft
then when i click on the source button of editor it show me followin text
<html> <head> </head> <body> Ufnasoft </body> </html>
but my requirement is that it should not add <html>, <head> and <body> tags. if other tags are added by me for example <strong> ufnasoft </strong> then it should not add code like this <html> <head> </head> <body> <strong> ufnasoft </strong></body> </html>
thanks
RE: modifying source
RE: modifying source