Recent content by pulsi

  1. P

    convert html-code to an external .js file?

    Hi, I'm not too javascript-savy :) I have an external .js file which I use on multiple webpages. I'd like to include the html-code below in this file, but can't seem to figure out how. <script type="text/javascript"> /* <![CDATA[ */ (function() { var s =...
  2. P

    How to implement my html/css-code to a css-file?

    Hi, I have a little trouble. I'm trying to introduce side-notes at my web page and need a little guidance please. Based on different tutorials I've managed to crack out this code, which works fine for a web page: ---------------- CODE ------------------ <style type="text/css">...
Back
Top