Text beside image

It should work that way. Check again. What's </br>? (I think it should be <br> only, or it is the same thing?)
 
</br> ends the break just like </b> would signify the end of the bold text.

<img src="">woot</br> dosent work

that wont work. You need to use tables.
 
itturnstoashes said:
I didn't think that <br> had a closing tag. I think it's independant? Correct me if i'm wrong.

i always thought that it didnt really matter, depending on what you are doing...
 
I researched, and it's completely useless to put </br> ever. With the new coding that's being introduced, we'll start to see things which don't require a closing, such as:
Code:
<img src="http://www.site.com/" /> 
and 
<br />
This
Code:
<br></br>
has been turned into this.
Code:
<br />
 
Back
Top Bottom