Using
Different Colored Fonts in Your Auction Descriptions
Want to spice up your auctions
by including different colored fonts in your eBay auction description?
For instance, you can use red so your auction terms stand out, or you
can have your text color match the photos of your auction item, to completely
color coordinate your look.
Code |
What it
does |
|
|
<font
color="#000000">text</font> |
Black |
<font
color="#FFFFFF">text</font> |
White |
<font
color="#FF0000">text</font> |
red |
<font
color="#006633">text</font> |
green |
<font
color="#000066">text</font> |
navy
blue |
<font
color="#FFFF00">text</font> |
yellow |
<font
color="#990099">text</font> |
purple |
<font
color="#333333">text</font> |
dark
grey |
You can use more than one font
color in your description. You just have to be sure to close the previous
font tag before opening a new one.
Want to experiment with even
more colors? Go to our html
color chart. Just replace the xxxxxx with the font color in the chart.
<font color="#xxxxxx">text</font>
|