Forums
This topic is locked
ASP Form Results
Posted 06 Sep 2007 22:07:15
1
has voted
06 Sep 2007 22:07:15 Brandy Klug posted:
When using .asp forms, is there any way to space your form email results.For example:
name:
address:
(double space)
comments:
(double space)
how did you find our site?
...etc.?
Thanks!
Replies
Replied 05 Oct 2007 18:21:51
05 Oct 2007 18:21:51 Lee Diggins replied:
Hi Brandy
Welcome to DMXZone.
If I understand you correctly you want add additional spaces between text. If this isn't what you mean please post back with more details.
To insert extra spaces into HTML you need to use the non-breaking space using this code  
This:
<pre id=code><font face=courier size=2 id=code> space&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s</font id=code></pre id=code>
Returns this:
<pre id=code><font face=courier size=2 id=code> space s</font id=code></pre id=code>
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
<b>Lee Diggins</b> - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>
Welcome to DMXZone.
If I understand you correctly you want add additional spaces between text. If this isn't what you mean please post back with more details.
To insert extra spaces into HTML you need to use the non-breaking space using this code &nbsp;
This:
<pre id=code><font face=courier size=2 id=code> space&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s</font id=code></pre id=code>
Returns this:
<pre id=code><font face=courier size=2 id=code> space s</font id=code></pre id=code>
Sharing Knowledge Saves Valuable Time!!!
~ ~ ~ ~ ~ ~
<b>Lee Diggins</b> - <i>DMXzone Manager</i>
<font size="1">[ Studio MX/MX2004 | ASP -> VBScript/PerlScript/JavaScript | SQL | CSS ]</font>