View Full Version : help with diary layout


ambimuffin
01-13-2003, 01:12 AM
whats wrong with this code?

<style type="text/css">
<!--
{ background-color: #000000;
background-image:www.angelfire.com/wizard/ambimuffin/backrounds/anen.jpg
background-repeat:value; [repeat, no-repeat, repeat-x, repeat-y]
background-position:center
background-attachment:fixed
-->
</style>


im trying to chagne the layout of my diary and it wont work!
:(

ambimuffin
01-13-2003, 01:13 AM
oh and i tried http:// before the link that didnt work either

starlet
01-13-2003, 01:19 AM
<style type="text/css">
<!--
body
{ background-color: #000000;
background-image:url(http://www.angelfire.com/wizard/ambimuffin/backrounds/anen.jpg);
background-position:center;
background-attachment:fixed ;
-->
</style>

and if you want to use the background repeat code you need to pick a value...not just leave em all in, so i took that out of your code for now as i didnt know which/if any you wanted.