Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Cam

    (@cam)

    Thanks, Beel — much appreciated.

    This is true – I should have been clearer. I actually meant the code that was output, rather than the styling. My apologies.

    I don’t mind having the unordered list al all – in fact I want that for the links themselves, as I currently have them displayed as a list in my MT install.
    What I don’t want is the nested lists — all I want is a single unordered list with the links. WP seems to want to impose an unordered list with the headings, then the content nested as <ul&gts inside that. I use <h3>s as my headings with the unordered lists for the content.
    I know you can turn off the styling using CSS — this is easy to do — but I think it is a bit more semantically correct to use a heading tag to denote a heading, rather than a list item, and want to keep doing this.
    You can see what I mean by viewing the source of my MT blog – https://www.selfgratification.org/

    Apologies for the overformatting! Here’s the code again, in an easier to read format:
    <li id="">

    • ... list content here ...
    • ... list content here ...
    • ... etc ...

    I have removed the

    • and
    • from the Link Categories options page, and set the category name to a null value but still get the following markup:
      <li id="">

    • ... list content here ...
    • ... list content here ...
    • ... etc ...

    I want to remove the orphan <li id=””> and

    from around the unordered list. What am I missing here?
    (Or do I have to go in and edit on of the WP files directly?)

Viewing 5 replies - 16 through 20 (of 20 total)