When an account holder logs in Actinic displays something along the lines:
"Buyer: A.Person | Account: A Business | Login"
I would like to display the same info vertically ie:
Buyer:
A.Person
Account:
A Business
Logout
If I simply seperate out the Actinic Placeholders into a table. I get the following:
Buyer: A.person |
Account: A.Business |
Logout
Is it possible to seperate the "Buyer" and "|" from the Actinic palceholder "NOWSERVING" and do similar to "CURRACCOUNT" and "BROCHURE_LOGOUT_SIMPLE"
"Buyer: A.Person | Account: A Business | Login"
I would like to display the same info vertically ie:
Buyer:
A.Person
Account:
A Business
Logout
If I simply seperate out the Actinic Placeholders into a table. I get the following:
Buyer: A.person |
Account: A.Business |
Logout
Is it possible to seperate the "Buyer" and "|" from the Actinic palceholder "NOWSERVING" and do similar to "CURRACCOUNT" and "BROCHURE_LOGOUT_SIMPLE"
Comment