Announcements
Hi Community,
I have an HTML text.
How could I:
1) Change the font size of just the title?2) Set a font color HexadecimalIR 000D4B?3) Leave the entire paragraph "justified." That it aligns evenly on both edges.
The Text is:
<b><font color=black>"Packaging Management</font></b><br/><br/>Every container of seed received must be accompanied by a Shipping Guide. "At all times the containers must be on a pallet."
Regards,
Francisco
"<b> <h1> <font color=black>Packaging Management</font></b> </h1> <p align=justify> <font style='color:rgb(0, 13, 75);'> Every container of seed received must be accompanied by a Shipping Guide. ""At all times the containers must be on a pallet."" </p> "
*note - same color, just used the rgb value instead of hex
Hi @Francisco77
This just basic HTML code as following:
"<p style='text-align:justify;'> <h1 style='font-size: 22px;color:#000D4B;'>Packaging Management</h1> <p>Every container of seed received must be accompanied by a Shipping Guide.</p> </p>"
------------------------------------------------------------------------------------------------------------------------------If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.If you like my response, please give it a Thumbs Up.
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 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 541
WarrenBelz 434 Most Valuable Professional
Valantis 289