I usually have a pretty good grasp on html and css, but this has got me stumped. Is a free account with wordpress.com limited, and doesn't allow anchor links?
I'm trying to create an anchor link to each list item on this page.
1. I placed this into the list item I want it to jump to.
<a></a>
2. I turned each of the fallacies' titles into a link so they could be copied and pasted elsewhere, and when clicked, it would jump to that spot in the page.
<a href="/2013/02/15/rhetological-fallacies/#appeal-to-anonymous-authority">Appeal to Anonymous Authority</a>
4. Here's the whole thing all put together.
<li><a></a><strong><a href="/2013/02/15/rhetological-fallacies/#appeal-to-anonymous-authority">Appeal to Anonymous Authority</a></strong><br />
Using evidence from an unnamed "expert" or "study" or generalized group (like "scientists") to claim something is true.<br />
<em style="font-size:12px;">"They say it takes 7 years to digest chewing gum."</li>
3. Testing the link in a new window does nothing. Brings me to the article, but not to the list item.
The blog I need help with is opinionandfact.wordpress.com.