Posted: Sun May 04, 2008 6:54 pm Inserting images into table
I'm a newbie and would like to insert jpg images into my table. I've created enough rows and cells, now I'm wondering how to insert the images into the rows and have them all flush right or flush left. Thanks!
Posted: Thu May 08, 2008 2:40 am Insert and align jpg images in a table cell
Just to give you an idea with example code, the following creates a 2 column x 2 row table. The table is set to 100% width and each cell set to 50% width (2 cells add up to the 100% width of the table.
An Image Tag is placed in each cell to display an jpg.
Each Image Tag is inside a Paragraph Tag with an attribute of align="left".
You may change this attribute to 'right' or 'center'.
Please note that the image names (i.e. pic1.jpg etc...) have to be changed to your image filenames, otherwise they will not be displayed.
In addition I recommend you also learn about absolute and relative paths, as you may encounter problems of images not displaying when others view your website, even though when you check from your computer they display without problems.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum