• I used StyleMaster CSS Editor to create a 3 column layout. How do I make the pHp file’s for this template?

    Here is how the XHTML 1.0 Strict structure is like.:

    =========================================
    doctype
    html

    head
    /head

    body

    div – header
    /div

    div – leftcolumn
    /div

    div – rightcolumn
    /div

    div – maincontent
    /div

    div – footer
    /div

    /body
    /html
    ======================================

Viewing 2 replies - 1 through 2 (of 2 total)
  • Grab yourself a text editor that works with CSS, PHP, HTML and whatever else.

    Open a copy of the Classic WP theme or any theme you want to work with and start to drop in the WP php elements section by section.

    Split it into the various pieces, i.e. header, index, footer, single, page and any others and before you know it, you will have your basic design up and running.

    Thread Starter hairball

    (@hairball)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘layout question/help’ is closed to new replies.