spacing between lines in IFRAME
-
<iframe id="tbContentElement" class="tbContentElement" width="100%" height="100%" onblur="saveData();" style="padding:2pt;height: 87%" marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' ></iframe>
This is the code i am using , i am getting more space while entering the lines in iframe using IE 7.0 O/P :: asdasdas asdasdas dasd asd as das d How can i reduce the spacing between lines like the one in GMAIL compose page .or like in HOTmail .com What are the disadvantages of ? instead what to use if span is not good ? -
<iframe id="tbContentElement" class="tbContentElement" width="100%" height="100%" onblur="saveData();" style="padding:2pt;height: 87%" marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' ></iframe>
This is the code i am using , i am getting more space while entering the lines in iframe using IE 7.0 O/P :: asdasdas asdasdas dasd asd as das d How can i reduce the spacing between lines like the one in GMAIL compose page .or like in HOTmail .com What are the disadvantages of ? instead what to use if span is not good ?when you are pressing enter for new line its takes as
. That's the reason you are getting a blank line. cheers, Abhijit
-
when you are pressing enter for new line its takes as
. That's the reason you are getting a blank line. cheers, Abhijit
-
when you are pressing enter for new line its takes as
. That's the reason you are getting a blank line. cheers, Abhijit