| Summary: | get equal column with for html export | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Ferdinand Gassauer <gassauer> |
| Component: | html export | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | winter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Reassigning all KOrganizer bug reports and wishes to the newly created korganizer-devel mailing list. |
Version: 3.5 alpha1 (using KDE 3.4.90 (alpha1, >= 20050806), compiled sources) Compiler: gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) OS: Linux (i686) release 2.6.11.4-21.8-smp Hi! its an eye candy! column width should be equal, especially if more than one month is printed I played arround a bit (1) adding "; width:14%" to this lines helps at least on large screens. th { text-align:center; background-color:#228; color:white; width:14%} this has no effect for small screens, the columns are not "equalized" (2) on small screens adding width="2000" did the job <table border="1" width="2000"> well I know, its on the expense of having to scroll left/rigth and not being able to print cu