attaching style.css file properly
-
Hi:
New to WP. Trying to develop my own Theme, using WordPress 2.8 Theme Design book by Tessa Blakely Silver.I have created the design and have the html/css files loaded in a new theme directory (with an images file and style.css, and a flash file). I can pull up the unstyled XHTML but I cannot get the page to read my stylesheet in WP.
I can’t tell if there’s a typo in the book because the publisher’s site appears to be down and I can’t get to any errata.
Per her book, the head code is supposed to read:
<style type=’text/cs’s media=’screen”>
@import url(“<?php bloginfo(“stylesheet_url”); ?>”);
</style>Is the /cs’s a typo? When I enter the code like that the page won’t come up at all.
When I enter the code as:
<style type=’text/css” media=’screen”>
@import url(“<?php bloginfo(“stylesheet_url”); ?>”);
</style>
I at least get the unstyled page up.My page can be seen at: https://www.thdesigninc.com/wptrial/
Can anyone give me the proper coding to connect the stylesheet (style.css) to the page?
What it’s supposed to look like is at: https://www.thdesigninc.com/inprogress/THD/index.html
Many thanks for any help!
- The topic ‘attaching style.css file properly’ is closed to new replies.