Is this possible please?
Normally for textboxes & other controls, I could use a table with this in the HTML code :
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. )Code:<TD width="100%"> <Input Type="Button" Style="width:100%"> </TD>![]()
Any way to kinda do the same thing with an image please ?![]()




Reply With Quote