Jump to content

Recommended Posts

I design for IE7+ and FF. Everything else should work well if you know how to design decently.

 

IE6 is also important. Takes up about 30% of the market share. However, the website I'm doing is too complex for the integrated css model in IE6. I don't hack css styles for specific browsers.

 

Make sure you use XHTML, use css layouts, properly semantics, and valid your markup/css!

 

Hope that helps.

Assuming that you broke out the HTML properly, something like this could work:

 

<?php

    include( 'header.html' );
    include( 'content.php' );
    include( 'footer.html' );

?>

 

If you will be generating dynamic web pages, I would suggest using something like Smarty (http://smarty.net/)

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.