HTML : <img src="..." /> <p>ung ganon, ang pinakamalumbay na dilim ng lupa ay itinakda ng mga pinakamaliwanag na reyna. At, ang pinakamatipuno na tinik ng panganay ay isinulat ng iyong matanda.</p>
The probleme is that my background image is hidden by the floated one, is there any way I could fix this ?
Also float the p, ul or whatever there might be to left and give the image some margin-right.. And for the bullets list-style-position: inside; or some margin should do the trick.
I feel like too much floats is always tricky to manage, and as the content of the web site I'm building now is coming dynamically, I'll stick to the "span" solution I've find.