Print Page | Close Window

Trying to add a background banner through CSS

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21263
Printed Date: 09 April 2026 at 2:33am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Trying to add a background banner through CSS
Posted By: cmeurer
Subject: Trying to add a background banner through CSS
Date Posted: 10 September 2006 at 5:06pm

/* Page body */

body{

background-image: url(http://www.coinforum.com/forum_images/CoinForumCOM.jpg) no-repeat top left;

background-color: #FFFFFF;

margin-left: 0px;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

}

I thought this would add a banner behind all the buttons. Nothing showed up... Thoughts? 



Replies:
Posted By: slapmonkay
Date Posted: 12 September 2006 at 9:27pm
body{
 background-image: url(../forum_images/CoinForumCOM.jpg);
 background-position: left;
 background-repeat: no-repeat;
 background-color: #FFFFFF;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
 
 
 
You need to make a seperate tag for repeat as shown above. The image will start at the top by default so all you need is to put left on the position tag.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net