how do i put a glow on user name and make it bold.
i want to do on forums to like , bold and other color.
To make text bold and change the colour, you can use simple HTML. Follow the above thread and use the following:
<span style="font-weight:bold; color:green; text-shadow:0px 0px 5px #39c70d;">{username}</span>
To change the colour, change the word "green" and "#39c70d" to valid
Colour Hex Codes.
oke thanks,
can i make it moving to just by adding on every action ';'
You've to add ending ; after each property. Moreover add the ending > after the code euantor provided above otherwise it'll messup the layout.
thanks for fast support and help