HTML Background commands won't stick with new listing tool - Advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 02:44 PM
I've always used the HTML editor to build my description which included a background behind my photos. The HTML background command I've always used for years gets removed and now just have a plain white background in my description. Is this intentional or is there another way? I look plain and boring now in my description 😞 Please advise
HTML Background commands won't stick with new listing tool - Advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2022 03:29 PM
Just like the simpler Quick Lister, the new Unified Lister will remove all HEAD elements, stylesheets, and CSS classes. However, you can still add a background by using inline CSS or HTML.
In your case, I see that you have included and styled the BODY element. You could move those styles into your first element, which is a table. Or, you could enclose your entire template in a CSS-styled DIV wrapper instead.
