Log In · Register

 
2 Pages V   1 2 >  
Closed TopicStart new topic
moving pics, pic section???
kaitlin29170
post May 13 2005, 07:16 PM
Post #1


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



how do u get the module where u can add pics and make them move and how do u add the pics??

(just a picture module) biggrin.gif thanks
 
talcumpowder
post May 13 2005, 07:18 PM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



.... Here.
[ http://www.xanga.com/home.aspx?user=kaiyot...363&direction=p ]
 
Pulchritude
post May 13 2005, 07:20 PM
Post #3


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



uhhh.... Can you be more specifx. You can make your own seperate div like this and postion it.



or you can try using a custom module script

http://www.createblog.com/forums/index.php?showtopic=178

for more scripts check out the xanga scripts

http://www.createblog.com/forums/index.php?showforum=3

edit//
to late.. _dry.gif
 
kaitlin29170
post May 13 2005, 07:24 PM
Post #4


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



but how do u get the pics to show??
 
Pulchritude
post May 13 2005, 07:27 PM
Post #5


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



QUOTE(kaitlin29170 @ May 13 2005, 4:24 PM)
but how do u get the pics to show??
*


Use image tags..
CODE
<img src="URL OF IMAGE GOES HERE">
and upload your images at http://www.imageshack.us and paste it into the custom module code _smile.gif
 
kaitlin29170
post May 13 2005, 07:32 PM
Post #6


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



im new to this whole lets stick the pic in and i still dont get it it wont show on my site?
 
kaitlin29170
post May 13 2005, 07:35 PM
Post #7


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



i added everything i was supposed to and my pics still dont show i need like the steps broken down im kinda new to the whole lets add pics to xanga ordeal! laugh.gif thanks
 
Pulchritude
post May 13 2005, 07:36 PM
Post #8


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



QUOTE(kaitlin29170 @ May 13 2005, 4:32 PM)
im new to this whole lets stick the pic in and i still dont get it it wont show on my site?
*

which custom module script are you using? Can you please paste your code here. _smile.gif
 
Pulchritude
post May 13 2005, 07:38 PM
Post #9


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



Please be more specific.. and i think you posted something like this already..
http://www.createblog.com/forums/index.php?showtopic=80726
 
kaitlin29170
post May 13 2005, 07:38 PM
Post #10


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



<!-- begin code provided by createblog.com -->
<div id="particulars" style="position:absolute; width:#; height:#; top:#; left:#; z-index:2; overflow: auto; border: 1px #000000 solid; overflow:auto; padding:10px; z-index:1; FILTER: chroma(color=white)" allowTransparency;">

<!-- end code provided by createblog.com -->

~the on u gave me where do i add pics and how do they show....
 
hi-C
post May 13 2005, 07:38 PM
Post #11


Amberific.
********

Group: Staff Alumni
Posts: 12,913
Joined: Jul 2004
Member No: 29,772



You need to be more specific, like detail what exactly you've done thus far. I guess the first question should be have you uploaded the pics to the net from your computer.

Topics merged. If you have a similar question, please ask it in the first thread you made and not create a whole new one, thanks.
 
kaitlin29170
post May 13 2005, 07:39 PM
Post #12


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



ya i uploaded all my pics to photo bucket
 
hi-C
post May 13 2005, 07:41 PM
Post #13


Amberific.
********

Group: Staff Alumni
Posts: 12,913
Joined: Jul 2004
Member No: 29,772



So you use the URL photobucket gave you in an image tag.

CODE
<img src="URL OF IMAGE GOES HERE">
 
Pulchritude
post May 13 2005, 07:41 PM
Post #14


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



Well it should look like this

If you want more than one image just add a second image tag after the first one.
 
kaitlin29170
post May 13 2005, 07:44 PM
Post #15


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



omg!! lol i got it one more thing if i havent bugged yall enough do yall know how to make it move(like its sliding across the top of the screen)
 
hi-C
post May 13 2005, 07:44 PM
Post #16


Amberific.
********

Group: Staff Alumni
Posts: 12,913
Joined: Jul 2004
Member No: 29,772



And you should probably close the div with a
CODE
</div>

after you've added all the pictures you want.

The moving thing you're talking about is a marquee. Here's a link to all the scripts with a marquee in them: http://www.createblog.com/forums/index.php...ighlite=marquee
 
Pulchritude
post May 13 2005, 07:47 PM
Post #17


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



QUOTE(MissMata @ May 13 2005, 4:44 PM)
And you should probably close the div with a
CODE
</div>

after you've added all the pictures you want.
*

oops yea i forgot to end the div.. stupid me but for sliding images uhh

CODE
<marquee><img src="URL OF IMAGE GOES HERE"></marquee>


edit//
also to make the image go up do this
CODE
<marquee behavior=scroll direction="up"><img src="URL OF IMAGE GOES HERE"></marquee>

and if you want it to go left change "up" to left and same for the images to go right. _smile.gif
 
kaitlin29170
post May 13 2005, 07:48 PM
Post #18


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



i want my pics to scroll across the top theress my link with one of the pics what do i do now

<img src="http://img.photobucket.com/albums/v723/krazytwin298/just%20people%20me%20buds%20sis/me/secy.bmp">
 
talcumpowder
post May 13 2005, 07:48 PM
Post #19


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



I have too much time.
----
1 :: Upload images to Photobucket.
2 :: Find the box that says URL, it's the first one.
3 :: Select all of the text and copy it.
4 :: Insert the copied text into this code
CODE
<img src="URL HERE">
5 :: Copy and paste that code, replace the URL's, and there you go~! Just paste those into you're module and you're set to go. Also, don't forget to add </div> after the last image.
 
talcumpowder
post May 13 2005, 07:50 PM
Post #20


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



....
----
M'kay, please use a code.... box for those. Please.
 
kaitlin29170
post May 13 2005, 07:54 PM
Post #21


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



how do i add more than one pic to the moving thingy
 
talcumpowder
post May 13 2005, 07:56 PM
Post #22


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Errr, same concept applies.
----
Insert the copied text into this code
CODE
<img src="URL HERE">
Copy and paste that code, replace the text URL HERE, and there you go~! Just paste those into you're module and you're set to go.
 
Pulchritude
post May 13 2005, 07:57 PM
Post #23


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



Yes just keep adding
CODE
<img src"URL OF IMAGE GOES HERE">
and next time once you post a question on your thread no need to post double topics.
 
kaitlin29170
post May 13 2005, 08:01 PM
Post #24


Member
**

Group: Member
Posts: 13
Joined: Apr 2005
Member No: 130,516



<marquee><img src="http://img.photobucket.com/albums/v723/krazytwin298/just%20people%20me%20buds%20sis/me/secy.bmp><img src"http://img.photobucket.com/albums/v723/krazytwin298/just%20people%20me%20buds%20sis/friends/ccspizza.bmp"></marquee>


i added the 2nd photo where it stats with <img and nothing happened it wont show where in it do i add it
 
Pulchritude
post May 13 2005, 08:03 PM
Post #25


Tu es laid.
*******

Group: Official Member
Posts: 3,913
Joined: Feb 2005
Member No: 106,675



QUOTE(kaitlin29170 @ May 13 2005, 5:01 PM)
<marquee><img src="http://img.photobucket.com/albums/v723/krazytwin298/just%20people%20me%20buds%20sis/me/secy.bmp><img src"http://img.photobucket.com/albums/v723/krazytwin298/just%20people%20me%20buds%20sis/friends/ccspizza.bmp"></marquee>
i added the 2nd photo where it stats with <img   and nothing happened it wont show where in it do i add it
*

you first url you forgot the " after the bmp. It's suppose to look like this instead

 

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