| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PDF File
Hi,
Wondering if you can help me out. I have created a dynamic website for a Community Centre with a link called Newsletter which is a PDF file. The problem is the PDF is blank. I'm not sure how to display anything on the PDF. Can you give me an example?? Here's what I have so far. <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> </script> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> Current News <form id="form1" runat="server"> <div> </div> </form> </body> </html> |
|
#2
|
|||
|
|||
|
Short-term Solution
I don't have the answer, but I can suggest that you store in on Scribd and link to it to make it work in the short term. Hope this helps.
- Kimm C. oDesk |
|
#3
|
||||
|
||||
|
To link to a pdf file, just upload the pdf to your website and link to it like you would any other page.
Code:
<a href="your_pdf.pdf" target="_blank">Newsletter</a> Hope that helps.
__________________
Policy Check I'd rather have a full bottle in front of me, than a full frontal lobotomy...
Last edited by richyrich : December 16th, 2008 at 08:39 AM. |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > PDF File |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|