resize window problem

liunx

Guest
[EDIT]: Of course five minutes after I post this, i figure out how to fix it. Oh well.<br />
<br />
Here's my site: <!-- m --><a class="postlink" href="http://www.geocities.com/iklopexe/june2002.html(cut">http://www.geocities.com/iklopexe/june2002.html(cut</a><!-- m --> and paste it).<br />
<br />
Here's my code:<br />
<br />
<table height="0" width="100%" border=0 cellpadding=0 cellspacing=0 bordercolor="#000000"><br />
<tr><br />
<td width="16"><img src=http://www.htmlforums.com/archive/index.php/"\iklopexe\images\top_left.gif" height="16" width="16"></td><br />
<td background="\iklopexe\images\top_mid.gif" height="16" width="100%" halign="bottom"></td><br />
<td width="16"><img src=http://www.htmlforums.com/archive/index.php/"\iklopexe\images\top_right.gif" height="16" width="16"></td><br />
</tr><br />
<tr><br />
<td width="16"><img src=http://www.htmlforums.com/archive/index.php/"\iklopexe\images\mid_left.gif" width="16" height="55"></td><br />
<td background="\iklopexe\images\mid_mid.gif" width="100%"><center><p style="width:100%;filter:dropshadow(color=#444444, offx=4, offy=4, positive=true);">Text goes here</p></td><br />
<td width="16"><img src=http://www.htmlforums.com/archive/index.php/"\iklopexe\images\mid_right.gif" width="16" height="55"></td><br />
</tr><br />
<tr><br />
<td width="16"><img src=http://www.htmlforums.com/archive/index.php/"\iklopexe\images\bottom_left.gif" height="16" width="16"></td><br />
<td background="\iklopexe\images\bottom_mid.gif" height="16" width="100%" halign="top"></td><br />
<td width="16"><img src=http://www.htmlforums.com/archive/index.php/"\iklopexe\images\bottom_right.gif" height="16" width="16"></td><br />
</tr><br />
</table><br />
<br />
<br />
What happens is when you make the window width small the text goes to new lines, which I like. However since the height of the side's of boxes is at a set number the box gets taller but the sides don't change with it, thats expected. I can't seem to fix it though. I've tried useing 100% but then nothing appears. How can I get the sides to be dynamic. Hope this isn't too confusing:)<!--content-->
 
Back
Top