Re: Forum didn’t read the CSS
I found out that most people’s bbpress has this code in index.php
<link rel=”stylesheet” href=”http://yourdomain.com/style.css” type=”text/css” />
however my index.php shows
<link rel=”stylesheet” href=”style.css” type=”text/css” />
in the bbpress root there is no css file, so I think that’s why it didn;t work.
Can anyone told me how to fix it?
Right now I just dump my css file in the root so index can reads it.