Well I have a normal paint just like everyone else(almost) and I am an extremely good drawer on paint so I want to put it on websites. The only problem is that I don’t know how to turn it into html.
to put a picture on a website, just upload it onto a server that hold pics like imageshack or w/e, then put the image tag in the sourcecode for the page you want it on, ex
, can put in more params like width and height after the src, like height=”250″. fairly simple. that < or what ever it is right before the http isn't supposed to be there, yahoo added it -.-'
February 22nd, 2007 at 7:47 pm
use imageshack.us
its good it gives you forum code to HTML code for a picture you upload
February 25th, 2007 at 2:12 am
upload your picture to host it. good luck.
February 27th, 2007 at 1:02 am
to put a picture on a website, just upload it onto a server that hold pics like imageshack or w/e, then put the image tag in the sourcecode for the page you want it on, ex
, can put in more params like width and height after the src, like height=”250″. fairly simple. that < or what ever it is right before the http isn't supposed to be there, yahoo added it -.-'
March 2nd, 2007 at 12:38 am
Html is a description language – it describes content. You can’t write html to draw a picture, only to tell the server where the picture file is.