ExpertPixels.com
Well-known member
Hey all,
Ive just setup a fresh localhost and installed XF, Now i imported a style i am working on for my project and forgot to turn on "Friendly URL's" and my style was all out of whack / the extra .css im using was not being read etc etc.. now i was racking my brain for a good hour trying to work out why my style was broken when i knew the last .xml import i did was of a working version..
Anyways I am using references like such in my header:
Could this be contributing to my style being out of whack ?
Apologizes the PC i am using does not have Firebug installed so ive not been able to debug this myself.. just hoping someone could shed some light on this as i will be releasing styles and will not have control over whether people using my work have "Friendly URL's" switched on.
Thanks in advanced, I will look into this myself also once home but just wanted to confirm this / address this before i release any work, cheers.
Regard, Darren
Ive just setup a fresh localhost and installed XF, Now i imported a style i am working on for my project and forgot to turn on "Friendly URL's" and my style was all out of whack / the extra .css im using was not being read etc etc.. now i was racking my brain for a good hour trying to work out why my style was broken when i knew the last .xml import i did was of a working version..
Anyways I am using references like such in my header:
Code:
<link href="{xen:link 'assets/css/animations.css'}" rel="stylesheet">
<script src="{xen:link 'assets/js/jquery.min.js'}"></script>
Could this be contributing to my style being out of whack ?
Apologizes the PC i am using does not have Firebug installed so ive not been able to debug this myself.. just hoping someone could shed some light on this as i will be releasing styles and will not have control over whether people using my work have "Friendly URL's" switched on.
Thanks in advanced, I will look into this myself also once home but just wanted to confirm this / address this before i release any work, cheers.
Regard, Darren