A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi, I am using the portal:OrganizationControl in the footer of a site, but I need the company name, address and phone number to show up on the same line.
This CSS did the trick:
div.addresswrap { display: inline; }
However, I also need to find a way to add a separator (a comma in my case) in between the street address and the city/state/zip and then also after the zip before the phone number.
I could of course put the commas in the actual values, but that solution isn't very neat.
Any ideas if this can be done?
Thanks,
SA.
You can "probably" accomplish it using css after like this: