Header

From Prostrike

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
-
<style type="text/css">
+
<style type="text/css">
-
Notes:
+
  /* Backgrounds and Borders */
-
*You must log as admin to edith this page
+
 
-
*Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
+
  body {
-
*if you want your code to look nice on this page, put a space at the beginning of each line
+
      background: url("http://i9.tinypic.com/864dld5.gif") #eeeeee;
-
 
+
       background-repeat: repeat-x;
-
  /* This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
+
      background-attachment: fixed;
-
       For example uncomment this next section to turn all the text green:
+
  }
-
  */
+
</style>
-
  /*
+
-
body {
+
-
    color: green;
+
-
}
+
-
  */
+
-
</style>
+
-
 
+
-
<script type="text/javascript">
+
-
  //Your Javascript Here
+
-
</script>
+

Current revision as of 09:48, 4 December 2007

<style type="text/css">

  /* Backgrounds and Borders */
  
  body {
      background: url("864dld5.gif") #eeeeee;
      background-repeat: repeat-x;
      background-attachment: fixed;
  }

</style>

Personal tools