• I successfully got a background to appear at the end of each post by putting the background url code here:

    .post {
    	margin: 10px 10px;
    
    	padding:15px;
    
    	line-height: 14pt;
    
    	background: transparent url(images/bottombar.png) no-repeat bottom;
    }

    It works but it’s also appearing on each page. I don’t want them to appear on the pages only posts. How can I fix this?

Viewing 1 replies (of 1 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

Viewing 1 replies (of 1 total)
  • The topic ‘Post background appears on Page too’ is closed to new replies.