|
-
Sep 29th, 2010, 08:17 AM
#10
Thread Starter
Hyperactive Member
Re: Add space in html
I tried but <pre> only works for text.
What I want to do is adding 100 space between two lables like below:
<asp:Label ID="lbl1" runat="server" /> <asp:Label ID="lbl2" runat="server"/>
If I use <pre> will make lbl2 in next line which I do not like it.
<asp:Label ID="lbl1" runat="server" />
<pre><asp:Label ID="lbl2" runat="server"/></pre>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|