Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert controls to a placeholder

Status
Not open for further replies.

vcllvc

Programmer
Jul 12, 2001
136
US
is there a way to add textboxes into a placeholder control where the textboxes are not created on new line.

instead of :
textbox1
textbox2
textbox3
textbox4

show this :
textbox1 textbox2 textbox3 textbox4

 
Yes, simply position the controls with CSS


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Sorry to my ignorant. Can you show me some code in css to do it, please?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top