how to fit the web page in all screen type in php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kalaithamil
Forum Newbie
Posts: 3
Joined: Fri Jul 01, 2011 4:04 am

how to fit the web page in all screen type in php

Post by kalaithamil »

Hai.........
i created a web page using div concept if i minimise this page the content of the webpage go down so how to display the content that is suited for all screen size.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: how to fit the web page in all screen type in php

Post by social_experiment »

CSS (and maybe javascript) is what you are looking for
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
User avatar
ATLChris
Forum Newbie
Posts: 15
Joined: Mon Feb 09, 2009 6:21 am
Location: Atlanta, GA

Re: how to fit the web page in all screen type in php

Post by ATLChris »

PHP is a server side scripting language. You will have to accomplish this through a client side scripting language like CSS/HTML/JAVASCRIPT.
Post Reply