Header

From Alterealitiky

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
<script type="text/javascript">
+
<style type="text/css">
-
  <!-----Your Javascript Here----->
+
-
</script>
+
body {
-
<style type="text/css">
+
     color: grey;
-
  body {
+
     bg: yellow;
-
     color: purple;
+
}
-
     background-color: #d8da3d }
+
</style>
-
</style>
+
 +
<script type="text/javascript">
 +
  //Feel free to add your javascript code here.
 +
</script>

Current revision as of 09:04, 11 June 2007

<style type="text/css">

body {
   color: grey;
   bg: yellow;
}
</style>

<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools