Topic: Apply Style Without Editing Page (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 10-01-2005 02:38
This may have more to do with server-side scripting, but we'll start here in case there's a simpler answer. code: table { width: auto !important; } td { width: auto !important; }
|
Maniac (V) Inmate From: under the bed |
posted 10-01-2005 05:08 |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 10-01-2005 06:01
Problem with including it into another document is that the document that Excel exports has its own headers and stuff. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 10-01-2005 06:21 |
Maniac (V) Mad Scientist From: :morF |
posted 10-01-2005 09:27
If your server is Apache I believe there's a httpd.conf directive that can also be used in a .htaccess file to replace the headers of all pages called within that directory with the given HTML header. Just let me look it up, and we'll see. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 10-01-2005 11:08
the htaccess would only replace the http headers - which have nothing to say about the stylesheet. |
Maniac (V) Mad Scientist From: :morF |
posted 10-01-2005 15:47
No, according to Apache.org: quote:
|
Paranoid (IV) Mad Scientist From: Inside THE BOX |
posted 10-04-2005 23:03 |