How Do I Display a PDF File in a HTML Web Page
12 Jan 2010 Leave a Comment
in HTML / Web
-
Step 1
Save the PDF you wish to link to on a local drive on your computer. It’s good practice to save all the documents you make available on your website in one location in case you ever have to upload or locate information quickly.
-
Step 2
Upload the PDF to your web host. How this is done depends on your host. If you have any problems, check your host’s FAQ or customer service. Before moving on to the next step, take note of the path of the file.
-
Step 3
To have the PDF open in another window, type this following code: <a target=”_blank” href=”NAME OF FILE.pdf” title=”">NAME OF LINK AS YOU WANT IT TO APPEAR </a>. If you do not wish for the PDF to open in another window, then the command is <a href=”NAME OF FILE.pdf” title=>NAME OF LINK AS YOU WANT IT TO APPEAR</a>. Document usually open in separate windows. This is where the basic HTML skills will come in handy. The example shows a file that is on the same level as the page. If the file is save in another folder, then you will type FOLDER NAME\NAME OF FILE.pdf. The further away the document is from the page, the
-
Step 4
If you’d rather embed the PDF in the HTML window, you will have to point the page to a document and then specify the height and width of the PDF so the HTML window is the correct size. The command is <embed src=”NAME OF FILE.pdf” width=”500″ height=”375″>.
Google Chrome has bookmark sync extension
19 Dec 2009 Leave a Comment
in HTML / Web
The Chrome bookmark sync extension saves your bookmarks in your Google Docs.
HTML for mailto so that a Link Contains a Pre-formatted Subject Line
12 Nov 2009 Leave a Comment
in HTML / Web
<a href="mailto: test@aol.com?subject=Questions/Comments">E-mail Me</a>
How to Embed YouTube Clips in WordPress
06 May 2009 Leave a Comment
in HTML / Web
First, under your User Profile, disable the visual editor when writing. This remove all rich text formatting.
Next, go to the YouTube clip you want to embed and grab the Object Embed code to the right of the clip and paste that code into your wordpress post.
That’s it.
How to make a download link that opens a target Save As prompt
08 Nov 2008 Leave a Comment
in HTML / Web
Upload a zipped file and create a hyper link to the file.zip. It’s as simple as that.
Microsoft Office Live – How to Create a Downloads Page
07 Nov 2008 Leave a Comment
in HTML / Web
Upload a file to your Office Live Document Library. Create a page and add a hyperlink and choose the "My Documents" option and browse to the file that you want to attach.
Link to HTML Codes
07 Nov 2008 Leave a Comment
in HTML / Web
http://www.geocities.com/SiliconValley/Network/2397/
http://www.immigration-usa.com/html_colors.html
Microsoft Office Live – How to Replace Header with Your Own Image
07 Nov 2008 1 Comment
in HTML / Web
header look and feel is one of the most important factor of the site.
If you use image for the header it should optimized in order to load
your pages fast. Remember not to have large size of header image.
you use Javascript to replace site header then you need to place it on
every page of your site. When the page is loaded it will flicker for a
sec, so user will not have good experience.
Recent Comments