views:

14

answers:

1

here is my problem: http://img687.imageshack.us/img687/5391/88030081.gif

here is my simple page:

<html>
<head>
</head>
<body>
URL fixing provided by none
</body>
</html>

what do i need to do? i see other extensions with width and height set to just fine, and i only enter some little text and i get linebreak, this is the only thing i get stucked in developing my extension- this is just an example of what happens

Thanks in advanced

A: 

Try:

body {min-width:300px;min-height:300px;}
serg
damn, i forgot about that.thanks
dinbrca