View Full Version : Contact Section
DavidS
Apr-28-2008, 08:44 AM
I had a contact section on my website and took it off a few months ago. Most of the code is still there, but I can't remember what the missing piece is to bring the Contact Section back.
www.davids.smugmug.com
Allen
Apr-28-2008, 10:20 AM
I had a contact section on my website and took it off a few months ago. Most of the code is still there, but I can't remember what the missing piece is to bring the Contact Section back.
www.davids.smugmug.com (http://www.davids.smugmug.com)
Did you create a new contact gallery? Got a link?
DavidS
Apr-28-2008, 11:37 AM
Did you create a new contact gallery? Got a link?
I still have the old one. Here is the link.
http://www.davids.smugmug.com/gallery/2995017_ZV9bd
Allen
Apr-28-2008, 11:39 AM
I still have the old one. Here is the link.
http://www.davids.smugmug.com/gallery/2995017_ZV9bd
What's missing?
.gallery_2995017 #galDescImg {
position: relative;
height: 300px;
width: 270px;
margin-top: 20px;
margin-left: 0px;
border:4px double #cccccc;
}
.gallery_2995017 #galDescText {
position: relative;
font-size: 1.1em;
text-decoration:none;
color: #acb5c4;
text-align: justify;
width: 350px;
margin-top: -310px;
margin-left: 350px;
}
.gallery_2995017 .galDescText2 {color: #acb5c4;}
.gallery_2995017 .galDescText3 {color: blue;}
.gallery_2995017 .myEmail {color: #fff;}
.gallery_2995017 .myEmail:hover {color: red;}
/* set the height to push the footer down */
.gallery_2995017 #albumDescription {
background: #000;
height: 425px;
}
.gallery_2995017 #albumNav_top {border: none;}
/* remove stuff for clean page look */
/* some of these may not be needed */
.gallery_2995017 .journal_entry {display: none;}
.gallery_2995017 #searchBox {display:none;}
.gallery_2995017 #breadcrumb {display: none;}
.gallery_2995017 .pageNav {display: none;}
.gallery_2995017 .play_slideshow {display: none;}
DavidS
Apr-29-2008, 08:32 AM
Thanks. How do I get the contact button to look like the other buttons? How do I create a link to my other website in the contact section?
Allen
Apr-29-2008, 08:40 AM
Thanks. How do I get the contact button to look like the other buttons? How do I create a link to my other website in the contact section?
Couple things out of place, change ending like this.
...
<li><a href="http://davids.smugmug.com/gallery/2978731">Guestbook</a></li>
<li><a href="http://davids.smugmug.com/gallery/2995017">Contact</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div>
Add the bold to the description.
<p>
www.davidsnookphotography.com
</p>
<p>
Visit my other site <a href="http://www.davidsnookphotography.com/">here</a>
</p>
</div>
DavidS
Apr-29-2008, 09:08 AM
Thanks a million!!! You have saved me countless hours trying to figure all that out again. I really appreciate it!
vBulletin v3.5.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.