Lost My Space On ASP Return (Full Version)

All Forums >> [Web Development] >> ASP, PHP, and Database



Message


Mav44 -> Lost My Space On ASP Return (6/22/2009 19:15:24)

I have used the following code for years and never had a problem and then this week I notice the space between the state and zip is gone. What used to return "CA 92120" now reurns "CA90120". I have tried several changes but no luck. Is there an insert I can put between to get a space or a change to the FP callout?


<%=FP_FieldVal(fp_rs,"state")%> <%=FP_FieldVal(fp_rs,"zip")%>




Mav44 -> RE: Lost My Space On ASP Return (6/22/2009 20:01:59)

From looking around it looks like my answer is to add "nbsp;" with an & sign in front of the N.

<%=FP_FieldVal(fp_rs,"state")%>nbsp;<%=FP_FieldVal(fp_rs,"zip")%>


I would still love it if one of the gurus on this site would confirm that this is the best solution?

Thanks and the site has a nice new look!!!

Mav44




ou812 -> RE: Lost My Space On ASP Return (6/22/2009 23:18:27)

Not a guru, but I would do it that way as well.




Mav44 -> RE: Lost My Space On ASP Return (6/23/2009 1:09:50)

Thanks Brian!

Also your sidebar states you are a Supreme Overlord, I think that out ranks a guru [:D]




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.0625