Scripsit Yohan Blurp:
Quote:
Here is sample page to show you the problem :
It's not a page. It's just a fragment of code. In future, please post a URL.
Quote:
<html><body>
<form action="/cgi-bin/test.cgi" method="post">
Data Path : <input type="text" size="50" value="C:\Test Data\May
2007.xls" style='border: thin solid #FFFFFF'></form>
</body></html>
I wonder what you expect to achieve, in WWW terms, by using a text input
field initialized to something that looks like a path filename in a
particular computer. Moreover, a form without a submit button is not very
safe, and it looks odd. Besides, you should use <labelmarkup, for
accessibility, to associate the label text with the corresponding field.
Quote:
I would like the text label and text in input field be exactly
vertically aligned in all main browsers : IE, Netscape, Firefox,
Mozilla, Opera, Konqueror, etc.
That's not an HTML issue but a matter of styling (CSS). Besides, it's not
particularly important, and it's not really possible, due to the different
interpretations and implementations of the vertical-align property. But
_after_ you have created a functional page and tested it, feel free to ask
for ideas on styling in c.i.w.a.stylesheets.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/