Nikka Crallo
2010-09-25 23:58:29 UTC
My current screen resolution is 1366x768
and here is my current background code:
body { background: {color:Background} url('{image:Background}') center center fixed repeat; color: {color:Text}; font-family: {font:Body}; font-size: 11px; padding-top:5px;background-position:center center;text-transform:none;}
I have read answers like putting width="100%" height="100%" but I don't know where to put it in the code above. Where do I put it? Because if I put it like this:
body { background: {color:Background} url('{image:Background}') width: 100% height: 100% center center fixed repeat; color: {color:Text}; font-family: {font:Body}; font-size: 11px; padding-top:5px;background-position:center center;text-transform:none;}
my background becomes blank :| please help, thanks!