Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other New Design For my site Re: New Design For my site

#47299
Onyx
Participant

Your design is a bit simple, but it’s nice. Your menu is creative, but I’m not sure if I like all the moving text, it’s a little bit chaotic imo. I like your header.

Like Edwin said, use some more typography. Make your headers stand out. Make them large, maybe another color or another font.

Your coding seems a bit old fashioned on some pages, and that is also causing some validation errors.

For example on your portfolio page:

Code:

You should use css to specify border-color, border-width, width, etc. You can easily do that with inline CSS. And the bordercolor attribute seems unnecessary to me. If the border-width is zero, why specify a color?

Replace this:

Code:

By this:

Code:

Also, don’t forget to add the alt-attribute to your images.