Page 1 of 1

insert out link

PostPosted: Sat Sep 06, 2008 5:50 am
by fredericleboterve
hello every body
at first sorry for my poor english, i m french... so...

I would like to edit a link in all of my Pbase galleries on other websites. it could be a stupid question but...

thanks a lot

kinf regards
frederic

Re: insert out link

PostPosted: Sat Sep 06, 2008 6:07 pm
by dang
fredericleboterve wrote:hello every body
at first sorry for my poor english, i m french... so...

I would like to edit a link in all of my Pbase galleries on other websites. it could be a stupid question but...

thanks a lot

kinf regards
frederic


Hi Frederic,
It's not possible to change the links located in the top of the gallery, but you can add links in the "description area" of each gallery, or below photos. Here's a couple of examples you can modify to use:
This one allows you to use a photo for the link. The first url is to my galleries, and the second url is that of the image. The "alt=" displays the words on "mouse-over", and the width & height is adjusted to fit the photo size. The border=0 keeps the image from having a ring around it.
Code: Select all
<p align="center"><a HREF="http://www.pbase.com/dang"><img src="http://www.pbase.com/dang/image/92677214/original.jpg" alt="DangPhoto.net Macro Photos & Techniques" width=80 height=15 border=0></a></p>


This one, is a simple text link. This will display "DangPhoto" as the link, and the url is hidden from view. The "traget= blank, means it opens in a separate window when clicked. You can remove that section leaving the "> on the end and the link takes you to the page by closing the current one.
Code: Select all
<a href="http://www.pbase.com/dang"target="_blank"><b> DangPhoto </b> </a>

Once the code is added, you might need to click the box under the description which says "check here if using html, uncheck for atuomatic"

For more examples of html, and CSS editing view the first two "sticky" posts in the top of this forum. And check the pbase wiki, link at bottom of my posts.
Hope this helps.

Re: insert out link

PostPosted: Wed Dec 17, 2008 7:06 am
by usedcarloans
Hi Frederic,
dang answer is Good.