Cam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Date Display TroublesThanks, Beel — much appreciated.
Forum: Fixing WordPress
In reply to: Customization questionThis is true – I should have been clearer. I actually meant the code that was output, rather than the styling. My apologies.
Forum: Fixing WordPress
In reply to: Customization questionI 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>s 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 – http://www.selfgratification.org/Forum: Fixing WordPress
In reply to: Customization questionApologies for the overformatting! Here’s the code again, in an easier to read format:
<li id="">- ... list content here ...
- ... list content here ...
- ... etc ...
Forum: Fixing WordPress
In reply to: Customization questionI 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?)