
11th July 2007, 02:15 AM
|
|
Junior Member
|
|
Join Date: Jul 2007
Posts: 1
Credits: 0
|
|
I do not remember the exact syntax, but i'll tell you the logic to do it.1. Create a table Cell with the height and width attribute set to that corresponding to the picture in pixels.2. Set border attribute to 0 (no border).3. Now, write a background attribute to include the picture.4. Format your text in the ... tags...Neglecting the height and width attribute results in the picture appearing tiled if the dimensions of the cell exceed that of the picture. If the dimensions are less, the picture gets cut off on the right and lower side.Okay fine. I'm adding the syntax to do it..........HTML Formatted Text............To find out the dimensions of the picture, view the picture file in your Windows Explorer window as icons. With your mouse over the icon, the resolution is displayed. The first number is the width and the second one is the height.
|