Just a quick simple question.
My WP blog located at http://www.webmeba.com is as you can see without any styles.
The code the I use in my header.php to link to the style sheet is:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /
I was toying around with permissions with a subdomain of mine, so that might have broken it, somehow.
Any ideas what I should do? style.css does exist and the blog worked just moments ago. If it is connected to file permissions, what kind of permissions should I set to files such as public_html, or wp-content, or wp-themes....