By: midntdevil
Date: 2009-12-11
Time: 16:01
|
help pls !!hey i'm new to web development how is it designer friendly i think i'm missing the point here when i open a html in dreamweaver design mode all i see is [var.xxxxx] cant figure out how it works i have html template i'm need to edit is there any easy way to do this ??? are these codes genrated by template engine ??i tried to read manul i'm still confused and everyone saying its soo easy and i'm finding it soo hard to understand i would really apreciate your help thanks
have a good day |
By: TomH
Date: 2009-12-12
Time: 13:19
|
Re: help pls !!There are two files for wach page to be displayed
(1) the .php file does the preparation of variables and fetches database content... that will all be displayed in the template (2) the template .html file contains the HTML/CSS page laayout with the variables represented by [var.xxx] -or- [blk.yyy] tags positioned where needed. If your job entails styling and layout then you just fiddle with the HTML page - without disturbing the bracketed bits. Look at the http://www.tinybutstrong.com/examples.php to see source code for various ways to do this. |