Re: CSS layout i think you just need to include the css code in the header part of the page.
for example,
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
</html>
hope this help. you can do the same thing is php with html tags lo.
|