HTML - img with CSS and text

ntom

New Member
I try to put a picture in the right side of the page. the problem is that there is a text near it, and in some browsers the picture hide the text. I use the next CSS for the \[code\]<img>\[/code\] attribute:\[code\].imgP{position:relative;top:10px;right: 10px;float:right;}\[/code\]the text is the next element:\[code\]<p> bla bla bla... </p>\[/code\]How can I change it, in order that the text would move automatically near the picture?
 
Back
Top