Is there a way to end an html code?

  • Thread starter Thread starter it's a girl!!! :)
  • Start date Start date
I

it's a girl!!! :)

Guest
Is there a way to end an HTML code? In my myspace, i used the text wrap around a picture n I put all the words I needed in already that i want next to the picture. Now I want a picture under that. but when I put the picture in, the picture appears WITH the text that i used on the other picture. What to do?

thats the code for text wrap around a picture
<img src="YOURIMAGEURL" align="left">text here

how do i end that code?
 
The code should look like this:
<div><img src="YOURIMAGEURL">Text you want next to the image and to wrap around it.</div> The </div> will end the code.
 
Back
Top