I'm using locations cck and I have custom content types and node templates for each of these. It's user generated content and the address is displayed in my template with the address results fields one below the other... but I'd like to to display it in a horizontal line with each field separated by a comma.
How can I change the address layout?
Comments
Comment #1
hutch commentedCopy location.tpl.php to your theme's folder, add some html comment to it so you can see it is being used in the source html, flush the cache and you should be done.
Comment #2
nravens commentedThanks, this worked for me...
Comment #3
hutch commented