4

I am using VB.Net for my project developing. Now I want to add blank space at the end of each line using HTML code.

So can any one help me out to do this?

4

1 回答 1

6

there is special symbol for that

 <P>
   my line of text &nbsp; 
 </P> 

use as many of those as needed, though is always better to simulate the spaces with CSS like

 padding-right:5px;
于 2012-12-01T10:05:22.480 回答