Re: [PHP-DB] css

2006-02-10 Thread Kim Briggs
On 2/9/06, JeRRy <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I have created this website in PHP and mySQL at > http://www.bps-testntag.com/ but have come accross an error I was not > aware of before. > > Now I am using stylesheets and I have been surfing the net for about 90 > minutes and y

Re: [PHP-DB] css #2

2006-02-09 Thread JeRRy
Hi, Honesty, no I have not ever heard of "floats" ... Well I have as in horse-floats but not for web-pages, I will search it up very soon. Thanks! Jerry Adrian Bruce <[EMAIL PROTECTED]> wrote: Jerry Not a php related question at all for starters but anywayi think you ne

Re: [PHP-DB] css #2

2006-02-09 Thread Adrian Bruce
Jerry Not a php related question at all for starters but anywayi think you need to read up on CSS layout's if the site is properly structure using CSS then you will not have much to worry about regarding different resolutions. Ever heard of floats? google will show you the light! Ade

[PHP-DB] css #2

2006-02-09 Thread JeRRy
Okay I did some more surfing, on a VERY popular website used by neally a million users. I checked their CSS and they use px and pt meassurements. So maybe that is not my issue than. Maybe I don't have an issue to worry about? What are people's thoughts on this, all the input the better h

[PHP-DB] css

2006-02-09 Thread JeRRy
Hi everyone, I have created this website in PHP and mySQL at http://www.bps-testntag.com/ but have come accross an error I was not aware of before. Now I am using stylesheets and I have been surfing the net for about 90 minutes and yet to find a solution, so thought I'd post here, cou

RE: [PHP-DB] CSS versus Includes

2001-04-02 Thread Steve Farmer
Hi All, You can also do .. if(strpos($HTTP_SERVER_VARS["HTTP_USER_AGENT"], "Macintosh")): $mysite_style = "mysite_mac.css"; /* MACINTOSH */ else: $mysite_style = "mysite_win.css"; /*WINDOZE */ endif; echo ""; So you can combines both browsers and OS's Regards Steve Farmer

RE: [PHP-DB] CSS versus Includes

2001-04-02 Thread richarda
BDY.RTF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DB] CSS versus Includes

2001-04-02 Thread Rubanowicz, Lisa
document.write('<link rel=stylesheet type="text/css" href="' +StyleSheet + '">') All the Best Lisa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 11:31 AM To: [EMAIL PROTECTED]; [EMAIL P

RE: [PHP-DB] CSS versus Includes

2001-04-02 Thread richarda
BDY.RTF -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP-DB] CSS versus Includes

2001-04-01 Thread Dan Fitzpatrick
Matt, I recommend using separate style sheets. This is especially important when your users are browsing a record set, say 10 records at a time. There is no need to pass them the style sheet embedded in the PHP page for every page view. If the stylesheet is a file on the file system, it is more e

Re: [PHP-DB] CSS versus Includes

2001-04-01 Thread Boclair
"Matt Braynard" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | When I asked the question, what I meant was should I use the includes to | hold page style details or a CSS file. And someone who understood that this | was not an apples and oranges situation but

RE: [PHP-DB] CSS versus Includes

2001-04-01 Thread Matt Braynard
way to go. -Original Message- From: Patrick Dunford [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 6:58 PM To: [EMAIL PROTECTED] Subject:RE: [PHP-DB] CSS versus Includes On 31 Mar 2001 13:19:45 -0800 AD in php.db, Michael Geier said: >this post is about app

RE: [PHP-DB] CSS versus Includes

2001-04-01 Thread Patrick Dunford
On 31 Mar 2001 13:19:45 -0800 AD in php.db, Michael Geier said: >this post is about apples and oranges... > >CSS (Cascading Style Sheets) have nothing to do with includes. >They only have to do with formatting elements on a web page. >They can be written inside the document, or can referenced >e

RE: [PHP-DB] CSS versus Includes

2001-03-31 Thread Michael Geier
ECTED] Subject: [PHP-DB] CSS versus Includes I have found that includes work just about as well. Any suggestions on going with one or the other? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To co

[PHP-DB] CSS versus Includes

2001-03-30 Thread Matt Braynard
I have found that includes work just about as well. Any suggestions on going with one or the other? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL