- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 07:32 AM
Hi Team
Would you please any one assist me how to add this type of variable to my catalog item.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 09:45 AM
Hi @dhineshkumar
You can try this
Create Rich Text Label:
Here's the HTML:
<p><span style="font-size: 10pt;"><strong>Please Note </strong></span> <span style="display: inline-block; width: 20px; height: 20px; background-color: #e74c3c; color: white; font-size: 10pt; text-align: center; line-height: 20px; border-radius: 50%; font-family: Arial, sans-serif;" title="Help">?</span></p>
<table style="border-collapse: collapse; width: 94.8687%; height: 82px; border: 1px solid black;"><colgroup><col style="width: 100%;"></colgroup>
<tbody>
<tr>
<td style="border: 1px solid black;"><span style="color: rgb(224, 62, 45); font-size: 10pt;">Emergency change must be a fix and it is the responsibility of the requester to escalate and obtain approval and resources for timely implementation. Reference SOP link at the bottom of the form for additional details </span></td>
</tr>
</tbody>
</table>
you will get like this :
"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"
Thanks & Regards,
Barath.P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2024 09:45 AM
Hi @dhineshkumar
You can try this
Create Rich Text Label:
Here's the HTML:
<p><span style="font-size: 10pt;"><strong>Please Note </strong></span> <span style="display: inline-block; width: 20px; height: 20px; background-color: #e74c3c; color: white; font-size: 10pt; text-align: center; line-height: 20px; border-radius: 50%; font-family: Arial, sans-serif;" title="Help">?</span></p>
<table style="border-collapse: collapse; width: 94.8687%; height: 82px; border: 1px solid black;"><colgroup><col style="width: 100%;"></colgroup>
<tbody>
<tr>
<td style="border: 1px solid black;"><span style="color: rgb(224, 62, 45); font-size: 10pt;">Emergency change must be a fix and it is the responsibility of the requester to escalate and obtain approval and resources for timely implementation. Reference SOP link at the bottom of the form for additional details </span></td>
</tr>
</tbody>
</table>
you will get like this :
"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"
Thanks & Regards,
Barath.P