[Tool/Web/Other] Website
#7

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.

Quote:
Originally Posted by Macluawn
Посмотреть сообщение
Ask your self - Would you like to visit a website that looks like that?
+1

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;
    
width960px;
}
/* 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 : <>; ?
*/ 
Reply


Messages In This Thread
Website - by array13 - 19.12.2011, 21:23
Re: Website - by RebeloX - 19.12.2011, 21:29
Re: Website - by array13 - 19.12.2011, 21:32
Re: Website - by 1337connor - 19.12.2011, 21:47
Re: Website - by array13 - 19.12.2011, 21:49
Re: Website - by Macluawn - 19.12.2011, 22:27
Re: Website - by XFlawless - 20.12.2011, 05:42
Re: Website - by Stepashka - 20.12.2011, 09:32
Re: Website - by XFlawless - 20.12.2011, 09:45
Re: Website - by DirtyLilFreak - 20.12.2011, 14:57
Re: Website - by array13 - 20.12.2011, 16:43
Re: Website - by XFlawless - 21.12.2011, 03:30
Re: Website - by maxell - 21.12.2011, 09:46
Re: Website - by royal_king - 21.12.2011, 10:04

Forum Jump:


Users browsing this thread: 5 Guest(s)