Css absolute position don't work in MS WORD
- by Tim
Hello!
This is a sample:
<html>
<head>
<title>word test</title>
</head>
<body>
<div style='position: absolute; width: 30px; height: 50px; top: 100px; left: 20px; border-color: black; border-width: 1px; border-style: solid;'>
<p>Hello!</p>
</div>
</body>…