You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by krishnakumar ramamurthy <an...@earthlink.net> on 2003/07/07 05:06:49 UTC

EMBED Tag in Velocity file..

Hi,

    I am trying to embed a PDF file in velocity template file. I use the EMBED tag.(I use IE browser)

body id ="body" bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    
  <EMBED type = "application/pdf" SRC="xyz.pdf"> </EMBED>
  
   
</body>

But i could not get the pdf file displayed. Am i doing anything wrong?

---Thanks
Krishna