PDA

View Full Version : Band Website. Please review/help


pukey
01-25-2005, 04:32 PM
Hello Everybody!

I have just about finished my first ever paid website! :p since my only other web venture was photo albums for friends and family this is big for me. I really enjoyed making it!

Its all HTML, it would have been good to try out PHP but its on a free web hosting place at the moment.

Anyway i was hoping you guys could take a look for me and tell me what needs to be fixed (if anything)

Also as you will see I made a music player on the site and i want to know if it works on Apple Macs, and other various platforms and browsers. I have only tested in firefox and IE6.

HERE IS THE (TEMP) Address:

http://www.zen22729.zen.co.uk/4c/

THANK YOU.

LUKE

PS- one thing i did notice was that on Firefox the background scrolls with the page and i wanted it to remain fixed. I used the tag bgpropities="fixed" which works for IE6. What can i use in firefox to get the same effect?

ronaldb66
01-25-2005, 04:58 PM
It looks quite alright, although the contrast between the background image and the text is way too low. I'd strongly suggest decreasing the contrast in the background image.

Furthermore, your coding practices could do with a brushup... :o Font elements, inline styles, tables...
Also, you make little use of CSS anyway; things like the background image could far better be done with CSS instead of proprietary attributes.

Check out HTML Dog (http://www.htmldog.com/) for some tutorials on HTML and CSS adhering to current standards and best practices.