PDA

View Full Version : picture help


nicholzac
14th August 2006, 02:51 AM
i was wondering if someone could tell me how to arrange my pics on my site how i want them. im using photo bucket and it insists on putting everything one underneath the other. i want to put them next to each other. any help would be awesome thanks. oh and is there a limit i mean will the html box keep going?

Ainuhina
14th August 2006, 04:47 AM
as far as I know there is no limit...at least noone I know has reached it :D

are you putting any code between the pictures?

just tried it out :)

if you put the code below in (without the spaces)...then they should be beside each other

the part with <a href..... should be below the pictures in your pohotbucket account - so you just need to copy that

<p>
<a href=..................></ a>
<a href=............> </ a>
</p >

whenever you want a picture to be in the next line just start again with < p >

hope that helps you solving the problem :)

be blessed :wave:

nicholzac
14th August 2006, 04:12 PM
as far as I know there is no limit...at least noone I know has reached it :D

are you putting any code between the pictures?

just tried it out :)

if you put the code below in (without the spaces)...then they should be beside each other

the part with <a href..... should be below the pictures in your pohotbucket account - so you just need to copy that

<p>
<a href=..................></ a>
<a href=............> </ a>
</p >

whenever you want a picture to be in the next line just start again with < p >

hope that helps you solving the problem :)

be blessed :wave:
I will have my husband help me with that. Thank you so much. He fixes computers for a living so hell know what to do. He also creates web pages but uses a different program. But I know he will know exactly how to do that.

Ainuhina
15th August 2006, 03:26 AM
ok :)

mommavelvet
18th August 2006, 07:01 PM
You need to know HTML to arrange the pictures the way you want them.