Embedding PDF into Dreamweaver
I am new to Dreamweaver and HTML. I am trying to insert a PDF document into a webpage, and have tried using each of the below codes:
<object data="Name.pdf" TYPE="application/x-pdf" title="Name" width="1140" height="1500">
</object>
<embed src="Name.pdf" width="1140" height="1500"></embed>
A gray placeholder appears, as if to load the pdf, but instead the puzzle piece icon appears, with the words, "This plug-in is not supported."
Thank you.
