Log In · Register

 
pictures as caption
RACHH x3
post May 7 2006, 01:40 PM
Post #1


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



how do you put another picture/image as a caption for a picture?

is there a certain code?
HELP!
??
huh.gif
 
 
Start new topic
Replies (1 - 24)
SarahxJoy
post May 7 2006, 01:46 PM
Post #2


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



I'm assuming that you're asking about the "View More Pictures" section of your profile?

Home >> Upload/Change Pictures >> Choose a picture >> Click "Add Caption" >> Put this:
CODE
<img src="http://WWW.URL.COM/PUTYOURPICHERE">


Then submit it. The picture should show up in the caption part.
 
RACHH x3
post May 7 2006, 01:48 PM
Post #3


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



wait?
i dont get the "www.url.com/picturehere" thing??? HUH!?!
 
freeflow
post May 7 2006, 01:51 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



It means go to a place like
http://tinypic.com
http://imageshack.us
http://photobucket.com

and upload the picture and put the url there.
I suggest you use tinypic because the other urls may be too long to fit.
 
SarahxJoy
post May 7 2006, 01:52 PM
Post #5


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



Yeah the "http://WWW.URL.COM/PUTYOURPICHERE" is just where you have to copy&paste your picture's URL (http://somethingsomething.com).

But you can't upload the picture like how you usually do when adding a picture to your "View More Pictures". You have to upload it onto an image hosting site.
 
RACHH x3
post May 7 2006, 01:53 PM
Post #6


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



which URL do i use?
because they always give you lots of different kinds?
and also,
do i put the "www.url.com" part or put the URL where the "url" is in that part?
 
SarahxJoy
post May 7 2006, 01:55 PM
Post #7


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



Use http://tinypic.com.

You put the whole URL including the "http://" and ".com". huh.gif
I'm a little confused by your question.
 
RACHH x3
post May 7 2006, 01:56 PM
Post #8


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



im SOO sorry,
but can you explaing the whole thing im detail again??
im sorry!
i get confused easily. :)
 
freeflow
post May 7 2006, 02:00 PM
Post #9


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Go to
http://tinypic.com

Upload your picture.

Log into myspace to go upload/change pictures.
Choose the pic you want click add a caption


Then in the caption spot do
<img src="URLFROMTINYPICGOESHERE">
accept put the tiny pic url there
 
SarahxJoy
post May 7 2006, 02:03 PM
Post #10


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



No problem.

Here's what you do:
1. Go to your home page on myspace.
2. Click on "Upload/Change Photos".
3. Select which picture you want to add the second image to.
4. Under that picture, click "add caption".
5. On your computer, have your picture on the desktop (where you have icons and stuff, where you can see it).
6. Go to http://tinypic.com, and upload your picture onto there.
7. Go back to your myspace and in the caption section, copy&paste the picture's URL (the one you just uploaded). The URL will look something like "http://tinypic.com/somethingsomething".
8. When you're done copy&pasting, click "submit".

Then the picture should show in the caption section.
 
RACHH x3
post May 7 2006, 02:07 PM
Post #11


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



ok it works awesome!
but its HUGEEEEEEEEEE!
how do i make it smaller?
 
freeflow
post May 7 2006, 02:09 PM
Post #12


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



The code should be
<img src="theurlhere">

change it to
<img src="urlhere" height="100">
You can change 100 to a diff number just make sure you add the url.
 
SarahxJoy
post May 7 2006, 02:11 PM
Post #13


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



CODE
<img src="http://tinypic.com/somethingsomething" height="100px">


If you can fit it in, add that.
But you can change the "100" to whatever number you want to make your image smaller or bigger.
 
RACHH x3
post May 7 2006, 02:13 PM
Post #14


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



OMG!
you guys are THE best!
THANKKKKSSSS! :)))))

wait i have one more question.....?
 
freeflow
post May 7 2006, 02:15 PM
Post #15


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^ ask _smile.gif
 
RACHH x3
post May 7 2006, 02:16 PM
Post #16


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



how do you put an image as a backround?

its something like "<body backround????????????>"...
like a graphic as a backround, reapeating itself.
you know?
 
SarahxJoy
post May 7 2006, 02:20 PM
Post #17


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



CODE
<style="type/css">
body {
background-image: url('http://somethingsomething.com');
background-position: center;
background-repeat: repeat;
background-position: fixed;
}
</style>


Copy that into your "About Me" section. But where the URL is, you can change that and put in the URL of the graphic that you want as your background.

P.S.
When you put in the new URL, don't take out the little quotation marks within the parenthesis, or else it won't work.
 
RACHH x3
post May 7 2006, 02:33 PM
Post #18


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



which URL?
they give you like 3 different ones.

the 'HTML', '[IMG]', or the 'link' one??

can you jsut explaing the whole URL thing for that code again?
gosh im so annoying. :)
im SOO sorry, im like seriously myspaced challenged. cry.gif
 
SarahxJoy
post May 7 2006, 02:37 PM
Post #19


What the fack.
*******

Group: Official Member
Posts: 6,164
Joined: Mar 2004
Member No: 8,519



Use the HTML one.
The one that only says: http://www.pic.com/somethingsomething

1. Copy paste this into your "about me" section:
CODE
<style="type/css">
body {
background-image: url('http://somethingsomething.com');
background-position: center;
background-repeat: repeat;
background-position: fixed;
}
</style>


2. Where it says http://somethingsomething.com, replace that with the HTML URL of the graphic you want to use as your background.
3. Click submit and it should work.
 
RACHH x3
post May 7 2006, 02:42 PM
Post #20


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



do i keep the "('_________')" part?
cuz it didnt work..?
 
freeflow
post May 7 2006, 02:43 PM
Post #21


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



<style="type/css">
body {
background-image: url(urlhere);
background-position: center;
background-repeat: repeat;
background-position: fixed;
}
</style>

Do that w/out the ' and ' . Put the url where I put urlhere.

If it still doesn't work post the url your using.
 
RACHH x3
post May 7 2006, 02:46 PM
Post #22


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



http://i3.tinypic.com/xekklx.jpg

idk what im doing wrong.
im doing what you tell me.
ARGGG!

amsdfk;!$*&&nalsf! lolzz
 
freeflow
post May 7 2006, 02:52 PM
Post #23


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



code should be
CODE
<style type="text/css">
body {
background-image: url(http://i3.tinypic.com/xekklx.jpg);
background-position: center;
background-repeat: repeat;
background-position: fixed;
}
</style>


Or wait are you trying to get a bground in view more pics?


Actually the problem was in the post above were you first got the code it was typed wrong.
It was
<style="type/css"

it was supposed to be
<style type="text/css"

Sorry I should of noticed it after I pasted it .
 
RACHH x3
post May 7 2006, 02:56 PM
Post #24


Senior Member
***

Group: Member
Posts: 72
Joined: Jan 2006
Member No: 363,193



no my myspace in general.
and it IS there!!!
??
now im maddd.
myspace can be gay sometimesss. lolzzzz

NEVERMIND!
it worked!!
thank you SOOOOOOOOOOO mcuh!
you have no ideaa!
your my herroooo! :)
 
heyjennie
post Sep 26 2007, 10:11 PM
Post #25


Newbie
*

Group: Member
Posts: 1
Joined: Sep 2007
Member No: 577,736



hey i need help every time i do it iit never works the picture doesnt come up it like only the cide and i tried all of the codes on tinypic toooo :(
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: