PDA

View Full Version : Help By Private Message


Andy
Jul-21-2008, 10:40 AM
I and your volunteer helpers get a zillion private messages asking for customization help.

We won't answer them in private message. I've asked everyone to post new threads with the PMs, and answer the questions in the open forum.

WHY?

A question by ONE (you) can be answered by MANY (me, and all of the fine helpers on Dgrin). The answer by ONE can benefit MANY (you and the others that are new, or haven't yet asked the question, or maybe they find the thread by searching.

You do yourself a disservice, too - I'm not the only one that can answer - and I have been known to be incorrect ...once or twice :lol3

So, please - no private message questions for customization help.

Thank you for 100% cooperation and understanding.



I have a couple of questions

1,I have created a gallery for a contact page from wufoo what I want is a link to the page from my contact page http://jeffovitt.smugmug.com/gallery/5095437_wrvxP

where people can click on the words Email Here in the parahgraph and it will take them to the contact form page.

2, I would like to put a border around my slideshow on the homepage I put a code in the in the bio but it did not work. thanks Andy Jovitta
www.jeffovittphotography.com

Help is on the way,but only if you post in the forums :thumb

Allen
Jul-21-2008, 11:07 AM
2, I would like to put a border around my slideshow on the homepage I put a code in the in the bio but it did not work. thanks Andy Jovitta
www.jeffovittphotography.com (http://www.jeffovittphotography.com/)

With you having the thumbs showing it would look better if the border was
around the whole box. See if you like this.
Add the bold to this in your CSS.

#userBio {
text-align: center !important;
border: 5px ridge #AA6600;
background: #333;
padding: 20px 0;
}


Or to get a border around just the slides add the two bold lines in your
show code in the bio.


showThumbs: 'true',
showButtons: 'false',
borderThickness: '20',
borderColor: 'AA6600',
crossFadeSpeed: '350'

Allen
Jul-21-2008, 11:13 AM
1,I have created a gallery for a contact page from wufoo what I want is a link to the page from my contact page http://jeffovitt.smugmug.com/gallery/5095437_wrvxP

where people can click on the words Email Here in the paragraph and it will take them to the contact form page.
Looks like you got the link to work from your contact page and the form is there.
But you have html problems with the form. You can not edit the form directly
in the gallery description. You have to edit it in a pure text editor like notepad
and paste the whole thing in every time. The code gets b0rked if you don't.
Just be sure to put the code between html tags.
<html>
code goes between these
</html>