Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have following code for inserting table data


XML
<td class="usercreationtxtbox">
                           <span class="icon-air usercreatemarginselect" style="margin-right: 15px;"></span>
                           First Beat Start Time


                       </td>




Now in the above code i want to add a text box after table text "First Beat Start Time"
but when i m inserting text box using following code within div section
<input time="text" value=""/>
this text box take a new line and disturb my design can u pls suggest how to arrange in textbox in front of "first beat start time" data
Posted

Instead of using Div tag use span and set nowrap=nowrap property of the td tag
 
Share this answer
 
Make td wider to accomodate new element. Or make the textbox narrower.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900