HTML code help? Pictures?

crsimon36

New member
With CSS. Set a div for the left, another for the center. Float left both of these div's. Put your text in the left div, your image in the center div. Nothing special need be done for that on the right. To terminate the float and get back to normal, use float clear for the element not to be floated.
 
With CSS. Set a div for the left, another for the center. Float left both of these div's. Put your text in the left div, your image in the center div. Nothing special need be done for that on the right. To terminate the float and get back to normal, use float clear for the element not to be floated.
 
For a webpage, I have a picture centered. However, I also want to have writing on both the left-hand and right-hand side of the picture. How do I do that?
Can you give an example of the code?
 
Back
Top