macca Posted March 12, 2009 Report Posted March 12, 2009 Hi I am a beginner at this and am trying to set up a website which will have many separate documents which are set up in Word 2007 with a template attached. They all have numbered paragraphs so I have had to convert the number field to text. No problem. But when I bring the docs over to HTML it also adds either bullet points or an additional set of numbers to the paragraphs. They are appearing as either or . I am trying to set up an external style sheet but am a bit stuck as although I have read lots of stuff about CSS I think I am missing something. Also when I look in the CSS Current mode I keep getting a message that no CSS properties apply etc. I am sure there is a simple solution - but it escapes me. Any help would be much appreciated. Thanks Macca
jlhaslip Posted March 12, 2009 Report Posted March 12, 2009 http://www.w3.org/TR/CSS21/generate.html#list-style Use list-style: none on the elements in question.
macca Posted March 12, 2009 Author Report Posted March 12, 2009 I knew it was simple. Thank you that does fix it. I don't really want it to be a list at all but if there is no problem leaving it as a list, and if it has to be a list, making it list-style: none then will do that. Thanks!
LSW Posted March 13, 2009 Report Posted March 13, 2009 Why does it need numbered paragraphs? That does suggest a list to me...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now