How to use html: in an ad write-up?
I tried clicking on the link in "how to write an ad" that is supposed to download a program allowing use of html: copy, but it won't download. I DID figure out that inserting a <cr> <cr> will give me a line break, but I'd like to use bold, italic, etc. Any suggestions?
Thanks in advance,
Ragtime Billy
Thanks in advance,
Ragtime Billy
0
-
<br> will give you hard return
<P> 2 hard returns
<b>this text will be bold</b>
<i>this text will be italic</i>
<u>this text will be underlined</u>
<font size=+1>this will be bigger</font>
<font color=red>this will be red</font>
<font size=+1 color=red>this will be big and red</font>
http://www.w3schools.com/html/html_primary.asp0
Please sign in to leave a comment.
Comments
1 comment