View Single Post
EightBitz
Senior Member
 
Join Date: May 2013
Posts: 1,458

Old January 27th, 2017, 02:27 AM
Quote:
Originally Posted by EightBitz View Post
The thing that confuses me is that in my own testing, there IS a margin-left in the UL tag. My lists, ordered and unordered, are properly indented along their respective topics and sections.

One thing I noticed though, is that my UL tags have two style declarations.

Code:
<ul style="margin-left:105px;" start="1" style="margin-top:0;margin-bottom:0;">
I fixed this in other parts of the code to incorporate everything into one style declaration. I missed doing that for lists.

I'm wondering if maybe in the process of uploading his html file, something in that process detected the two style statements, determined that as invalid, and deleted one of them?

Or maybe he manually edited something? I have no idea. I don't understand why I would have the margin-left statements in my output, and he wouldn't.
Or maybe there's something in his XML source that doesn't fit with how I'm parsing the different tags, so his lists go undetected as such. To determine that, though, I'd need his XML source.
EightBitz is offline   #76 Reply With Quote