April 27, 200917 yr Here is my third project Visit My Website please reviw my site and crituqe on it, and please advice how can i improove more advance thanks for the review p.s: i am new in web design and i am learning how to use div.. best regards abeer
April 28, 200917 yr Hi and well done cos i think the colours and general feel are good. For me no scrolling / moving things please! Your header looks very empty with just the logo in the corner.... maybe leave the logo there and make the text bigger and centralise it a bit. Your main body text is justified and I do not like it! Try aligning it to the left.... Check your spelling / grammar as this all gives an impression of you or the company you are representing. eg. we have a personal portfolio for you, our sites support several different browsers. Also you are using a mix of title and lowercase in your scrolling menu.... you need to be consistent with this. For me, there is just too much navigation to chose from so maybe group some so it isnt quite so overwhelming initially. Your css validates so well done, but your html doesn't. Being as you are representing someone whose sites work in most browsers, you should check this out > http://validator.w3.org/check?verbose=1&am...tform-it.net%2F They seem to be fairly simple errors... mostly you just need to add an alternative name for your images so if for some reason your viewer can't see the images, they will have an idea what is supposed to be in that space. I hope this helps.
April 28, 200917 yr Author They seem to be fairly simple errors... mostly you just need to add an alternative name for your images so if for some reason your viewer can't see the images, they will have an idea what is supposed to be in that space. but how can i fox it? with my little knowledge i dont know how to fix it... can you help me to understand the problme?? if i fix the problem will the site show properly in ie7 like ie 6 ???
April 28, 200917 yr i am going out in a min but will be on later so will go through it then if noone has beaten me to it. Don't worry we have all been there
April 28, 200917 yr Ok the main problems that is likely to be causing this maybe your encoding. Have a look here: http://jez007.wordpress.com/2008/03/26/val...-in-utf-8-file/ Your file is saved as charset=utf-8 - try changing that first. Try replacing yours with <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> Also you missed out a / in your meta <meta name="keywords" content="web, bangladesh, platform, it, design, development, hosting, domain, seo, server,ecommerce,dhaka"> so make it this: <meta name="keywords" content="web, bangladesh, platform, it, design, development, hosting, domain, seo, server,ecommerce,dhaka"/> The other errors are self explanatory; # Error Line 104, Column 27: Attribute "height" exists, but can not be used for this element. <table width="792" height="900" border="0" align="center" cellpadding="0" cellsp # Error Line 106, Column 33: Attribute "background" exists, but can not be used for this element. <td valign="top" background="images/background.jpg"><table width="778" borde Your code includes elements that are not allowed within the table and td tags. The rest of your errors basically ask you to make sure you have an alt description for your images: eg <img src="whatever.png" width="whatever" height="whatever" alt="whatever" /> So you fill in whatever bits as a applicable with the alt being a word maybe describing your image eg. boy if its a pic of a boy. The unclosed meta tag and the encoding are most likely to be causing your problems, although not necessarily. It is a process of elimination really; correct these errors first then test again and see how it is. Personally I would not use those moving images anyway which would also solve your problem. How are you making your websites.... are you writing the code yourself?
April 29, 200917 yr Author Thank you and thank you and thank you very much..... you are very helpful and very kind.. i am trying to fix it... ya i try to write the code but with the little knowledge i make problem all the time... lol thank you again... Best regards abeer
April 29, 200917 yr If it hasn't worked to solve your problems don't worry but always best to sort these problems first. We all have to do this stuff but it becomes part of the process as you do more sites
Create an account or sign in to comment