Newsgroups : Alt : alt.internet.search-engines : 2006 Sep : Adding a space when pulling from database?

www.cryer.info
Managed Newsgroup Archive

Adding a space when pulling from database?

Subject:Adding a space when pulling from database?
Posted by:"T.J." (no1@home.invalid)
Date:Sat, 16 Sep 2006 20:06:17

I'm pulling data from an Access database and need
put a space between two words.
At the moment I have this,

<%=(rs1.Fields.Item("strFirstName").Value)%>
<%=(rs1.Fields.Item("strSecondName").Value)%>

This produces,

FirstNameSecondName   without the space.

<%=(rs1.Fields.Item("strFirstName").Value)%>&nbsp;<%=(rs1.Fields.Item("strSecondName").Value)%>

Displays OK on the page, but isn't search engine friendly.

How can I add the space but still have it optimised?
(Working in ASP)
TIA.

--
T.J.
http://www.uksmallbusinessdirectory.co.uk

Replies:

www.cryer.info
Managed Newsgroup Archive