View Full Version : Adding a logo to my page
twinsrus
Feb-20-2007, 03:48 PM
I recently joined PPA and as a member, am allowed to display their logo on my website. Where do I insert this code so it displays? I want to display the logo at the bottom of all pages right above Email me!
Thanks for the assist.
Barb
Feb-20-2007, 04:02 PM
I recently joined PPA and as a member, am allowed to display their logo on my website. Where do I insert this code so it displays? I want to display the logo at the bottom of all pages right above Email me!
Thanks for the assist.
Hi,
You could add it to your footer code, above the code for your email. Give it a div, i.e., <div id="my_footer"><img src="LINK TO IMAGE"></div>, then position it with CSS (goes in the CSS code box), #my_footer {text-align: center;}.
If you want the image clickable back to their site, then:
<div id="my_footer"><a href="LINK TO THE SITE"><img src="LINK TO IMAGE"></a></div>
twinsrus
Feb-20-2007, 04:20 PM
Hi,
You could add it to your footer code, above the code for your email. Give it a div, i.e., <div id="my_footer"><img src="LINK TO IMAGE"></div>, then position it with CSS (goes in the CSS code box), #my_footer {text-align: center;}.
If you want the image clickable back to their site, then:
<div id="my_footer"><a href="LINK TO THE SITE"><img src="LINK TO IMAGE"></a></div>
Thanks for the quick reply, Barb. My page is looking pretty good. I couldn't have done it without your help!:barb
twinsrus
Feb-20-2007, 07:52 PM
Barb -
Tried what you said - probably got it wrong. Could you have a look? Thanks!
Barb
Feb-20-2007, 07:57 PM
Barb -
Tried what you said - probably got it wrong. Could you have a look? Thanks!
Hi,
You just had a couple of errors in your code. I fixed them. I removed the red:
<div_id="PPA_Logo"><img src=""http://dandrphoto.smugmug.com/photos/131036161-l.jpg"></div>
It appears the photo you are using can't be found. You might want to check your link. But it's working now.
twinsrus
Feb-20-2007, 08:02 PM
OK. It's working, but it is overpowering the page. How can I move it to my bio page? Or maybe make it smaller? Maybe I can make some changes in Photoshop and paste it back in there.
Thanks. I'll see what I can do and put it in again tomorrow!
Barb
Feb-20-2007, 08:07 PM
OK. It's working, but it is overpowering the page. How can I move it to my bio page? Or maybe make it smaller? Maybe I can make some changes in Photoshop and paste it back in there.
Thanks. I'll see what I can do and put it in again tomorrow!
If you only want it on your "About Us" page, use this code:
#PPA_Logo {display: none; text-align:center;}
.gallery_2422239 #PPA_Logo {display: block}
Allen
Feb-20-2007, 08:29 PM
The /* & */ are showing on your page so remove them.
If you want it centered add the green.
/* <div id="PPA_Logo" align="center"><img src="http://dandrphoto.smugmug.com/photos/131036161-L.jpg"></div> */
Barb
Feb-20-2007, 08:33 PM
The /* & */ are showing on your page so remove them.
If you want it centered add the green.
/* <div id="PPA_Logo" align="center"><img src="http://dandrphoto.smugmug.com/photos/131036161-L.jpg"></div> */
I think he had commented it out at one point and forgot to remove those. Once he removes the /* */, the CSS code for centering should work, I think.
twinsrus
Feb-21-2007, 02:17 PM
I think he had commented it out at one point and forgot to remove those. Once he removes the /* */, the CSS code for centering should work, I think.
Barb -
You are correct. I took it out because it was overpowering the page. I have to try and figure out how to make it either transparent background or make it smaller. This will take some thought. I can't come up with these things off the top of my head becasue I am still not using PS too regularly.
Thanks.
twinsrus
Feb-21-2007, 05:30 PM
Barb -
Why are some of my pages completely black and others kinda greyish? Also the navigation bar across the top changes whne the background goes from black to grey - the font is different and more bold on the black compared to the grey. Any ideas?
Thanks!
Barb
Feb-21-2007, 05:35 PM
Barb -
Why are some of my pages completely black and others kinda greyish? Also the navigation bar across the top changes whne the background goes from black to grey - the font is different and more bold on the black compared to the grey. Any ideas?
Thanks!
Hi :)
You are using two different themes: Black Arts and Carbonite. Change to one or the other, and all of your pages should match.
twinsrus
Feb-21-2007, 05:51 PM
I figured that one out. The theme thing is confusing. I had no idea I was using Black Arts. I thought I was defaulting to Carbonite. But I went in and changed them all to Black Arts and it fell together. Thanks.
Photodawg1
Jun-01-2008, 03:49 AM
I am have an enormous amount of trouble trying to attach PPA logo to my page. Just totally gave up on trying to link it to their site. Could someone please offer some relief? My site is Photodawg1.smugmug.com Here's the final code:
<div id="PPA_Logo" align="center"><img srchttp://"Photodawg1.smugmug.com/gallery/1670526_rekgw/1/305050806_6QEFc/Small"></div>
Barb -
You are correct. I took it out because it was overpowering the page. I have to try and figure out how to make it either transparent background or make it smaller. This will take some thought. I can't come up with these things off the top of my head becasue I am still not using PS too regularly.
Thanks.
denisegoldberg
Jun-01-2008, 04:07 AM
I am have an enormous amount of trouble trying to attach PPA logo to my page. Just totally gave up on trying to link it to their site. Could someone please offer some relief? My site is Photodawg1.smugmug.com Here's the final code:
<div id="PPA_Logo" align="center"><img srchttp://"Photodawg1.smugmug.com/gallery/1670526_rekgw/1/305050806_6QEFc/Small"></div>
To start with you are using the url for the photo within the gallery, and you should be using the URL for the image itself. And second, your img statement syntax is incorrect. Here's the correct syntax of an <img src statement to pull that photo:
<img src="http://photodawg1.smugmug.com/photos/305050806_6QEFc-S.jpg">
--- Denise
Photodawg1
Jun-01-2008, 04:18 AM
To start with you are using the url for the photo within the gallery, and you should be using the URL for the image itself. And second, your img statement syntax is incorrect. Here's the correct syntax of an <img src statement to pull that photo:
<img src="http://photodawg1.smugmug.com/photos/305050806_6QEFc-S.jpg">
--- Denise
Denise,
HUGE THANK YOU!!!
If you were in MD instead of MA I would treat you to breakfast! You just don't know how much that has been vexing me. Appreciate your help, thanks much.
Linda
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.