{TEASER_EX} images not working

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
kobos
Posts: 52
Joined: Mon 21. Nov 2005, 21:50

{TEASER_EX} images not working

Post by kobos »

i have a problem with the displaying of images using the teaser_ex replacement tag:

this is the source page:
http://www.okobo.com/cms/index.php?news_lb

theis is the target:
http://www.okobo.com/cms/index.php

see the images of the shrooms isn't even registered let alone displayed

im using my expandable content box mod for this which slots into the article listing part:

Code: Select all

<div align="left"> 
<table width="170px" border="0" cellspacing="0" cellpadding="0" margin-left="0px"> 

 <tr> 

   <td background="images/okobo-lb-cb-01_TOP.png" width="170" height="21" align="center"> 
       [TITLE]<h5 style="margin:0 0 5px 0;">{TITLE}</h5>[/TITLE] 
   </td> 

 </tr> 

 <tr> 

   <td background="images/okobo-lb-cb-01_MIDDLE.png"> 

    <div align="center"> 
        <table cellspacing="0" cellpadding="0" border="0" width="160px"> 
          <tr> 
           <td width="90%" valign="top"> 
             [IMAGE]<div><a href="{ARTICLELINK}">{IMAGE}</a></div>[/IMAGE] 
             [CAPTION]<div align="center">{CAPTION}</div>[/CAPTION] 
           </td> 
           <td width="10"><img src="img/leer.gif" border="0" width="10" height="1" alt=""></td> 
          </tr> 
        </table> 
     </div> 
   </td> 

 </tr> 

 <tr> 

   <td><img src="images/okobo-lb-cb-01_BOTTOM.png" width="170" height="25"></td> 

 </tr> 

</table> 

</div> 
	

i dont need the summary or subheading so i just removed it.

how can i rectify this problem?

thanks

stefan
Post Reply