i have set a variable named "text" and i want it to appear in a text box....i want this text to have a title coloured green (for example) and this title to be bolded...and the rest of text to be black and not bold.
I have used html tags: <font size="18" color="#00ff00"><b>Title</b></font>
but the <b>...</b> tag is not working....no text appears....when i delete the <b>...</b> tag the text appears with the other atributes but not bolded.
Where is my mistake?
And other problem:i want my text to be "full-justify" alligned....how can i do this?...is there an html tag for this?
Thanks !!!
I have used html tags: <font size="18" color="#00ff00"><b>Title</b></font>
but the <b>...</b> tag is not working....no text appears....when i delete the <b>...</b> tag the text appears with the other atributes but not bolded.
Where is my mistake?
And other problem:i want my text to be "full-justify" alligned....how can i do this?...is there an html tag for this?
Thanks !!!