This text and the code fragment are treated as a paragraph element. They are positioned a minimum of one inch from the bottom, left, right, and top boundaries.
 
Code:
p.one {
position: absolute;
bottom: 1in;
left: 1in;
right: 1in;
top: 1in;
}
...
<p class="one">
This text and the code fragment are treated as a paragraph element. They are positioned a minimum of one inch from the bottom, left, right, and top boundaries.
</p>

Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information