My upgraded template... (Still probably sucks)

So I took some suggestions… Then raged and started over… This is what i have so far…

Things I added…

[ul][li]Rounded Edges[/li]
[li]Drop-Down Menu[/li]
[li]Headers And Footers That Extend Through The Whole Screen[/li]
[li]More Colors Than Just #333, #666, and #999[/li][/ul]

So can you give me some feedback about it (Good or bad I don’t care)
Here’s a download so you can see how it works… (I didn’t feel like adding a logo)

http://db.tt/NfT3vxbP (Short Dropbox Link)

So leave some feedback, Thanks

Looks okay, should show a picture of the dropdown menu…

The colours could be better :slight_smile:

Would look a lot better with more content.

Its decent… it just needs more to it, like a slideshow, mabye some pictures and information on the page :3

The above three comments.

and, include a sample image as a logo to give a feel for the page and where the nav bar would realistically sit.

</ul>
</head>
<div id="wrap">

<div id="main">
<div id="header">
</div>

</div>

<body>

</body>
</div>
<div id="footer">Sweet New Sticky Footer Across Whole Screen (Thanks Kryptix)</div>
</html>

Your HTML is kind of crazy in this one, try too look up a bit about formatting & structure.

Basic HTML page format with the minimal needed doctype should look like:

<!DOCTYPE html>
<head>
<title></title>
</head>
<body>

</body>
</html>

color! No one likes a bland website. A nice vibrant green would flow greatly with that gray.

[quote=“RevengePK, post:6, topic:444805”][code]

Sweet New Sticky Footer Across Whole Screen (Thanks Kryptix)
[/code]

Your HTML is kind of crazy in this one, try too look up a bit about formatting & structure.

Basic HTML page format with the minimal needed doctype should look like:

[code]

[/code][/quote]

well i had to make a sticky footer and i needed those divs to do it

Hmmm… no complaints so far, so I’m going to just say what others have said, “add more content then update”.