Posted by Mark Parnell on 08/18/05 01:47
Previously in alt.html, roN <NOspam@example.com> said:
> I wanna show a table
Is it actually tabular data?
> in a javascrpt window(document.open).
Please don't do that. One browser window is sufficient.
> I defined it like:<table width="200" border="0" cellspacing="0"
> cellpadding="0"> but why isn't its width 200? it's width is much wider than
> 200. why the hell?
Probably because the content is wider than 200px. As Richard said, a URL
would be required for further investigation.
Things like width should be specified in your CSS anyway, not the HTML.
--
Mark Parnell
http://www.clarkecomputers.com.au
alt.html FAQ :: http://html-faq.com/
Navigation:
[Reply to this message]
|