Question:

How to maintain the php site irrespective of monitor resulution dont change the alignment s what code pls?

by  |  earlier

0 LIKES UnLike

How to maintain the php site irrespective of monitor resulution dont change the alignment s what code pls?

 Tags:

   Report

3 ANSWERS


  1. http://rooeh.net/content/sitelayouts


  2. You mean you want a layout that fits in the same position regardless the screen size?

    Try containers, they work wonders for me.

    Download one of the templates then edit it so it's how you want.

    http://rooeh.net/content/sitelayouts

  3. Can you please be a little more descriptive?  An example would be nice too.

    As for your rough cut question I am going to take a stab at this:

    1.) PHP is a server side language, it simply does the work then sends the finished HTML/CSS/JS to the browser.  Nothing more than that.

    2.) You will need to look into how to use a fluid design with CSS or HTML Tables.  It's your choice which one you would like to do.  If you are using CSS I recommend looking at a site like: http://www.glish.com/css/ they have a lot of examples that are really good.  If you are looking into using tables then simply put it's just using % rather than exact numbers.

    Best of luck,

    Chad

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.