I'm not sure if I'm doing it right but it doesn't seem to view right. This is the code btw.
All I just need is the image to float left and the text besides it on the right. Something wrong with my code?Code:<html> <head> <style> body { font: 9pt arial; } div.float { float:left; } </style> </head> <body> <div class="div.float"> <img src="31peace.jpg"></div> Kids take up arms as way out of poverty, study says November 16, 2005<br> ELSEWHERE in the world, children are abducted and forced or tortured into joining armed movements. But in the Philippines, they apparently freely do so.<br> <br> </body> </html>




Reply With Quote