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 May 19th, 2005, 01:48 AM   #1 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Question change the backround...

I don't want a hex color. I want to use a photo. I can't seem to figure it out. I don't know css codes but I'm learning and I didn't see a tmpl file.

What can I do?
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 08:14 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
You would edit the stylesheet and add the background image tag. Here is a tutorial all about it

http://www.w3schools.com/css/css_background.asp

Basically its something like this under the body tag you put in the stylesheet

background-image:url('bgdesert.jpg');
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 19th, 2005, 04:38 PM   #3 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

Warning: fopen(stylesheets/188thStreet.css): failed to open stream: Permission denied in /home/virtual/site1/fst/var/www/html/adm-misc.php on line 1768
Quote:
PhotoPost Stylesheet Editor

Unable to write changes, permissions on 188thStreet.css are not set properly.


This is what the style sheet looks like:
Quote:
A:link, A:visited, A:active, A:hover {
}
A:link {
color: #0000FF;
}
A:visited {
color: #0000FF;
}
A:active {
color: #0000FF;
}
A:HOVER {
color: #000000;
background-color: ;
}

.onbody {
color: #000000;
}
.onbody A:link {
color: #000000;
}
.onbody A:visited {
color: #000000;
}
.onbody A:active {
color: #000000;
}
.onbody A:hover {
color: #498CD1;
}

BODY,P,TABLE,TD,TR {
font-size: 9pt;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
}
BODY {
background-image:url('images/188thStreetbackround.png');
}
FORM {
display: inline;
margin-bottom: 0;
}
PRE {
font-size: ;
font-family: ;
}
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 04:44 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
You need to be able to write to the files hense the install docs say to change the stylesheets to 666

Go ahead FTP into your server and change all css files to 666 and you will be able to edit them and change things
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 19th, 2005, 04:45 PM   #5 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

I even changed the file to .jpg

Still nothing.
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 04:46 PM   #6 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Cool

I'll try that now.
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 04:49 PM   #7 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Question

I tried. I didn't get an error message. My screen is still white and not the ocean backround. Any ideas?
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 04:50 PM   #8 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Question

What does the Execute thing do? Server that is...
Quote:
Read
Write
Execute
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 05:14 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
You need to check your path to the image. You probally want to put the full url to the image so it can be found
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 19th, 2005, 06:25 PM   #10 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

I tried the URL. Still nothing. to make sure the it was the right code I tested it on IE with HTML code. Works great. However, when I do CSS I get nada. zilch. zero.

Quote:
BODY {
background-image:url('http://www.188thstreet.com/images/188thStreetbackround.png');
}
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 07:11 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
For one your missing background color
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 19th, 2005, 09:33 PM   #12 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Red face

Duuuuuuuuur. I knew that. LOL. NOT! I'm a dork.
Wasabe is offline   Reply With Quote
Old May 19th, 2005, 10:00 PM   #13 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

Okay this is what code I have:
Quote:
BODY {
background: #FFFFFF;
background-image:url('http://www.188thstreet.com/images/188thStreetbackround.png');
}
that didn't work.
Wasabe is offline   Reply With Quote
Old May 20th, 2005, 08:03 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Remove the ' around the image path
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 22nd, 2005, 12:55 AM   #15 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

Quote:
Originally Posted by omegatron
Remove the ' around the image path
I did.

still nada.

188thStreet.com
Wasabe is offline   Reply With Quote
Old May 22nd, 2005, 12:59 AM   #16 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Talking

My backround is still white.
It should be ...

I tried to upload the png file but your site say's 200kb is too big . So here's the jpg version.
Attached Images
File Type: jpg 188thStreet-backround-1.1.jpg (29.6 KB, 2 views)
Wasabe is offline   Reply With Quote
Old May 22nd, 2005, 01:01 AM   #17 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 148
Try the following:
Code:
Content visible to verified customers only.
Frost is offline   Reply With Quote
Old May 22nd, 2005, 12:43 PM   #18 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

This is what my 188thStreet.css looks like.
Code:
Content visible to verified customers only.
Wasabe is offline   Reply With Quote
Old May 22nd, 2005, 01:01 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Why do you have two body statements?

<body><body bgcolor="#FFCC33" text="#000000" link="#0000FF" vlink="#0000FF" alink="#0000FF">

You do not specify a body statement in the header. Remove this and see what happens.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old May 22nd, 2005, 07:05 PM   #20 (permalink)
Registered User
 
Wasabe's Avatar
 
Join Date: Apr 2005
Location: The O.C.
Posts: 106
Unhappy

Ahh, I get. I deleted that from the header and still nothing.

Last edited by Wasabe; May 22nd, 2005 at 08:03 PM.
Wasabe is offline   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
How do i change stylesheets? acctman Photopost Pro How Do I...? 2 December 21st, 2008 09:10 PM
how do I change this? cointech Classifieds Installation & Upgrades 1 October 1st, 2005 02:00 PM
How do i change the looks? laffen Photopost Pro How Do I...? 1 September 29th, 2005 06:00 PM
add backround music to the index page? Wasabe Photopost Pro How Do I...? 6 May 19th, 2005 06:26 PM
User name change attroll Photopost Pro How Do I...? 4 March 28th, 2005 12:10 AM


All times are GMT -5. The time now is 03:42 AM.

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