KenshiroUK
Registered User.
- Local time
- Today, 03:09
- Joined
- Oct 15, 2012
- Messages
- 160
Query to change carriage returns and breaks to <p> and </p>
Hi all I'm struggling to get this work but I currently I have a database with description. This contains carriage returns so it looks like
Product A
Description A
Description B
Description C
however ebay file exchange will not accept this file. So what I wish to do is add an <p> and </p> tag in a simple select query to it looks like this:
<p>Product A</p> <p>Description A</p> <p>Description B</p> <p>Description C</p>
Is this possible?
Hi all I'm struggling to get this work but I currently I have a database with description. This contains carriage returns so it looks like
Product A
Description A
Description B
Description C
however ebay file exchange will not accept this file. So what I wish to do is add an <p> and </p> tag in a simple select query to it looks like this:
<p>Product A</p> <p>Description A</p> <p>Description B</p> <p>Description C</p>
Is this possible?