Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Another common example is "M." for people with the first name Mohammed.
It needs to be tab delimited for these versions of Excel. Interesting that the newer version of Excel that Tofa is using is correctly importing the character encoding.
You can edit the file format of the subscription data:You can associate those kinds of files to directly open in Excel, or you can open the file directly in Excel.
You need to download the file as a Tab Delimited txt:Then, your computer will probably open the file in a text editor. Copy this text and paste it into your favourite spreadsheet program, or open the txt file directly using Excel etc..
Hey Andy,Sure - at the top of the code you can declare variables, including numbers. You can then reference the variable in your code:......One caveat might be how the code is ultimately inlined or compiled... might alter the amount of places you need to put the variable. I like the Zurb framework ...
Have you hardcoded the pixel dimensions into the spacer?You could make the spacer a variable that draws on user input, and you could select the default setting to be small enough that it won't blow out the thumbnail view.
Hi Vibha,I have only selected one page to connect to so I can't help you with question 1. Perhaps;- When you setup the Facebook account in Admin / Launchpoint, you get the option of choosing which pages you would like to manage. You might want to double check there.- The pages are drawn from which p...
What does the individual module look like?
Hmmmmm... depends what you mean by uneditable. You're right, I don't think you could have a piece of code that isn't surrounded by module tags, and therefore drag-and-droppable into and out of the email.I suppose ultimately you (we) need a module that has a notEditable flag on it. But.. on the other...
I'm still confused I think.Wouldn't you just design a template with the items you want users to be able to change as "mktEditable" classes and the areas you don't want them to change as regular html classes? >For instance, you would have a header container, in which the user could select between 2 b...