11-10-2005, 12:31 AM
|
#1
[permalink]
|
Forum Addicted
Join Date: 21 Jun 2002
Location: Ocularis Terribus
Posts: 1,053
|
HTML image help
what code would i need to input to put a background image in myspace that wouldnt scroll?
__________________
¬.¬ Ave Dominus Nox!
|
|
|
|
11-10-2005, 11:42 AM
|
#2
[permalink]
|
Forum Master
Join Date: 19 Feb 2002
Location: Megumi Island
Posts: 2,371
|
SCROLLING="no" is an option you can use in a <FRAME> tag, ie:
<FRAME SRC="page.html" SCROLLING="NO">
And just have the page.html load your picture. I don't think you can put scrolling=no in an img tag. Hope this helps.
__________________
Sydney-"If I'm rough, it's because you like it when I'm... are we on comms?"
Jack-"YES, you're both on comms RIGHT NOW"
|
|
|
|
15-10-2005, 06:39 PM
|
#3
[permalink]
|
Forum Addicted
Join Date: 21 Jun 2002
Location: Ocularis Terribus
Posts: 1,053
|
will that work on myspace?
__________________
¬.¬ Ave Dominus Nox!
|
|
|
|
16-10-2005, 07:10 AM
|
#4
[permalink]
|
Forum Master
Join Date: 19 Feb 2002
Location: Megumi Island
Posts: 2,371
|
The HTML file will control whether the picture will scroll or not. Myspace just hosts the files you put there. I haven't used myspace, but if you can write your own HTML pages for it, then yeah, it should work.
__________________
Sydney-"If I'm rough, it's because you like it when I'm... are we on comms?"
Jack-"YES, you're both on comms RIGHT NOW"
|
|
|
|
21-10-2005, 01:26 AM
|
#5
[permalink]
|
Forum Addicted
Join Date: 21 Jun 2002
Location: Ocularis Terribus
Posts: 1,053
|
i dunno ive never tried to upload a html file.. i know you can use html like image tags but i dont think you can upload pages
__________________
¬.¬ Ave Dominus Nox!
|
|
|
|
22-10-2005, 02:13 PM
|
#6
[permalink]
|
Forum Master
Join Date: 19 Feb 2002
Location: Megumi Island
Posts: 2,371
|
Well do they let you edit your page's HTML, or just add formatting here and there?
__________________
Sydney-"If I'm rough, it's because you like it when I'm... are we on comms?"
Jack-"YES, you're both on comms RIGHT NOW"
|
|
|
|
31-10-2005, 05:32 AM
|
#7
[permalink]
|
Junior Member
Join Date: 28 Oct 2005
Location: USA
Posts: 1
|
sorry, what is "myspace"?
|
|
|
|
31-10-2005, 09:47 AM
|
#8
[permalink]
|
Forum Master
Join Date: 19 Feb 2002
Location: Megumi Island
Posts: 2,371
|
It's a webpage/media hosting service.
__________________
Sydney-"If I'm rough, it's because you like it when I'm... are we on comms?"
Jack-"YES, you're both on comms RIGHT NOW"
|
|
|
|
31-10-2005, 11:37 AM
|
#9
[permalink]
|
Forum Addicted
Join Date: 21 Jun 2002
Location: Ocularis Terribus
Posts: 1,053
|
myspace dosent let you add your own pages, just edit formatting here and there
__________________
¬.¬ Ave Dominus Nox!
|
|
|
|
19-07-2009, 12:44 AM
|
#10
[permalink]
|
Junior Member
Join Date: 19 Jul 2009
Posts: 2
|
You should be using CSS for this.
This should work:
<style type="text/css">
body {
background: url('http://yourimage.com/yourimage.jpg');
background-attachment: fixed;
}
</style>
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 07:13 PM.
|
|