Hi,
Possible to integrate an image background ?
What is the css to change ? template.css, style.css ?
Thanks for your answer.
Possible to integrate an image background ?
body { background:#ccc url('images/gavern-logo.png'); }body { background:#ccc url('http://demo.gavick.com/joomla25/simplicity/templates/gk_simplicity/images/style1/logo_white_bg.png'); }background-image:url('image.png');
background-color:#cccccc;
background-repeat:repeat-y;
Should I teach you using CSS. I always thought that people who use the CMS know basis of web design.body { .....code from my last post... } body { background: ##fff url('../images/style4/background.png') repeat-y !important;}
