I insert text in database that has images. I align the text when I print it to the screen.
PHP Code:
print("<p class='blog_text'>$row[post]</p>"
If the images are inside the text,
PHP Code:
$row[post
, how can I align images separate? Because I want the text to be justify and the images on center.