i’m pretty sure that’s what i’ve done, but i’m still getting errors,
see here for errors:
https://jigsaw.w3.org/css-validator/validator?uri=https://www.epicskitours.com/
this is the head section of my header file where the css is called
<link rel="stylesheet" type="text/css" title="Default Style" href="<?php bloginfo('stylesheet_url'); ?>" media="screen, projection" />
<!--[if IE]>
<style type="text/css">
@import "https://www.mydomain.com/wp-content/themes/epic/styleIE.css";
</style>
<![endif]-->
<link rel="stylesheet" href="https://www.mydomain.com/wp-content/plugins/lightbox/css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="https://www.mydomain.com/wp-content/plugins/lightbox/js/prototype.js"></script>
<script type="text/javascript" src="https://www.mydomain.com/wp-content/plugins/lightbox/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="https://www.mydomain.com/wp-content/plugins/lightbox/js/lightbox.js"></script>
<?php wp_head(); ?></head>
i hope people can help, i really want to get this site validated properly