[PHP] How to change font attributes in dropdown?

2004-09-12 Thread Jeff Swanberg
I've tried many locations but can't figure out how to change the font attributes for just my dropdown list on my page. The dropdown box populates its data perfectly but I'd like to change the font to Arial Bold 10pt on the items. Here's my code: ?> > "; echo " Choose Event "; mysql_connect

Re: [PHP] CSS not picked up

2004-09-11 Thread Jeff Swanberg
Nope, I have them all. Any other ideas??? Do I need to load the style.css on every sub-page or just on the main page? Perhaps the style sheet is cached so, after I upload a new one, I need to do something to flush the cache? js "Jason Davidson" <[EMAIL PROTECTED]> wrote in message news:[

[PHP] CSS not picked up

2004-09-11 Thread Jeff Swanberg
I have the following in my CSS (loaded on the main site page): /* FOOTER */ .footer { font-family: Tahoma, "Trebuchet MS"; font-size: 9px; color: #BFBFBF; text-decoration: none; border: none; line-height: 1.25em; font-weight: bold; } .foote

[PHP] Displaying Secure Server Lock Symbol??

2004-05-25 Thread Jeff Swanberg
Very new at this so pardon my ignorance: Off of my regular server, I'm calling a script off of a secure server in order to process a credit card inquiry. I thought that, just by calling the script off of the secure server, that the "gold lock" icon would automatically appear but it does not. Is