Hi, I'm sorry to sound like a complete newbie, but I wonder if the attriubute align in the col element is obsolete now. Browsers don't seem to render it correctly; for instance, if I this is my code <colgroup> <col align="right" /> </colgroup> for the first column of a table to make the contents appear on right hand side of the column would not be rendered correctly and still show as though it was still aligned or showing on the left hand side. Again, I am sorry for sounding like a complete newb and I'd appreciate any help. Thank you.
Never mind, I found the problem. It was a browser error such that firefox and chrome does not support the align attribute in the col element while internet explorer does.