Hi @necromandrea
I Will try to look at this as soon as I can. Please follow this post for updates and questions I may ask.
Kind regards, Jeroen
Is it possible to post a screenshot?
I appreciate your help! I dunno how to embed images in here though…
Hi @necromandrea, you can upload an image at https://imgur.com/upload and post the link 🙂
Kind regards,
Jeroen Peters
Yer the best, Jeroen. Here’s what I’m looking at on the site: https://imgur.com/z8QILWx
And the back-end (that URL is incorrect but I can’t seem to change it): https://imgur.com/3YrQ5OE
Ah, I see you used HTML. Could it be that there is a syntax error in the HTML? If you want you can make an export of your directory and mail it to jeroenpeters1986@gmail.com, so I can check it out.
Kind regards,
Jeroen Peters
Here’s the HTML that I use, see anything stinky? If not, I’ll export and email
<ul type=”square”>
oh, oops. That didn’t work. Here’s a screengrab: https://imgur.com/mJeS7Nr
Oh Yes, I see now @necromandrea .
If you are using a <ul>, you should end it with </ul> after the title. Can you try if that works?
Kind regards,
Jeroen Peters
As you can see, the HTML in this thread is broken now too haha
Is this the only one with HTML? Are you sure every other entry is correct?
Kind regards,
Jeroen Peters
Hey @necromandrea
Thanks for sending the export!
You are using:
<ul type="square"><li><a href="http://www.facultyofhorror.com/2019/04/episode-72-sleeper-hit-a-nightmare-on-elm-street-1984-a-nightmare-on-elm-street-2-freddys-revenge-and-a-nightmare-on-elm-street-3-dream-warriors-1987/</a></li></ul>
This does not contain a named link and the <a href Is missing the >.
I think you mean something like:
<ul type="square"><li><a href="http://www.facultyofhorror.com/2019/04/episode-72-sleeper-hit-a-nightmare-on-elm-street-1984-a-nightmare-on-elm-street-2-freddys-revenge-and-a-nightmare-on-elm-street-3-dream-warriors-1987/">Episode 72: Nightmare on Elm Street 2: Freddy's revense</a></li></ul>
Please let me know if that works!
Kind regards,
Jeroen Peters
We’re handling this per e-mail because of the HTML which destroyed this support thread 😀