Forum Discussion
tifanny034
Jul 15, 2022Copper Contributor
Add name of user in page
Hi, I am trying to add the users name like Hi Sylvian, How can I do this ? Thanks for your help!
nmjayhawk
Aug 04, 2023Copper Contributor
ganeshsanap this worked well for me but how do I format the text that is produced?
ganeshsanap
Aug 07, 2023MVP
nmjayhawk You can use CSS styles.
For example: You can add below styling block for showing the generated text in red color:
<style>
p#pWelcomeMsg { color: red }
</style>
Add such style block before your HTML and JavaScript code given in above response.
Output:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.