tokyo-rose
Comment history with Maccabee
Comments
Displaying 1 - 3 of 3 comments
The layout was like that when I installed it, but I'll make it so that it repeats. Thanks for the tip.
Posted by tokyo-rose on Jan 23, 09 9:21 pm
O and I dont know why cB does this but you'll need to take out all the spaces in the codes and links that I posted below.
Posted by Maccabee on Jan 23, 09 3:34 pm
Your background of your page isnt repeating.
Im not sure if you know css but you need to add this to the body section of your css:
background-repeat: repeat;
or just replace:
body{
background- image: url('http://cbimg6.com/layout s/08/04/06/26718aa.jpg');
co lor: #A89B8E;
}
with:
body{
background-image: url('http://cbimg6.com/layout s/08/04/06/26718aa.jpg');
ba ckground-repeat: repeat;
color: #A89B8E;
}
Posted by Maccabee on Jan 23, 09 3:33 pm
Page 1 of 1