Link to home
Start Free TrialLog in
Avatar of lokinsella1
lokinsella1

asked on

CFPRESENTATION DISPLAYING IMG

Hi everyone,
I am trying to display an image on my cfpresentation slide but i dont seem to be able to get it working.  Here is my code:


<cfpresentation title="SMC - Service Update">
      <cfpresenter
            name="LK"
            email="LK@fedex.com"
            Title="MD Network Implementation and Control"
            biography="John has been MD of GOCCC for xx years"
            />

            />
            
            
            
            <cfpresentationslide
                  title="Inbound and Outbound WDL Performance"
                  presenter="LK"
                  notes="List of Employees in Company."  >
            
      <div align="center" ><font face="Arial, Helvetica, sans-serif" color="4d148c" size="+3"><strong>Inbound and Outbound Failure Performance</strong></font></div><br/>
                        
                        <table border=1 cellspacing="2" cellpadding="2" width="230" >
                        
            <img src="testbackground2.jpg" />
                        </table>
                  </center>
            </cfpresentationslide>

            
            </cfpresentation>


What am i doing wrong ?  Nothing happens, just shows blank..
Avatar of Coast Line
Coast Line
Flag of Canada image

its working fine, please find attached image, please check your setting

enablecfoutput only or something else, might some kind of function is stopping it
dsktop.png
ASKER CERTIFIED SOLUTION
Avatar of SidFishes
SidFishes
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lokinsella1
lokinsella1

ASKER

Thanks that worked....now i just have to figure out how to stop CFPRESENTATION from resizing it.....thank you!