views:

20

answers:

1

How would I do this?

Just like <hr/> but with a text-box.

+1  A: 

I think what you need to do is set the Width to 100%

e.g

<html>
<head></head>
<body>
<input id="inputBox" style="width:100%;"></input>
</body>
</html>
Barry
No, 100% is original size.
Anonymous the Great
100% is the width of the screen. Can you explain your question?
Barry
Oh, I guess I just didn't look very good. Thanks.
Anonymous the Great