Web Design Forum: Background not working - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Background not working

#1 User is offline   leaaa 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 14-March 09
  • Reputation: 0
  • Experience:Nothing
  • Area of Expertise:Designer

Posted 13 April 2009 - 06:09 PM

Hi

I have created my .html and .css pages. The text seems to work ok, but for some reason i cant get the background image to work, or the background color. Does anyone know why this is?

CSS:

body {
	background image: url(/home/~unn_t005763/Images/bg.png);
	background color: #ff3300;
	font family: Verdana, Geneva, sans-serif;
	
}

h1 {font family: Verdana, Geneva, sans-serif;
	font size: 26px;
	font color: #000000;
	 }
	 
h2 {font family: Verdana, Geneva, sans-serif;
	font size: 14px;
	font color: #000000
	
	}

	 



HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<link href="test.css" rel="stylesheet" type="text/css" />
<html>
<head>
<title>University advice</title>
</head>

<body>
<h1> Welcome to University Advice </h1>
<br> <br>

<h2>Here, you will find all that you need to know about applying, preparing and coping with University.
</h2>

</body> </html>

0

#2 User is offline   bocaj 

  • Retired
  • PipPipPipPipPip
  • View gallery
  • Group: Members
  • Posts: 3,402
  • Joined: 11-January 09
  • Reputation: 99
  • Gender:Male
  • Location:New Sarum
  • Experience:Web Guru
  • Area of Expertise:Entrepreneur

Posted 13 April 2009 - 06:14 PM

body{
	background image: url(/home/~unn_t005763/Images/bg.png);
	background color: #ff3300;
	font family: Verdana, Geneva, sans-serif;
	
}


should be

body{
	background-image: url(/home/~unn_t005763/Images/bg.png);
	background-color: #ff3300;
	font-family: Verdana, Geneva, sans-serif;
	
}

0

#3 User is offline   leaaa 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 14-March 09
  • Reputation: 0
  • Experience:Nothing
  • Area of Expertise:Designer

Posted 13 April 2009 - 06:25 PM

ooo ty :) x
0

#4 User is offline   bocaj 

  • Retired
  • PipPipPipPipPip
  • View gallery
  • Group: Members
  • Posts: 3,402
  • Joined: 11-January 09
  • Reputation: 99
  • Gender:Male
  • Location:New Sarum
  • Experience:Web Guru
  • Area of Expertise:Entrepreneur

Posted 13 April 2009 - 06:34 PM

does it work now?

Remember, all css names with multiple words have hyphens.

like font-family, line-height, font-weight, margin-left, padding-right and so on, they all do (:
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users