Page 1 of 1

Do you use php alone or with css... or?

Posted: Tue Feb 26, 2008 7:59 pm
by summerbum
.... 8O im going crazy.

-Do I make a layout using php? If you make a layout outside of it how do you include them together. (Frames and whatever)..?

- Here is the background I want (repeating) http://i230.photobucket.com/albums/ee12 ... wh3ad3.gif

And this is the background image I want to create my website around http://i230.photobucket.com/albums/ee12 ... wh3ad4.gif

Thank-you for your time. I would be thrilled to hear back from anyone who could help me out
Brittany

Re: Do you use php alone or with css... or?

Posted: Tue Feb 26, 2008 8:21 pm
by Christopher
You make the layout using HTML and CSS. PHP is a language that runs on the server. You can use it to access files and databases on the server using PHP. You can also generate HTML to send to the browser.

Re: Do you use php alone or with css... or?

Posted: Tue Feb 26, 2008 8:35 pm
by superdezign
PHP can help you with templating, but you have to create the templates in HTML/CSS first.

Re: Do you use php alone or with css... or?

Posted: Wed Feb 27, 2008 10:50 am
by Christopher
CSS is the acronym for cascading style sheets. I get the impression that you just want to build a HTML page that has the header and two columns. And, you want the two columns to be the width of the stripes on you background image. Correct?

Have you searched the web for "CSS two column layout" ? If that does not help, we can walk through how to create you page here if you like.