Quote:
Originally Posted by Bubble #5
Thank you for helping out Zachery  Yes we are working from within the templates ( forumhome, forum display, navbar, etc.).
When we switched it as shown above the image disappeared causing the entire center section to now be missing  I've included our new code for the top section so you could see exactly what we changed. Image ( pic3.gif) is in the correct folder and was appearing just before the change. Any idea on what would cause the image to disappear like that when the code is correct?
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 -->
|
oh silly me, thats what I get for not having my caffiene in me.
should be
background-image: url($stylevar[imgdir_misc]/pic3.gif);