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




Bookmarks