PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old August 27th, 2006, 05:04 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: Alabama
Posts: 57
Background Image vs. Color

Can the various stylesheets be editied to implement a background image? I have edited one of the stylesheets and know how to edit the background color:

BODY {
background: #CECF9F url(http://www.domain.com/image.jpg);

Just wondering if there is a tag that would allow one to implement a backround image instead of a single color?

Thanks,
Michael

Last edited by Chuck S; August 27th, 2006 at 06:23 PM.
bargaintrophies is offline   Reply With Quote
Old August 27th, 2006, 06:23 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
See your post above I added what a normal css would look like with image tag
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 27th, 2006, 08:51 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: Alabama
Posts: 57
Chuck,

I'm not getting it. I tried to add a URL tag below the background tag but can't get it to work. You mention a "normal" CSS tag. How do I implement it in the PP CSS?

Here's what I tried:

BODY {
background: #CECF9F
url(http://www.domain.com/image.jpg);

Are your parenthesis in the correct places? Here's the image URL I'l trying to add: http://www.trophypix.com/gallery/stonbk.jpg

Please let me know the exact code/change. Thanks in advance.

Do I delete the "background" tag? I tried that but to no avail.

Thanks,
Michael
bargaintrophies is offline   Reply With Quote
Old August 28th, 2006, 07:58 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
It's all one line and is as I posted in your post

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old August 28th, 2006, 05:36 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: Alabama
Posts: 57
Perfect!

Thanks,
Michael
bargaintrophies is offline   Reply With Quote
Old June 16th, 2008, 04:58 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Location: Ireland
Posts: 50
Thanks very much Chuck, that worked for me as well.
wingnut1 is offline   Reply With Quote
Old June 17th, 2008, 08:44 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Glad to assist let us know if there is anything else we can assist with and have a good day.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 11th, 2009, 06:54 PM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2008
Location: Colorado Springs, CO
Posts: 9
Question

Thanks so much for this! I got mine to work also but have another question somewhat related to this.

I have a .png image for my header and I'm using an image map. When I put my background in, the header doesn't look transparent anymore, there's a big white box background behind it. Is there something I need to change in the code for my image map to get this to show up transparent like it should be? Thanks!
jensurge is offline   Reply With Quote
Old January 11th, 2009, 07:02 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
This would depend on your actual map images and logos. As long as things are truly transparent images it should work.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 11th, 2009, 07:04 PM   #10 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2008
Location: Colorado Springs, CO
Posts: 9
Yes it is definitely transparent, I just checked it again. You can see for yourself here if you want. JenU Designs Gallery - Main Index
jensurge is offline   Reply With Quote
Old January 11th, 2009, 07:09 PM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2008
Location: Colorado Springs, CO
Posts: 9
Also, here is the image map code that I am using.

Quote:
<img src="http://www.jenu-designs.com/images/JenU_LogoMain.png" width="969" height="407" border="0" alt="Jen Ulasiewicz Designs" usemap="#splash_Map" />
<map name="splash_Map" id="splash_Map">
<area shape="rect" alt="Home" coords="80,150,325,300" href="http://www.jenu-designs.com/" />
<area shape="rect" alt="Portfolio" coords="250,310,375,370" href="http://www.jenu-designs.com/photography/" />
<area shape="rect" alt="Store" coords="425,270,520,335" href="http://www.jenu-designs.com/store/" />
<area shape="rect" alt="Blog" coords="530,275,618,338" href="http://jenu-designs.com/blog/" />
<area shape="rect" alt="Gallery" coords="620,295,758,350" href="http://www.jenu-designs.com/gallery/" />
<area shape="rect" alt="About Us" coords="762,315,870,375" href="http://jenu-designs.com/store/index.php?main_page=page_4" />
</map>
jensurge is offline   Reply With Quote
Old January 11th, 2009, 07:32 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
http://www.jenu-designs.com/images/JenU_LogoMain.png

That specific image looks fine.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old January 11th, 2009, 09:19 PM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: May 2008
Location: Colorado Springs, CO
Posts: 9
Ok I found it. I had the background set in the header file to white so when I removed that it was fine. Sorry for bothering you with that.
jensurge is offline   Reply With Quote
Old January 12th, 2009, 08:36 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,665
Not a problem have a great day.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change the background color????? lmbs Photopost Pro How Do I...? 1 January 14th, 2005 09:00 PM
background color cheechfxsti Photopost Pro How Do I...? 2 January 11th, 2005 07:38 PM


All times are GMT -5. The time now is 06:40 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0