BarbaraAlvarez1
5 years agoQrew Member
How can I center List information?
Hi,
I'm trying to center information returned from using List at the top of a page. Can this be done? My field type is rich text.
var date MyDate = ToDate([Date Created]);
List (" ",[Contact - First Name],[Contact - Last Name])& " Personalized Journey Map \n as of " & ToText($Mydate) & "\n provided by\n"
To return something like this:
Fname Lname Personalized Journey Map
as of mm/dd/yyyy
provided by
(insert logo)
// <p style="text-align:center">Center this text!</p>
------------------------------
Barbara Alvarez
------------------------------
I'm trying to center information returned from using List at the top of a page. Can this be done? My field type is rich text.
var date MyDate = ToDate([Date Created]);
List (" ",[Contact - First Name],[Contact - Last Name])& " Personalized Journey Map \n as of " & ToText($Mydate) & "\n provided by\n"
To return something like this:
Fname Lname Personalized Journey Map
as of mm/dd/yyyy
provided by
(insert logo)
// <p style="text-align:center">Center this text!</p>
------------------------------
Barbara Alvarez
------------------------------