View Full Version : www.mywebsite.smugmug.com/BLOG???
dididaniellephoto
Apr-25-2008, 12:26 PM
Is it possible to link my blogspot to my website so that it would show up if someone entered www.dididaniellephoto.com/blog (http://www.dididaniellephoto.com/blog)?
If not, what is the easiest way to include a link to my blog in my About Me page?
Thanks.
www.dididaniellephoto.com (http://www.dididaniellephoto.com)
Allen
Apr-25-2008, 12:41 PM
Is it possible to link my blogspot to my website so that it would show up if someone entered www.dididaniellephoto.com/blog (http://www.dididaniellephoto.com/blog)?
If not, what is the easiest way to include a link to my blog in my About Me page?
Thanks.
www.dididaniellephoto.com (http://www.dididaniellephoto.com)
You could add this it your navbar.
<li><a href="http://www.dididaniellephoto.com/blog">My Blog</a></li>
But it makes your navbar very wide.
See if you like this, puts your nav on two lines.
<div id="navcontainer">
<ul>
<li><a href="http://dididaniellephoto.smugmug.com">Home</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/gallery/2597404">About Me</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/Portfolio">Portfolio</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/gallery/2597576">Sessions</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/gallery/2627714">Weddings</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/gallery/2585467">Investment</a></li>
<br />
<li><a href="http://dididaniellephoto.smugmug.com/Client%20Proof%20Galleries">Client Proof Galleries</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/gallery/2585431/1/136239989/Small">Guestbook</a></li>
<li><a href="http://www.dididaniellephoto.com/blog">My Blog</a></li>
<li><a href="http://dididaniellephoto.smugmug.com/gallery/2597665/1/136942771/Large">Contact Me</a></li></ul>
</div>
Then add the bold to your CSS.
#navcontainer ul li a {
line-height: 25px; /* space between nav rows */
text-decoration: none;
padding: .2em 1em;
color: #DDA0DD;
background-color: #000000;
}
dididaniellephoto
Apr-25-2008, 12:54 PM
Thank you. However, what if I don't want the link on the navbar but just in the text of my About Me page?
And, I know it's not something necessarily smugmug related, but who would I talk to to see about having my blogspot be connected to an address such as www.dididaniellephoto.com/blog?
Allen
Apr-25-2008, 01:01 PM
Thank you. However, what if I don't want the link on the navbar but just in the text of my About Me page?
And, I know it's not something necessarily smugmug related, but who would I talk to to see about having my blogspot be connected to an address such as www.dididaniellephoto.com/blog? (http://www.dididaniellephoto.com/blog?)
You could add this to the gallery description or any photo caption.
<html><center>
<a href="http://www.dididaniellephoto.com/blog">Visit My Blog</a>
</center></html>
dididaniellephoto
Apr-25-2008, 01:11 PM
I think that's all I needed, thanks! Just a simple little PITA code I couldn't remember...
: )
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.