Я использую Power Automate для создания документа Word на OneDrive, используя HTML и CSS в действии Compose. Я передаю изображение Base64 в заголовок, и это отображается правильно. Тем не менее, содержание заголовка и нижнего колонтитула также появляется в самом начале основного содержания тела документа, когда не должно. Но это означает, что они больше не являются настоящими заголовками и нижним колонтитулом в документе Word. < /p> Это мой текущий HTML ... < /p>
Print
100
@page Section1 {
mso-header-margin: 0in;
mso-footer-margin: 0in;
margin-left: 0in;
margin-right: 0in;
margin-top: 1in;
margin-bottom: 1in;
mso-header: h1;
mso-footer: f1;
}
div.Section1 {
page: Section1;
margin: 0;
padding: 0;
}
p.MsoHeader {
mso-style-link: "Header Char";
margin: 0;
padding: 0;
}
p.MsoFooter {
mso-style-link: "Footer Char";
margin: 0;
padding: 0;
text-align: center;
}
body {
margin: 0;
padding: 0;
font-family: 'Calibri', Arial, sans-serif;
}
.header-image {
width: 100%;
display: block;
margin: 0;
padding: 0;
}
div[style*="mso-element:header"] {
margin: 0;
padding: 0;
width: 100%;
}
div[style*="mso-element:footer"] {
margin: 0;
padding: 0;
width: 100%;
}
.content {
margin: 1in;
}
[img]data:image/png;base64,@{outputs([/img]
© 2025 Company Name - All rights reserved
Page
Executive Summary
This comprehensive report outlines our company's strategic initiatives and market analysis for the upcoming fiscal year. The following sections detail our findings, recommendations, and implementation strategies across multiple business verticals.
1. Market Analysis
Current market trends indicate a significant shift towards digital transformation across all sectors. Our analysis shows that 78% of businesses are prioritizing digital initiatives, with a particular focus on artificial intelligence and cloud computing solutions.
Key findings from our market research include:
Digital Transformation: The global digital transformation market is expected to grow at a CAGR of 23.1% from 2024 to 2030. This growth is primarily driven by the increasing adoption of cloud technologies, artificial intelligence, and machine learning across various industries.
Market Opportunities: Significant opportunities exist in sectors such as healthcare, finance, and manufacturing. Each of these sectors shows strong potential for technology adoption and digital transformation initiatives.
Conclusion
The initiatives outlined in this document represent a comprehensive approach to achieving our strategic objectives. Through careful implementation and regular monitoring, we expect to achieve significant growth and maintain our competitive position in the market.
Success will require dedicated effort and coordination across all departments, but the potential returns justify the investment and effort required. We recommend proceeding with the implementation as outlined, with regular reviews and adjustments as needed.
[img]data:image/png;base64,@{outputs([/img]
Подробнее здесь: https://stackoverflow.com/questions/794 ... m-the-main
Как удалить заголовок и нижний колонтитул этого HTML для слова DOC из основного содержания тела? ⇐ Html
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение