Creating a link to upload resume
Paris
Registered Users Posts: 126 Major grins
Hey,
Can someone please show me the code I need to enter so the viewer can click on the word 'HERE' in the following line and upload a resume stored in Dropbox.
I would also like to have the word HERE change colour on hover.
And also can you add a way to change the font and font size.
The line is : YOU CAN DOWNLOAD OUR RESUME 'HERE'
This is the Dropbox link:
https://dl.dropboxusercontent.com/u/64475752/PARIS%20DEL%20ROSARIO%20RESUME.pdf
Can someone please show me the code I need to enter so the viewer can click on the word 'HERE' in the following line and upload a resume stored in Dropbox.
I would also like to have the word HERE change colour on hover.
And also can you add a way to change the font and font size.
The line is : YOU CAN DOWNLOAD OUR RESUME 'HERE'
This is the Dropbox link:
https://dl.dropboxusercontent.com/u/64475752/PARIS%20DEL%20ROSARIO%20RESUME.pdf
0
Comments
[html]
YOU CAN DOWNLOAD OUR RESUME <a href="https://dl.dropboxusercontent.com/u/64475752/PARIS DEL ROSARIO RESUME.pdf">HERE</a>.
[/html]
You don't need any CSS unless you want to change the text color, or hyperlink colors. It should follow your theme's styles.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Now is it possible to make the HERE a rollover in a different color.
And... change the font and size of the sentence.
Richard.
http://www.richardparisphotography.ca/
[html]
<div class"resume">
<p>YOU CAN DOWNLOAD OUR RESUME <a href="https://dl.dropboxusercontent.com/u/64475752/PARIS DEL ROSARIO RESUME.pdf">HERE</a>.</p>
</div>
[/html]
Add this in your CSS box
That should work, if not we can refine it later.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk