I have an unordered bullet list and it shows up fine in Firefox but under IE browser v6, the bullet list have significant amount of spaces between them. Below are my code:
I don't know what your code looks like in a browser but if its a case of distance between each list element then use a css style sheet to reduce the spacing around each list element by adjusting the padding and margin properties.
Thank you for the response. That is correct. The spaces between each element is too big under IE browser. And no, I can't use CSS that is why I like to know if there is a way around this problem.
ljCharlie wrote:Because we have to use the department's template.
Template for what? If you can edit the file, you can put style inline.. I think you are confusing external stylesheets with inline style - both of which are CSS. The reason I ask in such detail is that the answer likely needs to *use* some form of CSS, so if inline AND external are unable to be considered, the possible answers are quite a bit fewer.