QUOTE
i dont like to use the look&feel normal stuff, i use html usually. Do u have the code by chance?
y cant u just make your own backround and put it in the backround box?? its more simplier than using a code ... by the chance u could try to use this
CODE
body {
background-image:url(PUT URL HERE IF YOU HAVE A BACKGROUND IMAGE, IF NOT, DELETE EVERYTHING INSIDE THE PARENTHESES);
background-repeat: repeat-y-x;
or
CODE
<style type="text/css">
body {
background-image:url(PUT URL HERE IF YOU HAVE A BACKGROUND IMAGE, IF NOT, DELETE EVERYTHING INSIDE THE PARENTHESES);
background-repeat: repeat-y-x;</style>
i didnt know wheater i had to use the <style part or not.. but im not sure..