Tags:
create new tag
view all tags

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?

Sample section for demo
Test line A
Test line B
Test line B.1
Test line B.2
Test line C

Environment

TWiki version: TWikiRelease04Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories:  

-- 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

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2006-01-13 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.