 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
May 19th, 2005, 01:48 AM
|
#1 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
| 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?
|
| |
May 19th, 2005, 08:14 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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');
|
| |
May 19th, 2005, 04:38 PM
|
#3 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
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: ;
}
| |
| |
May 19th, 2005, 04:44 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
May 19th, 2005, 04:45 PM
|
#5 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
I even changed the file to .jpg
Still nothing. |
| |
May 19th, 2005, 04:46 PM
|
#6 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
I'll try that now. |
| |
May 19th, 2005, 04:49 PM
|
#7 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
I tried. I didn't get an error message. My screen is still white and not the ocean backround. Any ideas?
|
| |
May 19th, 2005, 04:50 PM
|
#8 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
What does the Execute thing do? Server that is... |
| |
May 19th, 2005, 05:14 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
May 19th, 2005, 06:25 PM
|
#10 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
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');
}
| |
| |
May 19th, 2005, 07:11 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
For one your missing background color
|
| |
May 19th, 2005, 09:33 PM
|
#12 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
Duuuuuuuuur. I knew that. LOL. NOT! I'm a dork.
|
| |
May 19th, 2005, 10:00 PM
|
#13 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
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. |
| |
May 20th, 2005, 08:03 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
Remove the ' around the image path
|
| |
May 22nd, 2005, 12:55 AM
|
#15 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
| Quote: |
Originally Posted by omegatron Remove the ' around the image path | I did.
still nada. 188thStreet.com |
| |
May 22nd, 2005, 12:59 AM
|
#16 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
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. |
| |
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.
|
| |
May 22nd, 2005, 12:43 PM
|
#18 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
This is what my 188thStreet.css looks like. Code: Content visible to verified customers only.
|
| |
May 22nd, 2005, 01:01 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
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.
|
| |
May 22nd, 2005, 07:05 PM
|
#20 (permalink)
| | Registered User
Join Date: Apr 2005 Location: The O.C.
Posts: 106
|
Ahh, I get. I deleted that from the header and still nothing.
Last edited by Wasabe; May 22nd, 2005 at 08:03 PM.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:42 AM. | |