Using the WYSIWYG Editor and HTML in Item Descriptions
Bonanza's WYSIWG Editor
WYSIWY-Whaaa?
Bonanza's WYSIWYG("What you see is what you get") editor allows you to edit your item description with full HTML, meaning that you can style text, change colors, add pictures, and perform numerous other tricks to get your item descriptions formatted in a way that you find satisfying.
How Do I Access and Use It?
Just click on the "Add a new item" button ("Selling > Add or edit items") to open up the listing template, then use it just like you would use Microsoft Word.
Once the New Item Form is open, you will see the editor box under the "Detailed item description" section. This is where you can enter your description.
What's the Deal with Using HTML in My Item Descriptions? Is it Allowed?
You can use most HTML in your item descriptions, however there are some considerations you should be aware of when choosing what and how much HTML to use:
- Buyers choose whether they want to see HTML. Just as you can use whatever HTML you want in your item description, buyers can strip out that HTML and choose to view all listings as plain text. If a buyer with HTML disabled sees your HTML listing, they will see a link that lets them turn on HTML to view your item with HTML, but it is at their discretion whether they choose to do so*.
- Not all HTML will work. There is a particular type of web security loophole called an "XSS attack" that allows hackers to do bad things to websites that allow users to input whatever HTML they want and display it to users. We filter all HTML descriptions and strip out any elements that we cannot verify as definitely not able to be used as an XSS element. Of course, 99.9% of the time, the HTML that was stripped was not bad HTML, but for buyers to trust Bonanza, our filter errs on the side of caution.
- Our description entry area sucks for writing HTML. You didn't need us to tell you this, but our description editor has been designed for plain text descriptions. It's not big, and it's not easy to write HTML in. You can use the "Source" button in the toolbar which improves things somewhat.
Those considerations aside, you can use most standard HTML elements, and view your item listing to see how it turns out.
*How does the site go about showing an HTML item description sans the HTML? We just strip all of the HTML tags, and keep the line breaks. It actually looks surprisingly decent, most of the time.