Quicksilver
03-15-2006, 01:20 PM
background images on let to right of webpage
3-15-06
Here's an easy one,for some but not for me!!
I'm trying to get a image to tile up and down the webpage on the left and right of the page, I don't want to fill the page with the image...that's easy.
Here is a sample of the exact code that tiles and repeats an image up and down the left and righ side of the page.
<BODY BACKGROUND="http://bldblocks.prodigy.net/wsn/images/user/english/personal/sunset/tile_sidebar.jpg" VLINK="#ff00ff" LINK="#c0ffff" ALINK="#4000ff" TEXT="#ffffc0">
That part works ok. But when I try to replace the image in use with my own image, it winds up filling the whole page background...this is exactly what I don't want.
Here also is the page showing how the image that tiles up and down the left and right side of the page.
I dont want a table!, I dont want Java Script!,I dont want MS-FrontPage!,
I just would like some simple HTML3.0 or 4.1-code to get this to work, using the background image html code!!
Is there a way to have the image ("of my choice") repeat itself up and down the left sides of the page, and not mess with the pages content otherwise??
Everytime I attempt to replace the image with my own similar image (Different style Image, not same image) it just fills the background of the entire page.
Thanks to anyone who can provide me with the HTML code to do this.
P.S. I dont want to use two long up and down, gif's or jpeg's to achieve this.
What I mean is, I know how to insert two of the same graphics to run up and down the page, with using just the html code foe such a function. such as:
<p align="right"><img src="location/graphic image.gif">
<p align="left"> <img src="location/graphic image.gif">
I don't want to use the above comon code for that purpose....How, doe's the page referenced above manage to get those desired rersults?
I'm really confused, I mean, why is it?, that when I use my image, the same result fails ??
This question is so simple for those of you with basic HTML-knowledge-I would think.
But my knowledge is very limited in this area. So, any help would be GREATLY apreciated.
Thanks,
Quicksilver.....
3-15-06
Here's an easy one,for some but not for me!!
I'm trying to get a image to tile up and down the webpage on the left and right of the page, I don't want to fill the page with the image...that's easy.
Here is a sample of the exact code that tiles and repeats an image up and down the left and righ side of the page.
<BODY BACKGROUND="http://bldblocks.prodigy.net/wsn/images/user/english/personal/sunset/tile_sidebar.jpg" VLINK="#ff00ff" LINK="#c0ffff" ALINK="#4000ff" TEXT="#ffffc0">
That part works ok. But when I try to replace the image in use with my own image, it winds up filling the whole page background...this is exactly what I don't want.
Here also is the page showing how the image that tiles up and down the left and right side of the page.
I dont want a table!, I dont want Java Script!,I dont want MS-FrontPage!,
I just would like some simple HTML3.0 or 4.1-code to get this to work, using the background image html code!!
Is there a way to have the image ("of my choice") repeat itself up and down the left sides of the page, and not mess with the pages content otherwise??
Everytime I attempt to replace the image with my own similar image (Different style Image, not same image) it just fills the background of the entire page.
Thanks to anyone who can provide me with the HTML code to do this.
P.S. I dont want to use two long up and down, gif's or jpeg's to achieve this.
What I mean is, I know how to insert two of the same graphics to run up and down the page, with using just the html code foe such a function. such as:
<p align="right"><img src="location/graphic image.gif">
<p align="left"> <img src="location/graphic image.gif">
I don't want to use the above comon code for that purpose....How, doe's the page referenced above manage to get those desired rersults?
I'm really confused, I mean, why is it?, that when I use my image, the same result fails ??
This question is so simple for those of you with basic HTML-knowledge-I would think.
But my knowledge is very limited in this area. So, any help would be GREATLY apreciated.
Thanks,
Quicksilver.....