I m embeding a pdf document into my html code. For this i have wrote this code.
It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.
But result is empty page on FF4 and IE9 embeds pdf file but its container is very small almost 30% of page. if I remove first line i.e DOCTYPE both browsers renders pdf file as it should.
Following code works fine.
It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.
I want to use doctype in my page so that other pages work fine. Is there a way to fix first code that contains doctype?