fmo
02-22-2003, 02:40 PM
Have a website with basic HTML including tables. Would like to add some PDF pages which I have made with Adobe 5.0. Is there and HTML tag to do this? If not, how is it done? Thanks. fmo
|
Click to See Complete Forum and Search --> : adding pdf file fmo 02-22-2003, 02:40 PM Have a website with basic HTML including tables. Would like to add some PDF pages which I have made with Adobe 5.0. Is there and HTML tag to do this? If not, how is it done? Thanks. fmo crazyheffro 02-22-2003, 03:47 PM Put it in as a regular link. <A href="/folder/xxx.pdf">Click here to see my .pdf file</A> Folks can then click on it to see the .pdf or right click to save it. -Jeffro nkaisare 02-22-2003, 04:01 PM Originally posted by crazyheffro Put it in as a regular link. <A href="/folder/xxx.pdf">Click here to see my .pdf file</A> Folks can then click on it to see the .pdf or right click to save it. -Jeffro What Jeffro said is correct. But you may intead want to use: <a href="/folder/xxx.pdf">Effects of depleting ozone</a> (215 KB) Now, your visitors will know what they are downloading. Users with dialup connexn may not want to download large files, so stating file size may be helpful. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |