My image hosting wesbite

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
daniellematy
Forum Newbie
Posts: 7
Joined: Wed Feb 29, 2012 6:10 am

My image hosting wesbite

Post 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
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: My image hosting wesbite

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: My image hosting wesbite

Post 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
Post Reply