greetings,
i am attempting to wrap text inside of arbitrary objects. the following example works in firefox and ie7 but not when rendered using princexml.
is there an alternative method to accomplish the same end? i've played around with a few other things but so far have come up short. thx!
i am attempting to wrap text inside of arbitrary objects. the following example works in firefox and ie7 but not when rendered using princexml.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Text wrapping example</title>
<style type="text/css">
.l { float: left; clear: left; height: 14pt; }
.r { float: right; clear: right; height: 14pt; }
</style>
</head>
<body>
<div style="text-align:center;overflow:hidden;position:relative;width:125pt;height:112pt;font-size:12pt;line-height:14pt;">
<div class="l" style="width:32pt;"></div>
<div class="r" style="width:32pt;"></div>
<div class="l" style="width:16pt;"></div>
<div class="r" style="width:16pt;"></div>
<div class="l" style="width:8pt;"></div>
<div class="r" style="width:8pt;"></div>
<div class="l" style="width:4pt;"></div>
<div class="r" style="width:4pt;"></div>
<div class="l" style="width:4pt;"></div>
<div class="r" style="width:4pt;"></div>
<div class="l" style="width:8pt;"></div>
<div class="r" style="width:8pt;"></div>
<div class="l" style="width:16pt;"></div>
<div class="r" style="width:16pt;"></div>
<div class="l" style="width:32pt;"></div>
<div class="r" style="width:32pt;"></div>
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
i i i i i i i i i i i i i i i i i i i i i i i i i i
</div>
</body>
</html>
is there an alternative method to accomplish the same end? i've played around with a few other things but so far have come up short. thx!