Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Forum didn’t read the CSS


minkuei
Member

@minkuei

I found out that most people’s bbpress has this code in index.php

<link rel=”stylesheet” href=”http://yourdomain.com/style.css&#8221; 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.

Skip to toolbar