Re: How to remove extra empty lines generated when exporting to HTML?
- To: mathgroup at smc.vnet.net
- Subject: [mg65958] Re: How to remove extra empty lines generated when exporting to HTML?
- From: "Norbert Marxer" <marxer at mec.li>
- Date: Mon, 24 Apr 2006 06:02:22 -0400 (EDT)
- References: <e29ro4$m99$1@smc.vnet.net><e2cr10$jvd$1@smc.vnet.net> <e2fl3f$bro$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Dear Nasser Abbasi As Chris Chiasson wrote on 22 April you could try to change the CSS style sheet. In your original question you give a link to a html file ( http://12000.org/tmp/042006/nmaC1/index.html ). This html file references the Default.css style sheet (<link href="HTMLFiles/Default.css" rel="stylesheet" type="text/css" />) This Default.css file, which is typically at (... Mathematica\5.2\SystemFiles\IncludeFiles\XML\CSS) contains the following lines: .Input { font-weight: bold; padding: 8px; margin-left: 66px; margin-right: 10px; margin-top: 7px; margin-bottom: 5px; } which specify the CSS HTML style for the Mathematica Input style. You change the spacing between different (Input style) lines by modifying this Default.css file according to your wishes and put it on the WEB (into the HTMLFiles folder relative to the .html file). You can do this for each Mathematica style you want to change. I hope this helps. Best regards Norbert Marxer www.mec.li