Jump to content

Recommended Posts

Posted (edited)

so i saw this http://prntscr.com/8k47bw
and 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 by SillverShadow
Posted

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.
Guest
This topic is now closed to further replies.
×
×
  • Create New...