Using the following doctype means that my absolute positioning doesn't work. So I guess that I'm not doing it correctly. Can someone tell me what I'm doing wrong? Cheers.
PHP Code:<!doctype html public "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Astratech</title>
</head>
<body>
<div style="width:800px; position:absolute; left:180; top:17;">HR Management System</div>
<div style="position:absolute; left:10; top:70">Welcome Dale Burrell</div>
<div style="position:absolute; left:720; top:70"><a href="login.asp?Login=false" target="mainFrame">Logout</a></div>
</body>
</html>





And I'd just fixed another problem exactly the same. Thanks.

Bookmarks