Guest User

Untitled

a guest
Sep 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. htmlText = post.cloths_description;
  2.  
  3.  
  4. String text = "<html><head>"
  5. + "<style>img{max-width:100%;height:auto;} figure{max-width:100%;height:auto;} iframe{width:100%;}</style> "
  6. + "<style type="text/css">body{color: #000000;}"
  7. + "</style></head>"
  8. + "<body>"
  9. + htmlText
  10. + "</body></html>";
Add Comment
Please, Sign In to add comment