View Full Version : tip
Anonymous
02-27-2004, 04:37 PM
Forgive my ignorance.
What does "You can use basic HTML to create bold" mean? Please give the steps to follow. Thanks.
Plin.
The hypertext code to make something bold is to put <b> before it and </b> after it. For instance, to display "hello world" in bold, you put:
<b>hello world</b>
Similarly, you can put something in italics with by surrounding it with:
<i>......</i>
and you can underline something by surrounding it with:
<u>......</u>.
I hope this helps.
Anonymous
02-27-2004, 06:17 PM
I've got it, Pete. Thanks so much.
Plin
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.