Page 1 of 1

My image hosting wesbite

Posted: Wed Feb 29, 2012 6:13 am
by daniellematy
hey, iv built a image hosting website , its called http://www.picwizz.com

the features are:
html5 multiple uploader
forum image code
html image code

here is an image iv just uploaded to picwizz.com

Image

Use it and give me feedback thanks :D

Re: My image hosting wesbite

Posted: Sat Mar 10, 2012 11:38 pm
by greyhoundcode
You've used the new "multiple" attribute on your file input element (a feature of HTML5) yet unless I am mistaken the web page itself is XHTML 1.0 Transitional and so that's actually invalid.

Re: My image hosting wesbite

Posted: Sun Mar 11, 2012 3:30 am
by requinix
While you're at it, you can't put <link>s and <style>s inside the body. They go in the head.

W3 validation