Hello,
I am running WAMPSERVER 3.0.9 (Apache 2.4.23, PHP 5.6.25, MySQL 5.7.14) on Windows 10.
I have created a virtual host using the Virtual-Host Management Button called: [specinspector]
I have also created a separate local host called: [localhost]
The index.html file within [specinspector] and the index.html file within [localhost] contain exactly the same code, which is:-
<!DOCTYPE html>
<html lang="zxx">
<head>
</head>
<body>
<li>qwerqwe</li>
</body>
</html>
When [specinspector] is rendered, qwerqwe appears with a bullet point preceding it
When [localhost] is rendered, qwerqwe appears without a bullet point
Does anyone know why this might be happening?
They are both running under the same web browser, IE 11.
The only thing that is different is one is running under a virtual host and the other a local host.
I have spent many days trying to work this out :-(
I am running WAMPSERVER 3.0.9 (Apache 2.4.23, PHP 5.6.25, MySQL 5.7.14) on Windows 10.
I have created a virtual host using the Virtual-Host Management Button called: [specinspector]
I have also created a separate local host called: [localhost]
The index.html file within [specinspector] and the index.html file within [localhost] contain exactly the same code, which is:-
<!DOCTYPE html>
<html lang="zxx">
<head>
</head>
<body>
<li>qwerqwe</li>
</body>
</html>
When [specinspector] is rendered, qwerqwe appears with a bullet point preceding it
When [localhost] is rendered, qwerqwe appears without a bullet point
Does anyone know why this might be happening?
They are both running under the same web browser, IE 11.
The only thing that is different is one is running under a virtual host and the other a local host.
I have spent many days trying to work this out :-(