SillverShadow Posted September 24, 2015 Posted September 24, 2015 (edited) so i saw this http://prntscr.com/8k47bwand i saw this too http://i.imgur.com/iUJmF9Y.jpg the guy in the second photo says that adding imgsrc="texture.texture" adds the background and it seems to be working fine for normal html windows BUT not for community board. what i tried : http://prntscr.com/8k4f1h My Result : http://prntscr.com/8k4en0 Any idea why and how to resolve the issue? Thanks in advance. Edited September 24, 2015 by SillverShadow
SillverShadow Posted September 25, 2015 Author Posted September 25, 2015 Problem Solved.Lock the topic. Here is the solution Start your CB HTML with this: <html> <body> <br> <center> <table> <tr> <td cellspacing=0 cellpadding=0 background="myicon.bg"> (myicon is the name of the utx and bg is the name of the image in the utx ) put your content here. End your CB HTML with this: </td> </tr> </table> Or in simple words, just put EVERYTHING in a table and add the image you want as the tables background.
Rootware Posted September 25, 2015 Posted September 25, 2015 Need add background only for main TABLE with width and height 100%!
Recommended Posts