How to use an external CSS file with my posts
-
I put a css file here:
/public_html/wp-content/themes/mytheme/test.cssHow can I edit this code to make it point to this external css file?
Thanks!
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Untitled Document</title>
<link href=”/test.css” rel=”stylesheet” type=”text/css” />
</head>
<body>
<p><span class=”offerlink”>Click Me</span></p>
</body>
</html>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to use an external CSS file with my posts’ is closed to new replies.