Question
In below example I defined a table width of 100% using
%TABLE{ tablewidth="100%" }%. With
PatternSkin I do not get 100% for the table heading below. This
works with
ClassicSkin. Any idea how to fix that?
 |
Test line A |
 |
Test line B |
 |
 |
Test line B.1 |
 |
 |
Test line B.2 |
 |
Test line C |
Environment
--
PeterThoeny - 13 Jan 2006
Answer
This applies to the Cairo version of
PatternSkin only.
It is the line in
style.css:
.twikiTopic table {
width:auto;
}
Remove it and the table gets its full width. It will also have the side effect that on IE the page width sometimes becomes wider than the window width.
--
ArthurClemens - 13 Jan 2006
Thanks for the quick reply!
--
PeterThoeny - 13 Jan 2006