CSS is not Working

Status
Not open for further replies.

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

Your CSS file appears to be included fine. Is there a specific element that is not being styled correctly? :)

Thank you,
 

cubicalx

New Member
Messages
4
Reaction score
0
Points
1
Code;
<head>
<title>Cubical</title>
<link rel="stylesheet" type="text/css" href="http://www.cubical.x10.mx/********/*****/****.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>

<script src="http://www.cubical.x10.mx/*********.js"></script>

<meta name="title" content="Cubical">
<meta name="author" content="Marvin Hand">
<meta name="keywords" content="cubical, free, pebbles">
<meta name="description" content="Cubical is a massive virtual online community to connect users aged 10-16 to create items, make games, and interact with the community.">
</head>

Do you see an image background or a white background? It could just be my computer.
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi,

In your CSS file, you have the following line to set the background image:
Code:
background-image:url('http://www.creatable.ifhost.net/SiteInfo/Images/bg-strip-dark.png');

This URL is incorrect, which is why the background image is not appearing. :)

Thank you,
 
Status
Not open for further replies.
Top