|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
www.mulo.co.uk
Mulo
It's still in the early stages of development and so i'd really like to know how to improve it. I appreciate your comments. I'm mainly looking for things to do with layout/ design, but if you hve any other comments to make please do so.
__________________
- lucas
The sixth sick sheik's sixth sheep's sick ![]() "People will believe anything if you whisper it..." 0100010001101001011001000010000001111001011011110111010100100000011001010110111001101010011011110111 1001001000000111010001101000011000010111010000111111001000000111011101110111011101110010111001101101 011101010110110001101111001011100110001101101111001011100111010101101011 Last edited by lucas : May 27th, 2005 at 02:35 AM. |
|
#2
|
||||
|
||||
|
The semi-colon's between your navigations links look kinda odd. Consider maybe a pipe (|) or a dash (-) or something like that.
You mispelled "resolution" at the bottom of your main page. The top banner looks out of place. It just doesn't seem to belong on your site. Consider something that will blend with the background. Besides that, it looks good!
__________________
Web Design Tips - Posting and You If I've been helpful, and/or you're really nice, consider buying something from my Amazon.com wishlist.
|
|
#3
|
||||
|
||||
|
Thanks il do some spell checking and do a new banner. That banner was a temporary thing anyway so I knew where the banner would be and how it would fit with the layout. I'll make a new one tonight after work
![]() Thanks for your input! |
|
#4
|
||||
|
||||
|
Ok I have done lots of spell checking so that's all fixed and I'ved change the banner, although I don't like it so that will be changing again soon.
Does anyone have any other tips? I checked that it was compliant with the current standard and it wasn't - there were quite a few mistakes, but is it worth go through the site and fixing them all? As in, will it make any major improvements or differences? Any other comments would be appreciated? How could I encourage people to sign up and post on the forums prehaps? |
|
#5
|
||||
|
||||
|
Your validation errors are really small ones. You might as well fix them. You have a bunch of missing alt attributes on images, which are easy to put in. You need to put a background attribute in css, rather than in the td tag. And you have a couple closing tags for tags that aren't open, which you can just delete. It'll take like 5 minutes.
I like the new banner ![]() |
|
#6
|
||||
|
||||
|
OK, that's great, thank you for your help!
![]() --> Ok have done all the checks bar one, which I can't see what the problem is. The Error. I'm not too bothered, but if you could tell me what the problem is i'd appreciate it, as it's the only error on the site now and it's irritating me. Thanks for your help! Last edited by lucas : May 29th, 2005 at 11:58 AM. |
|
#7
|
||||
|
||||
|
This is the attribute it's complaining about:
Code:
background="images/MiniTablTopLeft_01.gif" This should be in css, so just change it to this: Code:
style="background-image:url('images/MiniTablTopLeft_01.gif');"
|
|
#8
|
|||
|
|||
|
Just some thoughts . . .
Good effort . . . your code is nice and tidy and you've made good use of nested tables. For the sake of neatness (and a couple of other reasons) I'd put all your styles into a seperate stylesheet and then call it like this: <link href="styles.css" rel="stylesheet" type="text/css"> Totally agree with cybersaga . . . you need to be using styles for backgrounds. Either use inline as cybersaga suggests or create them inside your styles.css file and call them like this: .mystyle { background-image:url('images/MiniTablTopLeft_01.gif'); } <td width="50" class="mystyle"> Also I'm pretty sure that the width attribute is deprecated and so you should be using styles for that too ![]() Hope that helps some! |
|
#9
|
||||
|
||||
|
It does, thnak you.
I appreciate all the help and comments I have been given ![]() |
|
#10
|
||||
|
||||
|
I've done all the validation errors and modified some of the design aspects (like the navigation). Can you see anyhting else that needs to be done?
Thanks, |
![]() |
| Viewing: Dev Shed Forums > Web Design > Website Critiques > www.mulo.co.uk |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|