-
Stretch that image !
Is this possible please?
Normally for textboxes & other controls, I could use a table with this in the HTML code :
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:
-
the Style="width:100%" doesn't work with the image tag?
-
Yeah, worked it out thanks :rolleyes:
can tell it's bloody Friday 13th - crap day !
-
hehe, wow, i just noticed it was friday 13!!!
-
<IMG src=file.jpg width=100%>
dont that work?
-
i think that the way using the style tag is probably a little more standard
-
oh I thought you were saying the style tag DONT work....
-
oops..i guess that i said it a little wierd :D