I have a problem with a web page. The introduction of a simple <base href=""> tag in the head of the page creates lots of unexpected problems such as dismantlement of the layout of the page, size of figures etc. Here is the web page without http://vlab.mooo.info/tanks and this is with the tag: http://vlab.mooo.info/tanks/wrong.php.
Note: I’ve tested with Firefox and Chrome.
You have file
http://vlab.mooo.info/tanks/style-tanks.csswhich is called in
http://vlab.mooo.info/tanks/via
<link href="style-tanks.css" />With base href set to the root, the browser looks for
http://vlab.mooo.info/style-tanks.csswhich is wrongChange to
<link href="/tanks/style-tanks.css" />