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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
summerbum
Forum Newbie
Posts: 12
Joined: Tue Feb 26, 2008 7:49 pm
Location: The Valley, Canada

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

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

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

Post 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.
(#10850)
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

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

Post by superdezign »

PHP can help you with templating, but you have to create the templates in HTML/CSS first.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

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

Post 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.
(#10850)
Post Reply