Plaese have a look at the printscreen. I used <img src="....">and then the writings. I want the text to become paralel with the picture ( I mean the writings should start at the begining of the photo ... to make the space smaller) . I dont want the writing to be after the image. Can someone tell me which html code to use thanks
you should put float:left style in your image tag <p> <img src="...." style="float:left;"> your text...... </p> HTML:
For a background on a table, do this. <table background="background.jpg"> <tr> <td></td> </tr> </table> or, this, if you need to combine other styles. <table style="background:background.jpg;"> <tr> <td></td> </tr> </table>