Click to See Complete Forum and Search --> : My Last Work


enesdanis
01-02-2008, 05:35 PM
ı offer to your comment,did my last work,sorr for my english
www.sezabutik.com

dtm32236
01-02-2008, 06:14 PM
The site is very nice.... just a few things.

First, I'd expect anything that's purple to be a link (the Seza on the home page). I was wondering why I couldn't click that. I also expected the images to be links. They probably should be.

Also, why are "Seckin Urunler" and "Kampanyalar" images? There doesn't seem to be any reason for that. You'd get much better Search Engine results if they were text.

All Images should have an ALT tag.

And this line:
<span class="anaicerik">Sekt&ouml;r&uuml;n se&ccedil;kin markalarıyla &ccedil;alışan <span class="style6">
<strong>Seza</strong></span> butik,yılların verdiği tecr&uuml;be ve hizmetteki kalite anlayışıyla sizleri bekliyor. <br />
Yaşınız ve bedeniniz ne olursa olsun bizde mutlaka kendiniz i&ccedil;in bişey bulcaksınız</span></p>

doesn't have a <p> tag, so this closing tag is unnecessary.

On line 40 of your CSS, you have:
text-decoration:noe;

And after you fix a few things, the first thing you should do is add a doctype (http://www.alistapart.com/stories/doctype/). EVERY site should have this as the FIRST thing in the code. No exceptions.

After that, validate (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.sezabutik.com%2Fdefault.asp) the rest of your code.

As far as layout and design goes, it's a really nice site. Just needs a little cleanup.

Xeleno
01-03-2008, 02:56 AM
I agree alot with dtm32236

I also think you should clean up the shadow on the main black piece. It's a bit messy that's all.

Great site otherwise!

enesdanis
01-04-2008, 02:13 PM
Thank you for yuor dear comments