Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to add an image to a label in css

.person_pic {
 margin-left: 201px;
display: inline-block;
font-weight:bold;
}
.person_pic label{
font-weight:bold;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #image #label #css
ADD COMMENT
Topic
Name
8+9 =