From: <phi...@sc...> - 2005-09-21 19:04:03
|
[Sent by <Fel...@gm...>. Philipp doesn't get through to SF.net.] Hello! I put a simple table into my document, something like: === === ===== === ===== A B C D E === === ===== === ===== 01 SZ 03 SZ 2500 04 SZ 05 SZ 6000 === === ===== === ===== The resulting html code contains a table border definition like: <table class="docutils" border="1"> Without the border declaration it would be possible to use a css file for this. Adding this to the default.css: table.docutils, table.docutils.td, table.docutils.th { border-top: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #B2B2B2; border-right: 1px solid #B2B2B2; } is like standard behaviour (in Firefox). No css and no border-declaration within the html code looks strange, then you don't get any border. I think the resulting html code should be viewable/useable without CSS. Is there a way, how I can modify it just for me? Can someone point me to the code? Thank you very much. Philipp |