Page 1 of 1

CSS for boxscores

Posted: Wed Jan 13, 2021 7:24 am
by Savard
Hey guys! Small problem. Last season the boxscores php loaded a css file for proper formatting. The line loading them was automatically in all the boxscore php files:

<link href="UHL38.css" rel="stylesheet" type="text/css" />

Just started pre season, and that line is missing resulting in not properly formatted boxscores pages. Anyone has any idea what setting might be wrong?

Re: CSS for boxscores

Posted: Wed Jan 13, 2021 10:08 am
by SimonT
HI.

In 3.2.6 and more, the "The Dynamic website only used 1 CSS file, the STHSMain.css." Source : http://sths.simont.info/VersionHistoryV3_En.php

If you had made custom change in UHL38, simply copy them in STHSMain.css

Re: CSS for boxscores

Posted: Wed Jan 13, 2021 10:10 am
by Savard
Thanks!