What table size would I have to use to build web pages and to have the page fill up most of the users computer screen without them having to scroll side to side no matter what screen size or resolution they are using? Is that possible?
Thanks
Annie
What table size would I have to use to build web pages and to have the page fill up most of the users computer screen without them having to scroll side to side no matter what screen size or resolution they are using? Is that possible?
Thanks
Annie
width="100%"
style="width:100%;"
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ok, Twey... explain.
Is there actually some new thing out there claiming that the style attribute is better than the width one?
//puzzled.
![]()
Yes, it's called XHTML
Whether or not you're a fan of it, style="width:100%;" works in HTML too, so there's no real downside to using it, whereas the width attribute no longer exists in the XHTML standards. Plus it helps seperate content from style, which is the whole purpose of CSS. Of course, ideally, one would use an external stylesheet.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ah, ok. Haven't used xml myself. Makes sense.
Bookmarks