When I try to use the plugin, it is giving me some kind of artifacts on the page before the table begins.
(note that this does not occur on any pages without the plugin)
What causes this and how can I remove these artifacts?
TIA
These images will hopefully show the issue.
Joomla Version: 4.3.1
PHP Version: 8.0.28
This is a NON-Windows OS: Linux
Downloaded the latest version of Easy Folder Listing Pro yesterday.
@shoshanaz. Thanks for posting. I am unable to see your pictures. Can you post or email me the link to your webpage? That way, I can look at the listing directly and see what you are referring to.
@shoshanaz. Thanks for following up with the link. It was very helpful.
If you Inspect the HTML DOM on on the page, you will see that you have placed the listing inside of a <pre> and <code> tag. This is what is creating the spacing and grey line. If you remove the surrounding PRE and CODE tags, you will not have those artifacts any more.