space problem

G

GGill

On web page i have existing text for example 'Test0' word, I will type text
in a HTMLEditor ' Test1 Test2'. On my first space I will see this 'andnbsp;',
but not after when i type text 'Test1 Test2'. So on my view web page i will
see this 'andnbspTest1 Test2'.

I am trying too understand what I need to do to not see this 'andnbsp;' but
only
space ' Test1 Test2'

<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
<TBODY>
<TR vAlign=top>
<TD class=rowend width=155></TD>
<TD class=rowend>
<DIV><A href="http://www.yahoo.com/">Yahoo.</A>andnbsp;Test1 Test2</DIV></TD>
<TD class=rowend width=155><IMG height=1
src="http://www.XXX.com/images/spacer.gif" width=120 border=0></TD>
 
G

GGill

Somewhere in a global file the empty space " " was replaced to "andnbsp;".
How can i just replaced back in my asp file from "andnbsp;" to " "? Please
help me.
 
S

Stefan B Rusynko

There is no such thing as a global file for ASP or FP design / code view that will do that

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Somewhere in a global file the empty space " " was replaced to "andnbsp;".
| How can i just replaced back in my asp file from "andnbsp;" to " "? Please
| help me.
|
| "GGill" wrote:
|
| > On web page i have existing text for example 'Test0' word, I will type text
| > in a HTMLEditor ' Test1 Test2'. On my first space I will see this 'andnbsp;',
| > but not after when i type text 'Test1 Test2'. So on my view web page i will
| > see this 'andnbspTest1 Test2'.
| >
| > I am trying too understand what I need to do to not see this 'andnbsp;' but
| > only
| > space ' Test1 Test2'
| >
| > <TABLE cellSpacing=0 cellPadding=3 width="100%" border=0>
| > <TBODY>
| > <TR vAlign=top>
| > <TD class=rowend width=155></TD>
| > <TD class=rowend>
| > <DIV><A href="http://www.yahoo.com/">Yahoo.</A>andnbsp;Test1 Test2</DIV></TD>
| > <TD class=rowend width=155><IMG height=1
| > src="http://www.XXX.com/images/spacer.gif" width=120 border=0></TD>
| >
 

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

Top