For a complete list of How To's follow this link.
If you're looking for something else,
check out the LABELs drop down menu.
Showing posts with label side by side. Show all posts
Showing posts with label side by side. Show all posts

Monday, August 06, 2007

Display pictures side by side - tutorial

This is done as a table with two columns. The only disadvantage that I can see is that you cannot click on the pic to have it enlarged.

(table)(tr)(td)
(img src="image URL"/)
(/td)(td)
(img src="image URL"/)(/td)
(/tr)(/table)

Change the brackets to <> appropriately.
The image URL will start with http:// and will end in jpg. or jpeg.

In the image URL you will have the image size looking something like this /s144/ or 144px can be with a different number, depending on the size of your original image. Find out the size of your mainframe in the html edit

#main-wrapper {
width: 410px;
float: left;

And then change the size of your image from 144 to half the main wrapper width (200 or 205 in this case) to fit the frame nicely.

Thursday, August 02, 2007

Picture uploading side by side

I worked it out, Yeepee. If anyone would need it, give me a shout and I'll try to explain how.