PDA

View Full Version : Downloadable Paperwork


kristen
Apr-23-2007, 05:59 AM
Is there a smart way to put my paperwork on the web site for clients to download? I can use adobe, but how do I put it on the web site?

THANKS! :D

Andy
Apr-23-2007, 06:24 AM
Make a thumbnail of your paperwork (a small jpg version or something that Identifies it)... upload to a gallery then link the file in the caption. Like here:

http://andydemo.smugmug.com/gallery/1587996

help? http://www.smugmug.com/help/html-help.mg

Where to put the PDF? Try a free site, I use http://pages.google.com :thumb

kristen
Apr-23-2007, 07:21 AM
Make a thumbnail of your paperwork (a small jpg version or something that Identifies it)... upload to a gallery then link the file in the caption. Like here:

http://andydemo.smugmug.com/gallery/1587996

help? http://www.smugmug.com/help/html-help.mg

Where to put the PDF? Try a free site, I use http://pages.googl.com :thumb

That site might work out for me because I already have gmail.

I understand what you did with your example.

My question here is how do you upload the PDF file? I know you say the site... I went there. I read through some of the help and looked around. I don't see how you can load a pdf file. Help please!

kristen
Apr-23-2007, 07:34 AM
That site might work out for me because I already have gmail.

I understand what you did with your example.

My question here is how do you upload the PDF file? I know you say the site... I went there. I read through some of the help and looked around. I don't see how you can load a pdf file. Help please!

Nevermind. I'm getting it. THANKS!

kristen
Apr-23-2007, 08:39 AM
Nevermind. I'm getting it. THANKS!

What's the best way to get your photos in PDF format? Is there a way you can pay per download on adobe? Do you know? I am on the phone wiht them to try to find out.

I have reader, that's it.

richW
Apr-23-2007, 08:50 AM
What's the best way to get your photos in PDF format? Is there a way you can pay per download on adobe? Do you know? I am on the phone wiht them to try to find out.

I have reader, that's it.If you are using Word to design your document, Microsoft Office has a PDF print function built in.
There are some add-on PDF printers on the web, I use "Cute PDF (http://www.cutepdf.com/index.htm)" freeware.
Google - (http://www.google.com/search?hl=en&q=free+pdf&btnG=Search)free pdf (http://www.google.com/search?hl=en&q=free+pdf&btnG=Search)

edit: Photoshop and Elements have a "save-as" pdf file......
(http://www.google.com/search?hl=en&q=free+pdf&btnG=Search)

kristen
Apr-23-2007, 08:54 AM
If you are using Word to design your document, Microsoft Office has a PDF print function built in.
There are some add-on PDF printers on the web, I use "Cute PDF (http://www.cutepdf.com/index.htm)" freeware.
Google - (http://www.google.com/search?hl=en&q=free+pdf&btnG=Search)free pdf (http://www.google.com/search?hl=en&q=free+pdf&btnG=Search)
(http://www.google.com/search?hl=en&q=free+pdf&btnG=Search)

Will word let me save as pdf?

I am going to check out that link you gave. Adobe is expensive.

richW
Apr-23-2007, 09:01 AM
I have Office 2003 and it came with it. Check under tools; templates & add-ins. You made need to install it from the disc.

kristen
Apr-23-2007, 09:10 AM
I have Office 2003 and it came with it. Check under tools; templates & add-ins. You made need to install it from the disc.

Thanks! :wink

kristen
May-16-2007, 08:39 AM
How can I make this not jump under the picture? There is going to be a long list and I want it all straight down. PLEASE AND THANX!

<B><font color=RED> DOWNLOAD PAPER WORK</font color></B>
<a href="<A href="http://kristenlburton.googlepages.com/Portrait_Package_Prices.pdf"><font">http://kristenlburton.googlepages.com/Portrait_Package_Prices.pdf"><font color=blue><h2><b> Portrait Package Pricing</h2></b></font color></a></center>
<a href="<A href="http://kristenlburton.googlepages.com/Contract.doc"><font">http://kristenlburton.googlepages.com/Contract.doc"><font color=blue><h2><b> Wedding Contract</h2></b></font color></a></center>
<a href="<A href="http://kristenlburton.googlepages.com/Wedding_Package_Prices.pdf"><font">http://kristenlburton.googlepages.com/Wedding_Package_Prices.pdf"><font color=blue><h2><b> Wedding Package Prices</h2></b></font color></a></center></center>
<a href="<A href="http://kristenlburton.googlepages.com/Individual_Pricing.pdf"><font">http://kristenlburton.googlepages.com/Individual_Pricing.pdf"><font color=blue><h2><b>Individual Photo Prices</h2></b></font color></a></center>
<a href="http://kristenlburton.googlepages.com/Adult_Model_Release.pdf"><"><font (http://kristenlburton.googlepages.com/Adult_Model_Release.pdf) color=blue><h2><b> Adult Model Release</h2></b></font color></a></center>
<a href="<A href="http://kristenlburton.googlepages.com/QUALITY_SCALE_SURVEY.pdf"><font">http://kristenlburton.googlepages.com/QUALITY_SCALE_SURVEY.pdf"><font color=blue><h2><b> Quality Survey</h2></b></font color></a></center>
<a href="<A href="http://kristenlburton.googlepages.com/Wedding_Package_Order_Form.pdf"><font">http://kristenlburton.googlepages.com/Wedding_Package_Order_Form.pdf"><font color=blue><h2><b>Wedding Package Order Form</h2></b></font color></a></center>


This is http://takethepicturenow.smugmug.com/gallery/2750315

richW
May-16-2007, 08:59 AM
Add this to your css section:

.gallery_2750315 .journal_entry .caption {_float: left; display: table;}

kristen
May-17-2007, 10:20 AM
Add this to your css section:

.gallery_2750315 .journal_entry .caption {_float: left; display: table;}

This didn't work! I put it in there. I took it out because it didn't work!!! :scratch

kristen
May-18-2007, 08:59 AM
Add this to your css section:

.gallery_2750315 .journal_entry .caption {_float: left; display: table;}

Can someone help me out with a code? I need to know how to straighten this stuff up!?!?!

richW
May-18-2007, 09:15 AM
How about this one:
.gallery_2750315 #journal .photo.left {
clear: right;
float: right;
margin: 20px;}

kristen
May-18-2007, 09:35 AM
How about this one:
.gallery_2750315 #journal .photo.left {
clear: right;
float: right;
margin: 20px;}

THANX!

richW
May-18-2007, 09:46 AM
THANX!Your Welcome....:thumb

A couple of other things you might want to add for that page:

.gallery_2750315 .pageNav {display: none;}
.gallery_2750315 #breadcrumb {display: none;}

kristen
May-18-2007, 06:15 PM
Your Welcome....:thumb

A couple of other things you might want to add for that page:

.gallery_2750315 .pageNav {display: none;}
.gallery_2750315 #breadcrumb {display: none;}

What does this do?

richW
May-18-2007, 10:15 PM
What does this do?Those lines will remove the breadcrumb from the top of the page, and the gallery page numbers...

kristen
May-21-2007, 04:07 AM
Those lines will remove the breadcrumb from the top of the page, and the gallery page numbers...

Thanks a ton!