Jump to content
Larry Ullman's Book Forums

Recommended Posts

I am busy with the chapter 2 templates section and my html template example does not look like the example in the book (header.html). I have loaded the css file. The footer seems to be ok. Is there an issue with the CSS template? or do u perhaps have a working example online?

Link to comment
Share on other sites

Hi Sam. 

this link takes me to 

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide (3rd Edition)

 

 

 

Regarding the problem I have. 

What i have done to try and debug is copied the style.css file into my includes file (as directed by the file structure in the book pg 54) and into a style folder that I created as the code directs

 

<?

 

 

<head>
  <title><?php echo $page_title; ?></title>
  <link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>

 

?>

 

and still the css is not loading.

 

I have gone back to 'PHP and MySQL for dynamic websites' book and also went through my working examples and that too has led me nowhere.

 

What I have now done is gone to the website 'www.HTML5webtemplates.co.uk', downloaded another template and that HAS WORKED fine.

 

So I assume that there is something wrong with the CSS file in the .zip file that I downloaded?

 

<_< 

pls advise

Link to comment
Share on other sites

 Share

×
×
  • Create New...