PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > How-to Forum

Reply
 
Thread Tools
Old 02-26-2004, 07:34 AM   #1
ultraman
Green Mole
 
Join Date: Feb 2004
Posts: 2
background color

Hi everybody. Everything's working just fine, nice script!

I use the simple template which I've modified with my logos etc... but I'm unable to put the background of the results table white.

My body background is grey and I need the results to be on a white bg.

Any idea?

thanks.
ultraman is offline   Reply With Quote
Old 02-26-2004, 07:10 PM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
It's been a long time since I changed mine, but as I recall you change it in the styles.css file. Specifically, change these two classes from:
Quote:
.phpdigHighlight { color: #000000;
background-color: #FFBB00;
font-weight: bold; }
.phpdigMsg { background-color: #000066;
color: white;
font-weight: bold; }
to:
Quote:
.phpdigHighlight { background-color: #FFFFFF;
font-weight: bold; }
.phpdigMsg { background-color: #FFFFFF;
font-weight: bold; }
Hope this helps.
vinyl-junkie is offline   Reply With Quote
Old 02-27-2004, 04:45 AM   #3
ultraman
Green Mole
 
Join Date: Feb 2004
Posts: 2
No cigar. I've tried that withtout succes.

Thanks anyway.
ultraman is offline   Reply With Quote
Old 02-27-2004, 06:53 PM   #4
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Sorry about leading you astray. I've been refreshing my memory this evening on how I first customized the look and feel.

You'd be better off, I think, taking the default template that phpdig uses, which is templates/phpdig.html and modifying that. The reason is that it has all your style sheet information right there for you to work with. In that file, you want to change the attributes for the class called greyForm. What I'd do is make one change at a time and then upload it to the server. That way, you know which thing you changed, especially if you don't like the results.

Let me know if I'm still way off base with this, and I'll be glad to look at it some more.
vinyl-junkie is offline   Reply With Quote
Reply


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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fork in background during the spidering... BulForce How-to Forum 6 01-19-2005 11:59 AM
change link color osiris How-to Forum 1 06-18-2004 01:10 PM
how to run spider.php in background mode 123av How-to Forum 1 04-10-2004 11:29 AM


All times are GMT -8. The time now is 07:13 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.