20.12.2011, 05:42
Wondering why still people use html 4. Your menu is completely invalid, you shouldn't use <ul></ul> tag for each link.
There's no need for .php, because your template doesn't contain any dynamic content *.html is more than enough.
+1
There's no need for .php, because your template doesn't contain any dynamic content *.html is more than enough.
Quote:
Ask your self - Would you like to visit a website that looks like that?
|
PHP код:
<div id="nav">
<ul>
<li><a href="#">Link</a></li>
.
.
</ul>
</div>
PHP код:
/* Why make it inefficient ? */
.body2 {
background: #000000 url(img/backgtop.png) repeat;
}
body {
background: #000000 url(img/backgmidle.png) repeat;
}
/*You can make it more simple.. */
.center {
margin:0 auto;
width: 960px;
}
/* Why not use a 960 Grid system ? http://grids.heroku.com/ */
//font-family:Coolvetica;
/* Isn't it Helvetica and Helvetica Neue ?
ever heard of padding : <>; ?
*/