|
Posted by Gιrard Talbot on 10/18/38 11:25
roN wrote :
> Hi,
>
> I wanna show a table in a javascrpt window(document.open).
> 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?
> Thank you!
>
> --
> chEErs roN
> I'm root. I'm allowed to do this! ;)
> keep on rockin'
>
>
I agree with everyone who answered you so far.
1- You need to provide more info, in particular, specific info on what
you are trying to do (web page design, website context, etc). Who
knows... you may be looking to normally insert a <div> into a standard
page instead of dynamically DOM-inserting a table into a secondary
window. Keep flexible and open-minded: you should not assume your
solution is the best.
2- Tables should be used for tabular data. Otherwise, it cause
accessibility burden and difficulties. Tables used for non-tabular data
is not good semantic markup.
3- An url where you use such table would answer a lot of question.
Posting code is not convenient and can not provide answers to questions
of various nature.
GΓ©rard
--
remove blah to email me
Navigation:
[Reply to this message]
|