PDA

View Full Version : Links page


Chiller
Apr-01-2007, 09:18 AM
Hi everyone. Been here a bit lurking, and I have a question that is probably a really quick fix.
I have created a "links" page to add my buddies. Not sure if this is right, but this is the html code I used and added the appropriate web page. It works fine, but I tried to add a second using the same code, and another web page, but the second page just links back to my home page. Is there something that has to be added between the two codes to make the second and third links go to the righ sites.

I created this by making a gallery, as a journal only. Please forgive me, but Im new to the html stuff and am learning as I go along.

Thanks so much in advance.
This is my site here where the links page is. http://chiller.smugmug.com/gallery/2646040

Barb
Apr-01-2007, 09:32 AM
Hi everyone. Been here a bit lurking, and I have a question that is probably a really quick fix.
I have created a "links" page to add my buddies. Not sure if this is right, but this is the html code I used and added the appropriate web page. It works fine, but I tried to add a second using the same code, and another web page, but the second page just links back to my home page. Is there something that has to be added between the two codes to make the second and third links go to the righ sites.

I created this by making a gallery, as a journal only. Please forgive me, but Im new to the html stuff and am learning as I go along.

Thanks so much in advance.
This is my site here where the links page is. http://chiller.smugmug.com/gallery/2646040
Hi :)

Welcome to DGrin :wave

Add the red and fix the green in your gallery description for that gallery:

<html>
<p><a href="http://jonmikal.smugmug.com/">
Images by Jonmikal</a>
</p>
<p><a href="/"http://72.32.68.222/~andy/">
Kindred Essence Photography</a>
</p>
</html>

The link you are using for Kindred Essence Photography is not correct. Put the correct link in there and you'll be set.

Also, to get rid of the "This is a brand new gallery ...", add this to your CSS code:

.gallery_2646040 .nophotos {display: none;}

Chiller
Apr-01-2007, 10:00 AM
Thanks Barb. I will give it a go. :barb I will let ya know how it goes.