Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Achaean
Regular
Regular



Joined: Mar 22, 2004
Posts: 64
Location: Missouri, USA

PostPosted: Sun Aug 29, 2004 6:15 pm Reply with quote

Alright guys I seem to have a color problem on my phpnuke site for text in a drop down menu, http://www.1staxis.com/modules.php?name=Join on my recruitment form, it has php code embeded into it, so for some reason <font color="#000000"> </font> doesnt seem to work, is there a php code for this?
Code:
<tr><td><strong>Favorite Class: </strong></td><td>

    <SELECT  class=\"content\" value=\"$favclass\" name=\"favclass\">
    <option>----------
    <option>Anti-Tank
    <option>Engineer
    <option>Medic
    <option>Pilot
    <option>Regular Infantry
    <option>Tank
    <option>Sniper
    </select>*
    </td></tr>

this is the code,
Thanks

_________________
http://www.1staxis.com 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sun Aug 29, 2004 7:00 pm Reply with quote

You don't say where you are trying to use the font tag. But, in general, to override a class attribute and/or style sheet, you nomally need to use and in-line style="" syntax. In other words, instead of
<font color="#000000">Text</font>,
try
<span style="color:#000000;">Text</span>
 
View user's profile Send private message
Achaean







PostPosted: Sun Aug 29, 2004 7:17 pm Reply with quote

ok I did that but I get this error after I load up the page,

Parse error: parse error, unexpected T_STRING in /home/achaean/public_html/modules/Join/index.php on line 70
 
Raven







PostPosted: Sun Aug 29, 2004 7:34 pm Reply with quote

Well, since you didn't post the offending line you make it difficult to fix Rolling Eyes . However, if that line above is inside of an echo statement, then you will need to escape the quotes \". That's php, not nuke.
 
Achaean







PostPosted: Sun Aug 29, 2004 8:07 pm Reply with quote

<tr><td><strong>Favorite Class: </strong></td><td>
<SELECT class=\"content\" value=\"$favclass\" name=\"favclass\">
<option><span style="color:#000000;">----------</span>
<option>Anti-Tank
<option>Engineer
<option>Medic
<option>Pilot
<option>Regular Infantry
<option>Tank
<option>Sniper
</select>*
</td></tr>
 
Achaean







PostPosted: Sun Aug 29, 2004 8:08 pm Reply with quote

hmm so what should I put instead?
 
Raven







PostPosted: Sun Aug 29, 2004 8:14 pm Reply with quote

Escape the quotes:

\"color:#000000;\"
 
Achaean







PostPosted: Sun Aug 29, 2004 8:17 pm Reply with quote

ok I did that, no error this time but the color doesnt change

Code:


<tr><td><strong>Favorite Class: </strong></td><td>
    <SELECT  class=\"content\" value=\"$favclass\" name=\"favclass\">
    <option><span style=\"color:#000000;\">----------</span>
    <option>Anti-Tank
    <option>Engineer
    <option>Medic
    <option>Pilot
    <option>Regular Infantry
    <option>Tank
    <option>Sniper
    </select>*
    </td></tr>

hey dude u wanna talk on msn since we are both viewing this forum?
 
GanjaUK
Life Cycles Becoming CPU Cycles



Joined: Feb 14, 2004
Posts: 633
Location: England

PostPosted: Sun Aug 29, 2004 8:23 pm Reply with quote

Drop downs are controlled by the SELECT attribute in the css file. Change your colour there.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Raven







PostPosted: Sun Aug 29, 2004 8:24 pm Reply with quote

Change
<option><span style=\"color:#000000;\">----------</span>
to
<option style=\"color:#000000;\">----------</option>

for individual control
 
Achaean







PostPosted: Sun Aug 29, 2004 8:27 pm Reply with quote

ALRIGHT, your the man raven, I got it workin good, thanks man!
 
GanjaUK







PostPosted: Sun Aug 29, 2004 8:30 pm Reply with quote

If you make the change I mentioned above, you wont need to edit the source code. It would be better for when you change themes or other places on the site that might use drop downs.

Code:


SELECT          {BACKGROUND: none; COLOR: #000000; FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px; COLOR: #FFFFFF;}
 
Raven







PostPosted: Sun Aug 29, 2004 8:33 pm Reply with quote

While this is, of course true, that changes ALL select tags. If you want individual control over elements, then you will have to modify the code as I stated or add separate classes.
 
GanjaUK







PostPosted: Sun Aug 29, 2004 8:41 pm Reply with quote

I wasnt knocking your solution, I think Achaean just presented the problem in the wrong way by posting the code to start with. From what I can see it's the only drop down on the site, or the only one he has noticed so far. If you add a block to the site with a drop down, you will get the same colour problems.

It wouldnt apply in the forum drop downs as they already carry their own select elements in the css.
 
Raven







PostPosted: Mon Aug 30, 2004 11:04 pm Reply with quote

I didn't take it that you were Smile I just wanted him to understand the difference. He said
Quote:
I seem to have a color problem on my phpnuke site for text in a drop down menu...
His reference to a drop down menu was interpreted by me to mean he had a specific and unique issue. In any event, we covered all bases Wink
 
Achaean







PostPosted: Mon Sep 06, 2004 10:15 pm Reply with quote

thx bud thats all i needed to know RavensScripts
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©