Jtech Posted January 1, 2007 Share Posted January 1, 2007 Does the apache server have to be set up to work style sheets cause i av my css and js scripts in an external page but when i preview the page it doesnt work properly ...... why If it does need set up could u tell me how pleze Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted January 1, 2007 Share Posted January 1, 2007 Apache should not be the problem. Those files are handled by the browser. How are you loading these files? Quote Link to comment Share on other sites More sharing options...
Jtech Posted January 1, 2007 Author Share Posted January 1, 2007 i just put the code for to let the browser know that am using a style sheetfor .js / .... <script src="#.js" language="text/javascript">for .css / ..... <link rel="stylesheet" type="text/css" href="#.css" /> Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted January 1, 2007 Share Posted January 1, 2007 Those are fine. Make sure you put those tags in between the header tags ([nobbc]<head></head>[/nobbc]). Quote Link to comment Share on other sites More sharing options...
Philip Posted January 1, 2007 Share Posted January 1, 2007 You want to make sure you have that space,and a closing tag for JS (otherwise some browsers wont see it)<script src="#.js" language="text/javascript"> </script> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.