Hi.
I have a query to display images. is there anyway to display the images side by side (like in columns) rather than all in a row?
I have tried the keepwithnext command but not sure if that's correct or how to put it in the query.
my query:
Select concat( 'dbr.html:') as 'All Photos'
from uploads
where in_id = Order_ID1;
Many thanks
James