Loading...
 
Features / Usability

Features / Usability


error when i use some html

posts: 60

when i put this in the head /where it should be/:
<style>
body
{
background-image: url("images/backbar.jpg");
background-repeat: repeat-x;
}
</style>


i get error.
why does it not recognize the commands? /i put this in the header of the header template.

posts: 154 United Kingdom

Edit the css to make changes to your style.

Also use the {CODE()} plugin when using html

Copy to clipboard
body { background-image: url("images/backbar.jpg"); background-repeat: repeat-x; }


posts: 60

you got me wrong...
it gives error, and using the code plugin is for articles and stuff. i am talking about the templates here. what i want is this image on background, also i tried code and see what i got:

Fatal error: Smarty: in header.tpl line 61: syntax error: unrecognized tag: CODE() (Smarty_Compiler.class.php, line 422) in /home/cpp-hom/public_html/index/lib/smarty/Smarty_Compiler.class.php on line 2067