ASP.NET Controls all on one HTML horizontal line

A

Alan Z. Scharf

1. After a lot of moving controls around a page in VS.NET, all the ASP.NET
HTML for the controls in on one horizontal line with no "Line wrap" for each
control.

2. I tried breaking the lines with the ENTER key, but after I save and
reload the page in designer, it goes back to all horizontal on one line.

3. Is there a way to force separate HTML line for each control?

Thanks.

Alan


___________________________
Alan Z. Scharf
GrapeVine Systems
New York City
 
R

Ravikanth[MVP]

Hi

Put all controls in HTML Table.

<table>
<tr>
<td><<ctrl>></td><td><<ctrl>></td><td><<ctrl>></td>
</tr>
</table>


Ravikanth[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,207
Latest member
Best crypto consultant

Latest Threads

Top