PDA

View Full Version : I have a blog and want to link it?


sglasford
Mar-14-2009, 08:32 PM
Hi I am helping a friend with a smug mug site. I am curious how to link a already created blog page to a blog button that i have created.:dunno

J Allen
Mar-15-2009, 06:50 AM
Hi I am helping a friend with a smug mug site. I am curious how to link a already created blog page to a blog button that i have created.:dunno


Did you want this button on your nav-bar? If not, here is an example of an image link:


<html>
<a href="YOUR BLOG URL"><img border="0" src="YOUR BUTTON URL"></a>
</html>

sglasford
Mar-16-2009, 07:35 PM
Did you want this button on your nav-bar? If not, here is an example of an image link:


<html>
<a href="YOUR BLOG URL"><img border="0" src="YOUR BUTTON URL"></a>
</html>

I want to link a blog from the navbar i created using the tutorials. The site i am working on is onceuponaframe.smugmug.com

Thanks,
Steve

J Allen
Mar-17-2009, 04:57 AM
Change the red in your nav code here, this way will take viewer from your smug site to your blog site:







<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/7601849_EXpNx">Services</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/7601879_UM6Jk">Clients</a></li>
<li><a href="http://www.onceuponaframe.blogspot.com/">Blog</a></li>
</ul>
</div>




This way, will open a new browser window to your blob site:




<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/7601849_EXpNx">Services</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/7601879_UM6Jk">Clients</a></li>
<li><a href="http://www.onceuponaframe.blogspot.com/"target="_blank">Blog</a></li>
</ul>
</div>





Heres a tutorial for matching a blogger site with a smugmug site:


http://www.dgrin.com/showthread.php?t=101262