Home → FAQs → Listing Generator → Can I enter my own HTML into the WYSIWYG editor?
Our program has a WYSIWYG editor that can be enabled by going to System Preferences and checkmarking "Use WYSIWYG tools" under the General heading. You can also click on the HTML tab of the WYSIWYG editor and enter your own HTML.
Font Size
<font size=4> your text here </font>
The templates are coded so the font size is a 3, the larger the number the bigger the font.
Font Color
<font color=red> your text here </font>
Acceptable font colors are: black, white, red, blue, green, yellow, orange, violet, purple, pink, gray, silver, teal, chartreuse, fuchsia, brown, aqua
Font Face
<FONT FACE="Font Name">Enter some text here</FONT>
Bold
<b> your text here </b>
Italics
<i> your text here</i>
Center
<center> your text here </center>
All of these tags can be combined. Here is an example:
<center><b><i><font size=4 color=red> This sentence would appear in the listing center, bolded, in italics, red font color and a size of 4.</font></i></b></center>
These tags do not need to be done on each sentence; you can do these for a full section of text - multiple paragraphs - etc.