Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to add an image to a label in css

<div class="person_pic">
    <label>Please upload your photo</label>
    <input  type='file' name="image" onchange="readURL(this);" />
    <img id="blah" src="#" alt="your image" />
    </div>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #image #label #css
ADD COMMENT
Topic
Name
6+2 =