PDA

View Full Version : web layout and color help



vk1409
01 Mar 2007, 09:36 PM
Hi, this is my first post.
i'm a web programmer, but I can't do graphic design.
Because of that, I decided to learn how to create a nice web layout combined with colors.

I've created a web and would like to see what you (reader) think about it:
http://bukus.awardspace.com

note: I suggest you to open it with IE.

If you can, please give some critiques, suggestion or help to improve my design skill.

Thanks a lot !

Wickham
02 Mar 2007, 02:12 AM
It's a good start; get some color and images into it.

You should have a Doctype at the very top of your html file before the <html> tag. I suggest the HTML 4.01 Transitional if you are a beginner, see:-
http://www.w3.org/QA/2002/04/valid-dtd-list.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

Just experiment and improve that way, using online tutorials and Google for answers to any problems.