Announcements
I am using this format my html table by
replace(body('Create_HTML_table'),'<table>','<table border="3"> ')
Now I want to add more compose to reduce the font size and front
Please advise how to add more lines of compose to do
Hi @MIA27 ,
Please try:
replace(body('Create_HTML_table'),'<table>','<table border="1" style="font-style:italic;font-size:90px">')
Best Regards,
Bof
Thank you so much, it worked.
Just one additional, is it possible to change the color column header only.
As when I applied
color:blue
It changes all the text color (of header and body)
It can be written as :
Header-color:Blue
Please advise
replace(replace(body('Create_HTML_table'),'<table>','<table border="1" style="font-style:italic;font-size:90px">') ,'<th>','<th style="color:blue">')
I think this link will help you a lot:
https://www.w3schools.com/css/default.asp
Best Regards,Bof
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 223
David_MA 210 Super User 2026 Season 1
Haque 175