PDA

View Full Version : Help with Link Pages


cindyinnc
Sep-18-2007, 03:49 AM
In an attempt to add website links that link to me....I have been playing with having a "links" page so that the links are only there. How can I accomplish this? I am not sure if I am heading in the right direction, but this is what I have so far http://ashotbeyond.smugmug.com/gallery/3469626

Thanks in advance for your help!

Allen
Sep-18-2007, 06:35 AM
In an attempt to add website links that link to me....I have been playing with having a "links" page so that the links are only there. How can I accomplish this? I am not sure if I am heading in the right direction, but this is what I have so far http://ashotbeyond.smugmug.com/gallery/3469626

Thanks in advance for your help! Here's a little enhancement.

Replace the description with this.

<html>
Member of Onewed.com - <a href="http://www.onewed.com/">
Wedding planning guide</a>.<br /><br />
Find local <a href="http://www.onewed.com/wedding-photographer.php">wedding photographers</a>, <a href="http://www.onewed.com/dresses/">wedding dresses</a>, and so much more!
</html>
Add this to your CSS.

.gallery_3469626 #albumDescription {
color: #666;
font-family: Comic Sans MS, verdana;
font-size: 130%;
padding-left: 80px;
}

.gallery_3469626 #albumDescription a {
color: #444;
}

.gallery_3469626 #albumDescription a:hover {
color: #ccc;
}