The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
background is not a valid xhtml tag, assuming you are working inside of vBulletin, it tells the browser its xhtml code.
use style="background-image:$stylevar[imgdir_misc]/pic3.gif" Instead of background="$stylevar[imgdir_misc]/pic3.gif" |
#12
|
|||
|
|||
![]() Quote:
![]() Quote:
![]() HTML Code:
<!-- top section --> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td width="10" height="32"><img src="$stylevar[imgdir_misc]/pic1.png" /></td> <td width="10" height="32"><img src="$stylevar[imgdir_misc]/pic2.png" /></td> <td width="100%" height="32" style="background-image:$stylevar[imgdir_misc]/pic3.gif" class="pic2"><center>vbphrase</center></td> <td width="10" height="32" align="right"><img src="$stylevar[imgdir_misc]/pic4.png" /></td> <td width="10" height="32" align="right"><img src="$stylevar[imgdir_misc]/pic5.png" /></td> </tr> <!-- / End top section --> |
#13
|
||||
|
||||
![]() Quote:
should be background-image: url($stylevar[imgdir_misc]/pic3.gif); |
#14
|
|||
|
|||
![]() Quote:
![]() Quote:
HTML Code:
<td width="100%" height="32" background-image: url($stylevar[imgdir_misc]/pic3.gif); class="pic2"><div align="center">$vbphrase[whats_going_on]</div></td> ![]() |
#15
|
||||
|
||||
![]() Quote:
<td width="100%" height="32" style="background-image: url($stylevar[imgdir_misc]/pic3.gif);" class="pic2"><div align="center">$vbphrase[whats_going_on]</div></td> |
#16
|
|||
|
|||
![]()
OK thanks Zachery
![]() ![]() ![]() |
#17
|
|||
|
|||
![]() Quote:
|
#18
|
|||
|
|||
![]() Quote:
![]() |
#19
|
|||
|
|||
![]()
Try posting a screenie after you replace your top section with the following:
Code:
<!-- top section --> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr> <td width="10" height="32">A <img src="$stylevar[imgdir_misc]/pic1.png" /></td> <td width="10" height="32">B <img src="$stylevar[imgdir_misc]/pic2.png" /></td> <td width="100%" height="32" style="background-image: url($stylevar[imgdir_misc]/pic3.gif);" class="pic2"><div align="center">C $vbphrase[whats_going_on]</div></td> <td width="10" height="32" align="right">D <img src="$stylevar[imgdir_misc]/pic4.png" /></td> <td width="10" height="32" align="right">E <img src="$stylevar[imgdir_misc]/pic5.png" /></td> </tr> <!-- / End top section --> |
#20
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|