View Full Version : Userpage help


AllAboutStitch
01-01-2008, 07:08 PM
Hi i'm in need of some help on my userpage. I know many will direct me to the wiki but it hasn't been helping and I need some personal help.

Questions:

Music link?

I have the code and everything but it doesn't seem to work. here's the insert: yohooriginal.mp3 And YoHoYoHoAPiratesLifeForMe.mid

Scoller Code?

VMKChrisssy
01-01-2008, 10:36 PM
My friend has alert boxes; I'll ask her if she can help you out.

For the backgrounds and music:

This is the code for the background-
<table border=0 background="image link" width=100%>
<tr><td>
ENTIRE USERPAGE CONTENT HERE
</td></tr></table>

You have to pick a picture that you want, and then go to ****** (I think that's the best uploader for this site) and get the direct link to the image. If you insert the link, and save, it should pop up. Where it says "Entire Userpage Content Here" You just have write or place the pictures that you want to appear on the background. The code is from the Wiki.

As for the music (also from the wiki)-

This code allows a music file to be embedded into your userpage and shows a little control box wherever you place the code. Replace the example link with a link to an MP3 or MIDI file and paste the code into your userpage. If you don't want the music to start automatically (autostart), remove autostart="true", or if you don't want it to play over and over (loop), you can remove this part of the code: loop="true". If you would not like the control box to show, add hidden="true" to the code.
And here's the code:
<embed src="yoursong.mp3" height="45" width="300" autostart="true" loop="true">

Hope that helps you so far! If you want anything to give your page "pizzazz" just use google, and see if the things you find are compatible with the fansite rules.

As for your request on giving you an example: I think it's best that you try it yourself, and get used to it. Otherwise, you'll be asking around a lot just to change the background. Give it a try, and if you still need help, feel free to PM me!
XxChrisssy

AllAboutStitch
01-02-2008, 04:13 PM
My friend has alert boxes; I'll ask her if she can help you out.

For the backgrounds and music:

This is the code for the background-

You have to pick a picture that you want, and then go to ****** (I think that's the best uploader for this site) and get the direct link to the image. If you insert the link, and save, it should pop up. Where it says "Entire Userpage Content Here" You just have write or place the pictures that you want to appear on the background. The code is from the Wiki.

As for the music (also from the wiki)-


And here's the code:


Hope that helps you so far! If you want anything to give your page "pizzazz" just use google, and see if the things you find are compatible with the fansite rules.

As for your request on giving you an example: I think it's best that you try it yourself, and get used to it. Otherwise, you'll be asking around a lot just to change the background. Give it a try, and if you still need help, feel free to PM me!
XxChrisssy

Thx for the help :). When i asked for the example i didn't mean to do it for me i just wanted to see how it looked without the Image link and Entire page and such bc i tried it before and it didn't work. What do i put 4 " ENTIRE USERPAGE CONTENT HERE "

bee2u
01-02-2008, 11:06 PM
Alert box code (put what you want to say where the word TEXT is:

<SCRIPT language="JavaScript">alert("TEXT")</SCRIPT>

AllAboutStitch
01-02-2008, 11:20 PM
Alert box code (put what you want to say where the word TEXT is:

<SCRIPT language="JavaScript">alert("TEXT")</SCRIPT>

Thx so much it worked!! :)