Rules      FAQ       Register        Login
It is currently April 25th, 2024, 4:57 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Background Issues
PostPosted: September 9th, 2007, 3:51 pm 
Moderator
Moderator
User avatar

Joined: 04 February 2006
Posts: 9445
Location: Southeast of the Northern part of West Hyglemr
Country: Rohan (xr)
Gender: Female

Offline
Right. Either I'm really stupid or I'm ordering my layout wrong. I can't seem to get a background image to work at my site. I've just been putting the code at the top of my css under "body". Help on this would be much appreciated. :blush:

_________________
going on a journey through my old claims
Image
Image


Top
 Profile       WWW            
 
 Post subject:
PostPosted: September 9th, 2007, 3:57 pm 
Queen of Eregion
Queen of Eregion
User avatar

Joined: 16 March 2006
Posts: 20465
Location: Gondolin
Country: Canada (ca)
Gender: Female

Offline
What code did you put in your CSS? I just looked at your layout.css and I didn't see it anywhere :P

_________________
Image


Top
 Profile       WWW            
 
 Post subject:
PostPosted: September 9th, 2007, 5:02 pm 
Custom Rank
Custom Rank
User avatar

Joined: 09 July 2005
Posts: 9460
Location: in the temple of love

Offline
Mkay ... it might be in the site coding itself, or in the css file ... -butchers your coding- :blush:

Code:
<LINK>

</style>
</head>
<center>
<body>
<div>
<img>
</center>
<background>

Remove the
Code:
</style>
tag. It's not open ...
Put
Code:
<center>
after body tag.
And
Code:
<background>
should probably be deleted...

Instead.
See css file..
Code:
body
{background:#000;
background-repeat: repeat-y;
background-position: 0%50%;
background-attachment: fixed;
Code:
#body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

^ I assume this is meant for the whole body tag as you have no layer named id=body..

Change that to
Code:
body {
margin: 0px;
padding: 0px;
background: url('YOUR URL!!') repeat-y 0% 50% fixed;
background-color: #000; /*this is optional I guess..*/


I hope it helps... otherwise I'm clueless what could be wrong :/

_________________
<center>[font=Times New Roman]<img src="http://tinyurl.com/63ongu"><br><br>From sorrow & pain I find my strength ... the more pain I feel, the more I see /// July the 4th 2008, first day of my life...<br><br>I met Eru on September 5th 2006 ♥ (and April 15th 2008!)<br><br>Censorship Causes Blindness</center>[/font]


Top
 Profile       WWW            
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]




Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  




Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Boyz theme by Zarron Media 2003