Table stretching issues ??

liunx

Guest
I'm having some trouble getting the correct rows to stretch. I want my right column to expand with the content, but I would like the buttons on the right to stay static-sized.<br />
<br />
If you have a look at my page you'll see what's wrong:<br />
<br />
<!-- m --><a class="postlink" href="http://www.audioengineering.com/template/2v2/">http://www.audioengineering.com/template/2v2/</a><!-- m --><br />
<br />
<br />
Please take a look and let me know what's going on.<br />
<br />
Thanks,<br />
Matt<br />
<br />
<br />
EDTI: I just tested it in Opera, and in Opera it looks fine. Internet Explorer is the problem.<!--content-->it actually looks good in mozilla as well. but you should have a doctype up top as well and you don't. this may fix it in IE but not sure. <br />
<br />
actually your problem is the cells. they have to be on one line<br />
<br />
<td colspan="4"><br />
<img src=http://www.htmlforums.com/archive/index.php/"images/default_12.jpg" width="208" height="32" alt=""></td><br />
<br />
is wha tyou have and they need to be like so<br />
<br />
<td colspan="4"><img src=http://www.htmlforums.com/archive/index.php/"images/default_12.jpg" width="208" height="32" alt=""></td><br />
<br />
all one line. that will take care of the line break.<!--content-->Work your way through this error list: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.audioengineering.com%2Ftemplate%2F2v2%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
<br />
You'll need some CSS instead, in order to correct the MARGIN errors.<br />
<br />
<br />
Google for an article called flashsatay to help you with the Flash code.<br />
<br />
<br />
Character #150 is not allowed in HTML documents. Use a web-friendly (non M$) alternative.<!--content-->
 
Back
Top