View Full Version : LINK in Description
sser
Jan-25-2010, 11:29 AM
I am just trying to link a different web addy in my description in a gallery? I know its easy but I couldn't find it in the search.
J Allen
Jan-25-2010, 12:30 PM
I am just trying to link a different web addy in my description in a gallery? I know its easy but I couldn't find it in the search.
To add a hyperlink, make sure you surround everything in the gallery description area with HTML tags, here are some examples of different types of links:
A normal hyper link:
<html>
<a href="http://www.microsoft.com/">This text</a>
</html>
A link using an image:
<html>
<a href="lastpage.htm">
<img src="Image URL"border="0"></a>
</html>
A link that will open a new browser window:
<html>
<a href="www.mywebsite.com" target="_blank">Change this text</a>
</html>
For further help, post a direct link to the gallery you need help with.
KimV
Feb-22-2010, 04:40 PM
http://www.kimages.com.au/INFORMATION/Love-What-I-do/Share-the-Love/10859452_GMJSX
I am trying to make a text only gallery & have followed the instructions in the Customisation section (incl the css) but it is still asking for photos & I would also like to make the links clickable so followed the instructions in this query... but they are only clicking through to my same gallery... & I would also like them to run as a list...is this possible?
so in case that was confusing
I would like
text only
to format the text to be one line each under each other
& those lines to have hyperlinks
thanks, Kim
J Allen
Feb-22-2010, 06:58 PM
http://www.kimages.com.au/INFORMATION/Love-What-I-do/Share-the-Love/10859452_GMJSX
I am trying to make a text only gallery & have followed the instructions in the Customisation section (incl the css) but it is still asking for photos & I would also like to make the links clickable so followed the instructions in this query... but they are only clicking through to my same gallery... & I would also like them to run as a list...is this possible?
so in case that was confusing
I would like
text only
to format the text to be one line each under each other
& those lines to have hyperlinks
thanks, Kim
Give this a try, and see if it gets you close to what you have in mind......
Change Your album description to this:
<html>
<div id="links-page-text">
<p class="my">
I LOVE great customer service, a fabulous product, an original or brilliant idea & think everyone should be told about AMAZING businesses, so here are some you that should try...
</p>
</div>
<div id="links-page">
<ul>
<li><a href="http://www.ellabellahairandmakeup.blogspot.com/" target="_blank">Ella Bella</a></li>
<li><a href="http://www.exerciseyourpotenial.blogspot.com/" target="_blank">Link Name Here</a></li>
<li><a href="http://www.goosiegirlboutique.com/" target="_blank">TuTus</a></li>
<li><a href="http://www.jodiescamerastraps.com/" target="_blank">Jodie's Camera Straps</a></li>
</ul>
</div>
</html>
Then add this to your CSS box:
#links-page-text
{font-size: 150%;width:800px;
border-bottom: 1px solid #EF108C;
padding-bottom:10px}
#links-page ul li
{margin:0;padding:8px;
list-style-type: none;
font-size: 150%;}
#links-page ul li a
{text-decoration: none;color:#fff}
#links-page ul li a:hover
{color:#EF108C;}
p.my:first-letter
{color:#EF108C;font-size:250%;}
KimV
Mar-03-2010, 03:53 PM
Give this a try, and see if it gets you close to what you have in mind......
Change Your album description to this:
<html>
<div id="links-page-text">
<p class="my">
I LOVE great customer service, a fabulous product, an original or brilliant idea & think everyone should be told about AMAZING businesses, so here are some you that should try...
</p>
</div>
<div id="links-page">
<ul>
<li><a href="http://www.ellabellahairandmakeup.blogspot.com/" target="_blank">Ella Bella</a></li>
<li><a href="http://www.exerciseyourpotenial.blogspot.com/" target="_blank">Link Name Here</a></li>
<li><a href="http://www.goosiegirlboutique.com/" target="_blank">TuTus</a></li>
<li><a href="http://www.jodiescamerastraps.com/" target="_blank">Jodie's Camera Straps</a></li>
</ul>
</div>
</html>
Then add this to your CSS box:
#links-page-text
{font-size: 150%;width:800px;
border-bottom: 1px solid #EF108C;
padding-bottom:10px}
#links-page ul li
{margin:0;padding:8px;
list-style-type: none;
font-size: 150%;}
#links-page ul li a
{text-decoration: none;color:#fff}
#links-page ul li a:hover
{color:#EF108C;}
p.my:first-letter
{color:#EF108C;font-size:250%;}
Joe, this is so fabulous, thank you so much, I LOVE it! Would you please take a quick look & see if you can se the box that is still asking for photos please? I have gone to visitor view & can still see it...
thanks again :)
http://www.kimages.com.au/INFORMATION/Love-What-I-do/Share-the-Love/10859452_GMJSX/1/757630197_veuHm
kind regards, Kim
J Allen
Mar-03-2010, 04:45 PM
Joe, this is so fabulous, thank you so much, I LOVE it! Would you please take a quick look & see if you can se the box that is still asking for photos please? I have gone to visitor view & can still see it...
thanks again :)
http://www.kimages.com.au/INFORMATION/Love-What-I-do/Share-the-Love/10859452_GMJSX/1/757630197_veuHm
kind regards, Kim
I dont see it... :thumb
KimV
Mar-03-2010, 05:58 PM
I dont see it... :thumb
YAY, thanks again:bow :lust
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.