Re: [PHP] Click "class"

2002-02-22 Thread Dani

Thanks guys!

"Thalis A. Kalfigopoulos" wrote:

> On Sat, 23 Feb 2002, Dani wrote:
>
> > Hi!
> >
> > I have just visited a webiste and I have notice that user can't really
> > see the .php extension at the end of the URL address. And when I look at
> > the link address it's got 'class="click"' .
> >
> > Could someone help me to understand this please?
> >
> > http://www.website_name.com";>
> >  > align="center">
>
> The class="..." attribute, is a StyleSheet thing. It defines the look&feel of the 
>element that bears it (at the begining of the file you are likely to find a link to a 
>.css file which has all the style directives) This has nothing to do with whether the 
>user can see the .php extension or not.
> This has to do with the webserver configuration, and making it treat ALL files 
>(regardless of ending) as PHP files.
>
> hope it helps,
> thalis
>
> >
> > any explaination is grately appriciated.
> >
> > regards,
> > Dani
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Click "class"

2002-02-22 Thread Thalis A. Kalfigopoulos

On Sat, 23 Feb 2002, Dani wrote:

> Hi!
> 
> I have just visited a webiste and I have notice that user can't really
> see the .php extension at the end of the URL address. And when I look at
> the link address it's got 'class="click"' .
> 
> Could someone help me to understand this please?
> 
> http://www.website_name.com";>
>  align="center">

The class="..." attribute, is a StyleSheet thing. It defines the look&feel of the 
element that bears it (at the begining of the file you are likely to find a link to a 
.css file which has all the style directives) This has nothing to do with whether the 
user can see the .php extension or not.
This has to do with the webserver configuration, and making it treat ALL files 
(regardless of ending) as PHP files.

hope it helps,
thalis

> 
> any explaination is grately appriciated.
> 
> regards,
> Dani
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Click "class"

2002-02-22 Thread Edward van Bilderbeek - Bean IT

to me it just seems that that site is using a frameset... and changing one
frame, doesn't change the body of the parentframe... and that frame is being
just for the URL shown.

The class='click' thing is just used for layout purpose... check out CSS
(Cascading Style Sheets) for more information on that...

Edward


- Original Message -
From: "Dani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 23, 2002 2:25 AM
Subject: [PHP] Click "class"


> Hi!
>
> I have just visited a webiste and I have notice that user can't really
> see the .php extension at the end of the URL address. And when I look at
> the link address it's got 'class="click"' .
>
> Could someone help me to understand this please?
>
> http://www.website_name.com";>
>  align="center">
>
> any explaination is grately appriciated.
>
> regards,
> Dani
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php