wanapitei
01-31-2008, 05:40 PM
Not my first posting on elsewhere on this forum, but my first here in CSS.
I'm generating HTML and CSS automatically from an excellent Mac-only authoring program (authoring in the sense of writing a text book), called Scrivener. I'm in the process of creating a single CSS file which will work for about 50 HTML pages, with CSS tweaks that go beyond what I can do within Scrivener. So far it's working.
Here's an example of work in progress, hand tweaked to make the page appear the way I'd like (http://www.morleychalmers.com/MostlyTheravada/dharmaTalks/1.html).
My problem is that styling for itemized lists (currently part of <ol><li></li></ol>) is still within the HTML file itself, not yet part of the CSS file. I'd like to strip those margin calls and place them in the CSS file where I can tweak them and make itemized lists appear with consistent indents across all the documents.
Is this possible? I suspect it is, but am not yet experienced enough with CSS.
Much appreciated.
I'm generating HTML and CSS automatically from an excellent Mac-only authoring program (authoring in the sense of writing a text book), called Scrivener. I'm in the process of creating a single CSS file which will work for about 50 HTML pages, with CSS tweaks that go beyond what I can do within Scrivener. So far it's working.
Here's an example of work in progress, hand tweaked to make the page appear the way I'd like (http://www.morleychalmers.com/MostlyTheravada/dharmaTalks/1.html).
My problem is that styling for itemized lists (currently part of <ol><li></li></ol>) is still within the HTML file itself, not yet part of the CSS file. I'd like to strip those margin calls and place them in the CSS file where I can tweak them and make itemized lists appear with consistent indents across all the documents.
Is this possible? I suspect it is, but am not yet experienced enough with CSS.
Much appreciated.