1

i am trying to make a wysiwyg editor using iframe i want no scrollbar so text should start appearing on next line when max-width is reached .i need the caret coordinates for that please help me out here

tushar
  • 307
  • 1
  • 7
  • 17

1 Answers1

0

Can't you use a container DIV tag inside iFrame with fixed width and apply word wrap as suggested in Is there a way to word-wrap long words in a div?

Community
  • 1
  • 1
AYK
  • 3,312
  • 1
  • 17
  • 30