Thursday, September 19, 2013

HTML-Aligning Text with an Inline Image

Aligning Text with an Inline Image



By default, when you insert an image inline with text, the text is aligned with the bottom of the image. Chances are good that you won't like this default alignment--it leaves a great deal of white space on the page. You can change it, though, using the tag's ALIGN attribute

Value                           Description
TOP                     Aligns the text with the top of the image
MIDDLE             Aligns the text with the middle of the image
BOTTOM           Aligns the text with the bottom of the image

Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...