: This is more suited to Stack Overflow, but regardless... Like bpeterson said, it sounds like a relative path problem with the CSS/JS. This is easily fixed by starting all URLs with a leading
This is more suited to Stack Overflow, but regardless...
Like bpeterson said, it sounds like a relative path problem with the CSS/JS. This is easily fixed by starting all URLs with a leading slash and putting the path from the site root. For example, if a file is at:
yoursite.com/css/ECM_HelpFile.css
You can include it with:
<link href="/css/ecmNavigation.css" rel="stylesheet" type="text/css" />
Secondly, it looks like you are including the CSS twice, so will want to remove those two lines from the template.php file.
More posts by @Cofer257
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.