aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes HTML <input> tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "HTML <input> tag" Watch "HTML <input> tag" New topic
Author

HTML <input> tag

Graeme Byers
Ranch Hand

Joined: Apr 16, 2004
Posts: 127
I like the appearance of the thin rectangular box the <input> tag puts around fields , so much so that I use it with readonly in display pages.
However it makes my HTML more complicated. Are there other ways of achieving the same effect ?
Thank you.
Haina Minawa
Ranch Hand

Joined: Oct 13, 2011
Posts: 119
Graeme Byers wrote:I like the appearance of the thin rectangular box the <input> tag puts around fields , so much so that I use it with readonly in display pages.
However it makes my HTML more complicated. Are there other ways of achieving the same effect ?
Thank you.


Did you try to use CSS?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HTML <input> tag
 
Similar Threads
Opening File Chooser in a jsp Page?
how to assign input tag id to applet param value
Question about html:image tag
How to define focus() method in JS
HTML validation with struts tags