
Having a link to where a resume can be viewed as PDF
Started by
mrq201
, May 27 2009 12:27 PM
#1
Posted 27 May 2009 - 12:27 PM

#2
Posted 27 May 2009 - 05:16 PM

Hi there, I am just learning myself but I'll try and help you... I am not familiar with how to do a website using small business, but I do know the code to use:
If you have a code section, insert this code into your webpage, just change the items in bold to the name of the resume file and the name of the picture that you want ppl to click. Make sure you leave the " " on either side of the file names, using this code, the people will be directed straight from your site to the pdf resume and NOT go through that other site
When you insert the file name, (you have to upload your resume to the server where your website is stored) when you insert the file name, make sure you include the folder name if the file is inside a folder, for example: "documents/resume.pdf"
<p>Click to view or download a resume, simply click on the picture [Resume is in .PDF format]</p>
<a href="INSERT RESUME FILE NAME HERE.PDF"><img src="INSERT PICTURE FILE NAME HERE.BMP" width="153" height="202"
alt="Resume"/></a>
Hope that helps!
If you have a code section, insert this code into your webpage, just change the items in bold to the name of the resume file and the name of the picture that you want ppl to click. Make sure you leave the " " on either side of the file names, using this code, the people will be directed straight from your site to the pdf resume and NOT go through that other site

When you insert the file name, (you have to upload your resume to the server where your website is stored) when you insert the file name, make sure you include the folder name if the file is inside a folder, for example: "documents/resume.pdf"
<p>Click to view or download a resume, simply click on the picture [Resume is in .PDF format]</p>
<a href="INSERT RESUME FILE NAME HERE.PDF"><img src="INSERT PICTURE FILE NAME HERE.BMP" width="153" height="202"
alt="Resume"/></a>
Hope that helps!
Edited by ToniM, 27 May 2009 - 05:21 PM.
#3
Posted 27 May 2009 - 08:04 PM

I would recommend changing your .bmp image to a more web safe image which is not so large in file size. A good jpg or png. If your resume is in a pdf format, then all you need to do is make a direct link to it. Most browsers know what program to associate with a pdf file, but it is always a good idea to provide a link and statement that to view your resume requires use of Adobe's Reader.
<a href="resume.pdf" title="Download My Resume"><img style="width: XXpx; height: YYpx; border: 0;" src="pdf_image.png" alt="My Resume" /></a>If you are not coding to an XHTML DocType, remove the space and the "/" in the image tag.
Similar Topics
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
As Featured On:






