An image like this one
<html>
test1<img src="" style="width:10 0;height:100"/>test2
</html>
is in line with the text and has a width and height.
How can I get the same with a span or div instead of an image?
This does NOT work:
<html>
test1
<span style="display: inline-block;backgroun d:red;width:100 ;height:100">bl ock
</span>
test2
</html>
JMS
<html>
test1<img src="" style="width:10 0;height:100"/>test2
</html>
is in line with the text and has a width and height.
How can I get the same with a span or div instead of an image?
This does NOT work:
<html>
test1
<span style="display: inline-block;backgroun d:red;width:100 ;height:100">bl ock
</span>
test2
</html>
JMS
Comment