I have a forum and I would like to remove the right hand bar which is currently styled in my css as an image.
I hope you can help. I have tried your advice above as I have a right hand rail bar on my forum that I wish to remove (my site is currently in development) it is a body tag as follows:
body {
width: 100%;
overflow: hidden;
background: url(images/bgr_body.gif) repeat-y right;/* normally with body */
I have included this but of code in the main css file as you advised in the post above:-
}
#nobody #page {
background:#fff; /* without the body image */
}
In my tpl file (for this specific page) I have put in the following:
<head>
<body id="nospine">
<div id="page">
<?php print $head; ?>
<title><?php print $head_title; ?></title>
It does not seem to be working any idea where I am going wrong? Thanks in advance for your help.
I also like the editor you have on this forum can you tell me which one it is.
Thanks so much for your help in advance.