11-11-2017 10:47 AM
11-11-2017 12:53 PM
11-11-2017 10:49 AM
11-11-2017 10:53 AM
I have a hard enough time writing normal, I know nothing about code. That answered my question. Thank you so much.
11-11-2017 11:04 AM
11-11-2017 11:09 AM - edited 11-11-2017 11:12 AM
HTML coding looks like this:
<!-- Auction ad begins here --><center><table border=2 cellpadding=10><tr><td bgcolor="#ffcccc"><font face=Arial,Helvetica><center><b><font face=Textile size=+5 color=red><BR><BR>
</font><font face=Textile size=+3 color=blue><BR><BR>
</font><font face=Textile size=+2><BR><BR>
</font><font face=Textile size=+2>
<BR><BR>
If that shows up.
It changes my backgrounds, puts in colour letters and adjusts the font. It also adds spacing.
It's my little version of branding.
The Standard side is just print. You can use the links at the top to automatically code some of your description, and Advanced for more choices.
If you look at one of my Descriptions you will see what it does.
11-11-2017 12:53 PM
05-09-2018 08:15 PM
HTML stands for Hyper Text Markup Language. HTML is the authoring language used to create documents on the World Wide Web. HTML defines the structure and layout of a Web document by using a variety of tags and attributes.
Here is a simple HTML tag <b>. Used before text, it will turn on the bold feature and will show following letters and text in bold face. To switch it off you would use the tag </b>. For instance, you could use the tag in the sentence, "I will <b>NOT</b> issue a partial refund!" The three letters inbetween the tag will show in bold letters. To understricke you would use the tag <u> and </u>.
Consequentlym, in the previous example, "I will <b><u>NOT</u></b> issue a partial refund!" the three letters NOT would now be bold and underscored. As you get familiar with HTML you can write more attractive listings. To learn HTML as a beginner, I would recommend the book, "Teach Yourself HTML VISUALLY" issued by IDG BOOKS WORLDWIDE. YOu can find a used copy for less than $5 on eBay or amazon. Good luck and have fun!