I'm trying to align text and a pic side by side but I'm not sure of the way to do it. I'm coverting php files to html and I don't know the correct way to align a picture on the left and text on the right in html.
![]() |
I'm trying to align text and a pic side by side but I'm not sure of the way to do it. I'm coverting php files to html and I don't know the correct way to align a picture on the left and text on the right in html.
Have you tried these tags:
More info here:Code:<align="right">Text.</align>
AND
<align="left"><img src="url"></align>
Alignment, font styles, and horizontal rules in HTML documents
All times are GMT -7. The time now is 01:17 AM. |