>If the image nabbar.gif is located in the _includes folder and if >the religion css is located in the root directory, then the code for >the style rules would be /* ========================= fancy horizontal line ======================= */ div.hr { background-image: url('_includes/nabbar.gif'); background-position: center center; background-repeat: no-repeat; display: block; height: 14px; margin: auto; width: 385px; } The code for inserting it is <....div class="hr"></div> As far as I can tell when using it, it makes no changes to any of the current pages (I imported your stie for testing). Including the div as part of the style rules made absolutely no difference. It worked the same with it as without it. So not sure what is happening with yours.