Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css conver innertext to html using css

.pvw-title span {
  display: none;
}
.pvw-title:after {
  content: '<b>whatever it is you want to add</b>';
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #conver #innertext #html #css
ADD COMMENT
Topic
Name
2+9 =