<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Woops i missed a comma but it still doesn't work though<div><br></div><div><div>function theme_name_styles() {</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>wp_enqueue_style( 'style-name',get_template_directory_uri() . '/css/dropdown.css' );</div><div>}</div><div><br></div><div>add_action( 'wp_enqueue_scripts', 'theme_name_styles' );</div><br><div><hr id="stopSpelling">From: phillipwells@hotmail.co.nz<br>To: theme-reviewers@lists.wordpress.org<br>Date: Sat, 5 Oct 2013 17:22:02 +1300<br>Subject: [theme-reviewers] wp_enqueue_style<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">I am currently developing a theme and i have: <div><br></div><div>function theme_name_styles() {<div><span class="ecxApple-tab-span" style="white-space:pre;">      </span>wp_enqueue_style( 'style-name',<span style="background-color:rgb(243, 243, 247);font-family:Consolas, Monaco, 'Courier New', Courier, monospace;font-size:12px;line-height:1.3em;white-space:pre-wrap;">get_template_directory_uri()</span><span style="background-color:rgb(243, 243, 247);font-family:Consolas, Monaco, 'Courier New', Courier, monospace;font-size:12px;line-height:1.3em;white-space:pre-wrap;"> . '/css/dropdown.css</span><span style="font-size:12pt;"> );</span></div><div>}</div><div><br></div><div>add_action( 'wp_enqueue_scripts', 'theme_name_styles' );</div></div><div><br></div><div>but it is not working what am i doing wrong.</div><div><br></div><div><br></div>                                           </div>
<br>_______________________________________________
theme-reviewers mailing list
theme-reviewers@lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers</div></div>                                       </div></body>
</html>