Difference between revisions of "Template:Team:Harvard BioDesign/CSS"

Line 7: Line 7:
 
<!--remove unwanted p tags-->
 
<!--remove unwanted p tags-->
 
<!-- Remove all empty <p> tags -->
 
<!-- Remove all empty <p> tags -->
<!--<script type="text/javascript">-->
+
<script type="text/javascript">
<!--    $(document).ready(function() {-->
+
        $(document).ready(function() {
<!--        $("p").filter( function() {-->
+
        $("p").filter( function() {
<!--           return $.trim($(this).html()) == '';-->
+
           return $.trim($(this).html()) == '';
<!--       }).remove()-->
+
       }).remove()
<!--   });-->
+
   });
<!--</script>-->
+
</script>
  
 
<!--Fix for internet explorer-->
 
<!--Fix for internet explorer-->

Revision as of 15:22, 30 June 2015