1.

Solve : Getting HTML from Paint?

Answer»

I made a link button on paint. I am wondering how to get an HTML code for it. How do you get an HTML code for something you made on paint? Quote from: matmicegirl10134 on February 26, 2008, 05:10:51 PM

How do you get an HTML code for something you made on paint?

You create it. Like this:

To make the image a link, you'd need the include the code michaewlewis posted inside an anchor tag. For example:
<img SRC="imagename.jpg">

You might also want to put height and width attributes in the img tag, like this:

<img src="imagename.jpg" width="59" height="80">


Discussion

No Comment Found