Home › Forums › DITA and XMetaL Discussion › Table output in HTML › Reply To: Table output in HTML
Reply to: Table output in HTML
January 9, 2009 at 2:12 amUsing the selector for the element and the corresponding CSS property should do it (most modern browsers will support this).
Example:
table {width:100%}
Probably worth having a look here:
http://www.w3.org/Style/CSS/learning
…and here's a specific example (and a whole page on styling tables):
http://dev.opera.com/articles/view/33-styling-tables/#tableandcellwidth
When it comes to CSS and HTML / XHTML there are literally perhaps thousands of websites that can help you. Your favorite search engine is your best friend in this case.