Gooey images.

liunx

Guest
OK, tried google.com, tried even searching here, but I guess my keywords aren't very good.<br />
<br />
So here's the plan.<br />
<br />
I would like to make an image stretch as text is added to a td.<br />
<br />
I.E.<br />
<br />
<TABLE><TR><TD WIDTH=1><br />
<IMG=LINE HEIGHT=50 WIDTH=1> (its just a one pixel line)<br />
</TD><TD WIDTH=350><br />
<!-- Begin Body --><br />
<br />
text text text<br />
<br />
<!-- End Body --><br />
</TD><TD WIDTH=1><br />
<IMG=LINE HEIGHT=50 WIDTH=1> <br />
</TD></TR></TABLE><br />
<br />
so there is the condensed version. The height of my lines on the sides is 50 just as an example, I would like them to auto-resize based on the height of the body text. Is there any way html can do this automatically? Or am I just stuck changing the height on the lines every time I change the text/create a new page?<br />
<br />
Thank you guys,<br />
Paul Cable<br />
Electronic Business Machines<br />
Who needs a typewriter?! <!-- m --><a class="postlink" href="http://www.ebmky.com">http://www.ebmky.com</a><!-- m --><!--content-->euh, can you make it as a background of the td?<!--content-->this is invalid<br />
<br />
<IMG=LINE HEIGHT=50 WIDTH=1><br />
<br />
no such thing as "IMG=LINE"<br />
<br />
<br />
<TABLE><TR><TD height="100%" WIDTH=1 bgcolor="#000000"><br />
<IMG src=http://www.htmlforums.com/archive/index.php/"spacer.jpg" WIDTH="1" height="1"></TD><br />
<TD WIDTH=350><br />
<br />
that should work for you. spacer.jpg is just that. a blank 1x1 image<!--content-->this is invalid<br />
<br />
<IMG=LINE HEIGHT=50 WIDTH=1><br />
<br />
no such thing as "IMG=LINE"<br />
<br />
Yeah, call it shorthand..<br />
<br />
<br />
Thanks for your help, unfortunatly I'm at work and can't try it out...but thanks for the quick replies.<br />
<br />
Paul<!--content-->
 
Back
Top