keyboard
02-08-2012, 09:09 AM
Hello everyone,
This is my code
<HTML>
<HEAD>
</HEAD>
<BODY STYLE="overflow:hidden; margin:0px; background-color:grey;">
<DIV ID="oDiv" CONTENTEDITABLE STYLE="height:60%; background-color:white; overflow:auto; width:30%; line-height:10%;">
</DIV>
</BODY>
</HTML>
Is there any way to remove the giant spacing between each line in the div?
I've tried css line-height.
Keyboard1333
This is my code
<HTML>
<HEAD>
</HEAD>
<BODY STYLE="overflow:hidden; margin:0px; background-color:grey;">
<DIV ID="oDiv" CONTENTEDITABLE STYLE="height:60%; background-color:white; overflow:auto; width:30%; line-height:10%;">
</DIV>
</BODY>
</HTML>
Is there any way to remove the giant spacing between each line in the div?
I've tried css line-height.
Keyboard1333