I have looked everywhere i can think of to figure it out & most pages do show the html code it doesn't show the code for the completed code.
i know i'm making no sense. i see the completed code but it doesn't show where the pics go.
HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN
Posted on: Tue, 09/04/2007 - 11:15am
HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN




you can do that, or, you can do this,
(img src=yourimage)(img src=yourimage)(/a)
replace () with <>
The only stupid question is the one that remains unasked
~Niebr~
You can use this code for pics, videos, images, etc.
note: if you have more than 2 items that you want to place side by side, then just tweak the code. For example:
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.
I think that's how ya do it, anyway. Somebody correct me if I'm wrong.
FYI -
If you disable rich-text by clicking the "disable rich-text" link, you can enter codes by putting the <code> tag around it </code> so then codes will look like this:
<img src="http://1618.photobucket.com/albums/blahblah/subfolder/pic1.gif" />"..Do you want to sell sugar-water for the rest of your life, or do you want to come with me and change the world?"
Good to know
OK, take the spaces out:
< url for picture >   < url for pic >
When you want to go to the next row, use < br > (again, take spaces out)
"How do you know I'm mad?" asked Alice.
"You must be", said the cat, "Or you wouldn't have come here"
ok i think i'm stupid for some reason i'm not getting this. like geometry took it 3 times failed all 3 times. how would you do these pics to make them in a row instead of down.