I have a script that has tables embedded inside php. When I change the td width in a table, it shows up in internet explorer, but it doesnt show up in firefox. I am having to do
<td width='230' .....
because the "" will throw off the PHP. I am curious what I need to do to get firefox and IE to both recognize the table width, because only IE is doing it now.
Thanks.