2017-04-04 155 views
0

我有價值顯示在輸入文本框中的HTML。值是地址。 如果地址字符多,那麼我想以輸入文本框的值的形式顯示整個文本。實際上它正確顯示了值。但我想在全文框中看到它。[在這裏,地址部分顯示。我要在此輸入文本框中顯示整個地址。如果文本大小增加,如何更改文本框大小(高度)?

我的代碼就像。

<tr> 
<td class="tabth" style="border-bottom: 1px solid black;">Address</td> 
<td class="tabtd" style="border-bottom: 1px solid black;"> 
    <input type="text" style="height:50px; overflow: auto;" name="address" value="502, Venus Atlantis, Nr. Shell Petrol Pump, Anandnahar-Prahladnagar Road, Ahmedabad,Gujarat, India............kkkkkkkkkkkkkk..........."> 
<‌​/td> 
<td> 
<button type="submit" name="export" value="reg" class="btn btn-success pd">Save</button> 
</td> 
</tr> 

Here is image of my output

+1

使用''這在HTML中是不可能的。所以你必須使用'