Why is my background not showing up? |
Why is my background not showing up? |
Nov 23 2008, 04:14 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 292 Joined: Jul 2007 Member No: 545,047 |
GR! Everything is right, but the background on this part of the code isn't showing up right:
CODE .content{ background-color:white; top:495px; width:800; position:absolute; left:50%; margin-left:-400px; font-family:arial; color:black; font-weight:normal; font-size:12; text-align:left;} CODE <div class="content"> <h1>Hello, I love you.</h1> <p>this is where I write cool shit</p> </div> (This is only part of the code, it is in style tags and all that fun stuff) What it looks like: http://profile.myspace.com/index.cfm?fusea...endid=280854437 |
|
|
|
GunsNRachel Why is my background not showing up? Nov 23 2008, 04:14 PM
Anarchy Replace your first code with this:
CODE.content{
... Nov 23 2008, 06:16 PM
GunsNRachel That didn't fix it =\ Nov 23 2008, 07:02 PM
Anarchy It's because you have a code that makes all yo... Nov 24 2008, 04:26 AM
GunsNRachel Oh duh, hahah. Thank you! Nov 24 2008, 06:29 AM
Anarchy No problem. Topic closed & moved. Nov 24 2008, 06:39 AM![]() ![]() |