|
| |
|
|
Mav44
Posts: 197 Joined: 6/25/2006 Status: offline
|
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")%>
< Message edited by Mav44 -- 6/22/2009 20:02:30 >
|
|
|
|
Mav44
Posts: 197 Joined: 6/25/2006 Status: offline
|
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
< Message edited by Mav44 -- 6/22/2009 20:07:49 >
|
|
|
|
ou812
Posts: 1705 Joined: 1/5/2002 From: San Diego Status: offline
|
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.
_____________________________
-brian Black Holes suck. EnterpriseDB: Enterprise-class relational database management system PostgreSQL: The world's most advanced open source database
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|