Hi, I want to use 2 different stylesheet files, how can I do that?
How can I change <link rel="stylesheet" href=? to set up for example style2.css?
Thanks!
Hi, I want to use 2 different stylesheet files, how can I do that?
How can I change <link rel="stylesheet" href=? to set up for example style2.css?
Thanks!
Why not just paste it and put it into your theme header.php?
like this below:
<link href="http://s.wordpress.org/style/style1.css" type="text/css" rel="stylesheet" />
<link href="http://s.wordpress.org/style/style2.css" type="text/css" rel="stylesheet" />How... Thanks a lot hzlzh!!!
You must log in to post.