html help.

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
could someone please help me with a small html problem im having?

iv got a template which has a banned stuck at the top, and a nav bar stuck at the bottom of the page. i want the middle of the template to stretch for how eva long the page/monitor is.

what coding do i add to stretch the gif for that length of the screen?
 

YoYoYo

Milo's Sex Slave
Golden Oldie
May 11, 2003
1,090
1
194
My house
You mean you got an image inside a table?

<img src="img.gif" height=100%>

I think thats what you want?
If you tell me.
 

Far

tsniffer
Staff member
Developer
May 19, 2003
20,179
30
2,783
540
iv got a header image (which i want to always be at the top)
iv got a footer image (which i always want to be at the bottom)

i have a middle image, which i want to stretch the length of the screen, depending on the page length content.
 
Last edited:

YoYoYo

Milo's Sex Slave
Golden Oldie
May 11, 2003
1,090
1
194
My house
Farril said:
iv got a header image (which i want to always be at the top)
iv got a footer image (which i always want to be at the bottom)

i have a middle image, which i want to stretch the length of the screen, depending on the page length content.
Oh, you mean a table background?
Otherwise if you stretch an image then it'll go pixelish and look dodgy.
If its a table background then just put:

<tr>
<td background="img.gif">blah content blah</td>
</tr>?