This topic is locked

Bold in events

2/10/2009 9:44:14 PM
ASPRunnerPro General questions
N
nitnelav21 author

Could you please tell how can I put bold in a word in the message in table events and how to increase the size of the letter.
Thanks.
Angel

Sergey Kornilov admin 2/12/2009

You need to learn about HTML tags like <b> and <font>.

Response.Write "<font color=red><b>Message</b></font>"