This is a Web context that is converted to an XML file for our Connect licensor to send as emails. I have successfully copied and edited the template and the Workflow process, and only this strange issue remains.
I enclosed the image in an inline box so I could add a second box with text to the right.
Can you share the HTML of the inline box please? Because Iâm not able to reproduce the issue when previewing a web content to which Iâve applied something similar, in my web browser.
I was able to resolve the issue by adding background-repeat: no-repeat; to the style parameters. I did not see this option in the drop-down menu, but since it is HTML, I was able to fat-finger in the extra style parameters, which is a nice option if you know what you are doing.
That should not be necessary since default.css has the following style rule:
* {
background-repeat: no-repeat;
}
So Iâm curious how you are generating the HTML. There are different âinliningâ options that control the way style rules are included in the HTML output.
We can also leave it at this if you are already happy, no problem.
Personally I find the MDN Web Docs site quite a useful place for checking out more about a specific CSS property. Take the following webpage, for example:
I have had this issue before. The stylesheets are not included in the final output, so styling must be done in the HTML.
I am editing a template and Workflow process Ricoh developed for us years ago to send emails. The final output is an XML file which we upload to them, and they use an email client to send these emails on behalf of our client. Therefore, no stylesheets are included in the final output.
That said, and advice on getting an inline box to âsnapâ to another element.
Would embedding all resources not dramatically increase the file size of the output XML?
We purposely do not save images with the template; they are URLs linked to images hosted on the clientâs website. We had experience where even a simple logo graphic vastly increased the size of the output file, resulting in HTML emails that were so large our Outlook client could not download them.
I also do not see how a stylesheet could be accessed by the output XML. Is that even possible?
Again, this template is a modification of a process designed by Ricoh (our OL licensor) for emails. The template uses a Web context, and the Workflow process changes the emulation to convert the HTML to XML, which we upload to Ricoh. What happens after that is forbidden magic that I do not know about.