Mobile app version of vmapp.org
Login or Join
Cofer257

: 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

@Cofer257

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.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme