HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN


HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

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.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Re: 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~

Re: HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

You can use this code for pics, videos, images, etc. 

<table><tr><td>
  **paste code for PIC 1 here**
</td><td>
  **paste code for PIC 2 here**
</td></tr></table>

note: if you have more than 2 items that you want to place side by side, then just tweak the code. For example:

<table><tr><td>
  **paste code for PIC 1 here**
</td><td>
  **paste code for PIC 2 here**
</td><td>
  **paste code for PIC 3 here**

</td></tr></table>

Re: HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

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:

&nbsp

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.

Re: HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

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?"

Re: HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

Good to know Smiling

Re: HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

OK, take the spaces out:

< url for picture > &nbsp < 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"

Re: HOW TO PUT PICS NEXT TO EACH OTHER INSTEAD OF STRAIGHT DOWN

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.