I just wrote a few lines of html:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<body style="background-color:black;">
<div style="position:absolute;top:50%;bottom:50%;left:25%;right:25%;text-align:center;">
<font style="color:white;">
bleh
</font>
<form action="/">
<input type="text" name="lepassword" style="background:black;width:400px;border:0px;color:white;"/>
</form>
</div>
</body>
</html>
Is this a expected behaviour or a bug?
Kr,
Grimeton