How do you put two photos side by side using Photobucket?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2 Answers
The easiest way to have a single picture of the both of you is to open both pictures on your computer and take a screen shot. You can then upload this single image which looks like two separate images.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$As far as putting photos side by side using Photobucket, I found these codes courtesy of molten chocolate and LadyCerridwen48 of grownupgeek.com:
"look at the html codes of the two images. they look something like this:
< img src="http://1618.photobucket.com/albums/blahblah/subfolder/pic1.gif" >
But you see these little arrow things?:
< >
the reason there are spaces between the arrows and whatever they are next to is only because if we were to write it out perfectly here, on this forum, the html code would actually work -- and you'd see a picture instead of the instructions.
Directly after the code for the first picture ends:
...pic1.gif">
with NO spaces, right after the arrow, put this code:
 
then immediately, again with no spaces, start the next picture code."
OR
"OK, take the spaces out:
< url for picture >   < url for photograph >
When you want to go to the next row, use < br > (again, take spaces out)"
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$