Hi number cruncher!
Thanks so much for your help. 🙂 I see what you mean. I tried mwts’ recommended way of attaching stylesheets and it worked!:) Thanks for the help you guys gave me. It means a lot.
Any ideas how to get jqueries running? Or do I need to download a plugin for it to work. I have a slider that works on a static site but trying it with WordPress,I didn’t have too much success. The images come out but the slider doesn’t. Any ideas? I’ve successfully attached all needed js and css files but they still don’t animate.
Hi mtws!
Thanks for the reply. I sort of tried something and somehow it did attach both when I viewed the source. I’m not sure if I did it right and if attaching it this way could cause conflicts later on,but this is how it looks like:
<link rel="stylesheet" href="<?php get_bloginfo('stylesheet_url'); ?>http://localhost/wordpress/wp-content/themes/personaltheme/css/style.css" type="text/css" media="screen" />
I’ll try what you suggested since I think it’s how everything’s supposed to be done. I’ll let you know how it works out later on. 🙂 Thanks again!