1. Putting images in menu items is too old-fashioned. You can do it with CSS if you like or you can build a custom menu module doing so. Don't forget that menus are modules.2. Elxis uses IPv6 addresses and converts IPv4 IPs to IPV6 format. I don't know if IPV6 addresses are human friendly or not but you have to live with them because soon IPv4 will be history. I might do something for IPv4 ips (display them in that form in this case), we will see. I will notify you later.3. We focus on the complete removal of inline css and javascript. Putting a background image anywhere is easy with css. You don't need an editor plugin for that.Change background to all articles: .elx_article_page { background:url(something.png) 0 0 no-repeat; }Change background image only to article with ID 45:#elx_article_page_45 { background-color:yellow; }Change article subtitle background only to article with ID 45:#elx_article_page_45 .elx_content_subtitle { background-color:red; }