| The Arcive of vBulletin Modifications Site. | |
| 
			 
			#1  
			
			
			
			
			
		 | |||
| 
 | |||
|  set a image as a background in header 
			
			hi , first sorry for my bad English i want to change a style header and set a simple image as a background with 100% width and then set another images on it . i use this code for background Image : <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/back.gif)"></table> but vb dont show this pic in header . in other word i want to create a header like this site header : http://www.mobilemarketingforum.com/ how can i do it ? | 
| 
			 
			#2  
			
			
			
			
			
		 | ||||
| 
 | ||||
|   
			
			Give it an id and use css your using legacy stuff here. HTML Code: <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" id="banner" ></table> HTML Code: #banner {
background-image: /* your path here erase comment after done */;
} | 
|  | 
| 
 | 
 | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
| 
 | |
|  More Information | |
| Template Usage: 
 Phrase Groups Available: 
 | Included Files: 
 Hooks Called: 
 |