I'm new to Dynamics and building an email template, but having trouble with getting the section background color to fill over the full width of the email, because I don't want my content to be 100%.
I want the grey and the orange (see image below) to fill at 100% width, but I want the content (header text, logo, banner) to be at 600px wide. So far I haven't been very successful. What I would like is a custom setting in my Content block that allows me to set the width (so a new setting in the second image below). So not just for only the email. Is that possible with the meta codes?
<meta type="xrm/designer/setting" name="<name>" value="<initial-value>" datatype="<data-type>" label="<label>">
So I could make this into something like:
<meta type="xrm/designer/column" name="columnWidth" value="600px" datatype="number" label="columnWidth">
If this works, what CSS class would I have to change for it to use the custom setting as the width? And how would I make sure it's aligned center?
See the third image as an example of what I would like to achieve.