30.06.2012, 10:09
Quote:
|
Answer for the first question.
Since the moment the website is using server side code(query api, and the "news" system) i've used echo, since for me, is a big mistake to be doing all the time: Code:
<html> <head> <title> bla bla bla</title> </head> <body><?php echo $somearray; ?> /body> </html> There is 2 type of people: 1 -> create a separated stylesheet file; 2 -> create the style on the main file. Third, take a look @ latest news container, he just need to remove the mysql script from it. Edit: Just created a separated stylesheet for the design, download file updated. |
Quote:
|
There is 2 type of people: 1 -> create a separated stylesheet file; 2 -> create the style on the main file. |


