Where does get added to template code
-
We are getting blank content, instead of our post content
– we added – <div mc:edit=”main”>
to the code here/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MAIN BODY /\/\/\/\/\/\/\/\/\/\ */
/**
* @tab Body
* @section body style
* @tip Set the background color for your email’s body area.
*/
#templateContainer, .bodyContent{
/*@editable*/ background-color:#FDFDFD;
}/**
* @tab Body
* @section body text
* @tip Set the styling for your email’s main content text. Choose a size and color that is easy to read.
* @theme main
*/
.bodyContent div{
/*@editable*/ color:#505050;
/*@editable*/ font-family:Arial;
/*@editable*/ font-size:14px;
/*@editable*/ line-height:150%;
/*@editable*/ text-align:left;
}<div mc:edit=”main”>
but maybe this is wrong place to insert code
- The topic ‘Where does get added to template code’ is closed to new replies.