Jump to content

PHP and Pagelayout


jingcleovil

Recommended Posts

Hi All! Good Day!

 

BTW, I am new in php environment but I read how does this language do. I am asking regarding the design of page layout and how do I code php. Let say I design the layout in photoshop then how do I coordinate the php code and the design layout. I am asking for help and some helpful links.

Link to comment
https://forums.phpfreaks.com/topic/56520-php-and-pagelayout/
Share on other sites

What you'll want to research is HTML and CSS.  You can use PHP to generate the HTML for you in which case you'll be concerned with what HTML tags to wrap your content with, and what order to use for the content.  After that you'll apply CSS to the tags and eventually you'll arrive at what you mocked up in Photoshop.

 

I don't know of any especially memorable resources off the top of my head, but I'm sure if you just use the W3's material on HTML and CSS you'll be off to a good start.

Link to comment
https://forums.phpfreaks.com/topic/56520-php-and-pagelayout/#findComment-279735
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.