PDA

Click to See Complete Forum and Search --> : Stretch that image !


alex_read
Jul 13th, 2001, 03:22 AM
Is this possible please?

Normally for textboxes & other controls, I could use a table with this in the HTML code :

<TD width="100%">
<Input Type="Button" Style="width:100%">
</TD>

and this'll quite happily stretch the textbox to fill the table cell space (in this case taking up 100% / the whole of the width of the screen. ) :cool:

Any way to kinda do the same thing with an image please ? :eek:

sail3005
Jul 13th, 2001, 10:05 AM
the Style="width:100%" doesn't work with the image tag?

alex_read
Jul 13th, 2001, 10:36 AM
Yeah, worked it out thanks :rolleyes:
can tell it's bloody Friday 13th - crap day !

sail3005
Jul 13th, 2001, 06:22 PM
hehe, wow, i just noticed it was friday 13!!!

chenko
Jul 13th, 2001, 08:17 PM
<IMG src=file.jpg width=100%>

dont that work?

sail3005
Jul 13th, 2001, 11:14 PM
i think that the way using the style tag is probably a little more standard

chenko
Jul 14th, 2001, 08:02 AM
oh I thought you were saying the style tag DONT work....

sail3005
Jul 14th, 2001, 04:51 PM
oops..i guess that i said it a little wierd :D