View Full Version : Help
h()()t
04-16-2005, 10:20 AM
I need a little help uploading a file. Well I am trying to upload the background of my website. Well when I copy the css/html document from dreamweaver then it just shows up as a black background. and not my background
Krome
04-16-2005, 10:26 AM
What sort of site is it?
Tama Drummer
04-16-2005, 10:28 AM
I need a little help uploading a file. Well I am trying to upload the background of my website. Well when I copy the css/html document from dreamweaver then it just shows up as a black background. and not my background
What's the code?
h()()t
04-16-2005, 10:30 AM
Well i am just making a little site for my grandpa. He is selling a couple of old cars that he restored. ex. whippit,model A, 49 ford pickup.
But I just can't get the background to work. I am using gay freewebs to preview the site but dreamweaver to make it. Granpa is going to be buying some web space later on so freewebs is what i am stuck with. Do you wan't me to give you the code?
Tama Drummer
04-16-2005, 10:32 AM
Do you wan't me to give you the code?
Yes. And if not that, give the page on freewebs that your hosting it on. Actually, I think I'd rather see that page than just the code since I can always view source.
h()()t
04-16-2005, 10:34 AM
here is the page (http://www.freewebs.com/ldrews)
Don't comment on the site I have been working on it for around 3 hours...Not much done yet.
Krome
04-16-2005, 10:36 AM
Freewebs eh? I know nothing about that. I will leave it to someone else.
Tama Drummer
04-16-2005, 10:40 AM
here is the page (http://www.freewebs.com/ldrews)
Don't comment on the site I have been working on it for around 3 hours...Not much done yet.
Well what's the URL to the background image? In the code it says it's 166/back22.gif but there's no file uploaded called that.
h()()t
04-16-2005, 10:41 AM
On the freewebs upload thing i clicked upload and uploaded the background. I never really got into making stuff on freewebs. Just hoting what i have already made. So i have never really been in this problem.
Tama Drummer
04-16-2005, 10:42 AM
On the freewebs upload thing i clicked upload and uploaded the background.
Well what's the URL of it?
h()()t
04-16-2005, 10:44 AM
here (http://www.freewebs.com/ldrews/back22.gif)
Is that what your asking for?
Edity
I figured it out.
Tama Drummer
04-16-2005, 10:50 AM
here (http://www.freewebs.com/ldrews/back22.gif)
Is that what your asking for?
Edity
I figured it out.
Yea, you just had to change the code to match the image url.
h()()t
04-16-2005, 10:55 AM
Well somone hit me with a fish.
Tag Captain
04-16-2005, 10:58 AM
Where's Megabyte when you need him...
h()()t
04-16-2005, 11:22 AM
OK ya i have no clue how to do this next thing. Don't relly have anything to do with this site right now but can anyone tell me how to but in a scoll bar in the middle box. So that if i run outa typing space it dosn't make my website really
l
o
n
g
Tama Drummer
04-16-2005, 11:27 AM
Make a new page and have the text you want to show up in that section there.
Then, instead of the text you have there now, just put in an iframe with the other page you just made.
<iframe src="page_url" width="" height=""></iframe>
(incase you didn't know the code... there are other things you can specify in there, such as no scrolling but I think that's all you need; width and height.)
h()()t
04-16-2005, 11:35 AM
So i just make a new page and link it???im kinda confussed. And ya i didn't know the code i have never needed it before.
AssassinOfLords
04-16-2005, 12:42 PM
What you do is make a new page that you want to look exactly like what should be in the scrolling box. then, you go back to your old page (which looks like just the background) and in there you would put:
<div align=center><ifame src="The URL of the page which should be the scrolling box" width="In pixels how wide should the scrolling box be" height="How high" border=0></iframe>
There is a default border around a frame and if you want it to look exactly as you have it now, just with a scroll bar, then put in border=0, otherwise leave it out.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.