Results 1 to 2 of 2

Thread: web layout and color help

  1. #1
    Join Date
    Mar 2007
    Posts
    1

    web layout and color help

    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 !

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    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.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •