This is a discussion on "Table Column Headings and Page Breaks" within the Web Page Design section. This forum, and the thread "Table Column Headings and Page Breaks are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Table Column Headings and Page Breaks
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Table Column Headings and Page Breaks
Hi guys
I've got a bit of an urgent problem, I'm generating some spreadsheet style reports using HTML and CSS and I need to find a way to get the column headings of my table to print on every page, since there reports are about 10-15 A4 pages long when printed, it's difficult to see what the columns are when you get past the first page. Is there any CSS that will make this happen for printed media only? I don't want to have a bunch of column headings every 15 rows on the screen, only when it's printed. Any help would be much appreciated. Rob. |
|
|
|
#2
|
|||
|
|||
|
Well, you can specify a css file for print only using the media property of the link.
http://www.alistapart.com/articles/goingtoprint/ http://www.w3schools.com/css/css_mediatypes.asp Then you just have to set it up to use display:none for the headings when it's on screen. |
|
#3
|
|||
|
|||
|
Another thought I had was could I have a list of col headings, then come scrollable content, and then a footer
Col1 Col2 Col3 Data Data Data ... ... ... Footer Footer Without using frames?! btw, i fixed earlier prob, example: http://www.robblack.co.uk/rob.htm |
|
#4
|
|||
|
|||
![]() |
|
#5
|
|||
|
|||
|
LOL smokes, but that doesn't help me really now does it!!
|
|
#6
|
|||
|
|||
|
I thought you had solved the problem dude?
Maybe this will help you?.... ![]() |
|
#7
|
|||
|
|||
|
Poor Cat!! Where the hell do you find these?!!
|
|
#8
|
|||
|
|||
|
you know i cant help this Trebz....
![]() ![]() |
|
#9
|
|||
|
|||
|
<font size="6">ha ha!!!!</font id="size6">
|
![]() |
| Tags |
| table, column, headings, page, breaks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding a column to a table | Jack Franklin | Databases | 2 | Feb 3rd, 2008 08:17 |
| How to automatically 'add column' to table? | skuliaxe | Databases | 1 | Jan 22nd, 2008 10:40 |
| Sorting A Table By Column Header | NewDesigner | Databases | 4 | Dec 8th, 2006 01:53 |
| Css pages and page breaks | bjorkli | Web Page Design | 0 | Aug 12th, 2005 13:29 |
| ..copy data from column A in Table A to column B in Table B? | gecastill | Databases | 10 | Jun 23rd, 2005 18:27 |