View Single Post
  #1  
Old 04-18-2005, 09:34 PM
bloodrayne's Avatar
bloodrayne bloodrayne is offline
Umbra Asylum

 
Join Date: Nov 2003
Location: I'm like smoke...I get in
Posts: 18,931
Send a message via Yahoo to bloodrayne
I Need HTML Assistance

Okay...This is my current HTML coding:


Code:
<style type="text/css">
body  {
background-image:url("http://img.photobucket.com/albums/v69/BloodRayne/DeadAngels.jpg");
background-attachment:fixed;
background-position:center;
} 
</style> 

<STYLE type="text/css">
table, td {
background-color:transparent;
border:none;
}
</STYLE> 
<style type="text/css">
body, td, li, p, div, textarea, li, h1, h2, p, br 
{color:maroon;font-family:papyrus;
font-weight:bold;font-size:15pt} 
.text {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt} 
.nametext {color:maroon;font-family:papyrus;font-weight:bold;font-size:20pt} 
.blacktext10 {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt}
.orangetext15 {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt} 
.lightbluetext8 {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt} 
.blacktext12 {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt} 
.btext {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt} 
.whitetext12 {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt}
.redbtext {color:maroon;font-family:papyrus;font-weight:bold;font-size:15pt} 
a:link{color:black;font-family:papyrus;font-weight:bold;font-size:15pt} 
a:hover{color:maroon;font-family:papyrus;font-weight:bold;font-size:20pt} 
a:active {color:maroon;font-family:papyrus;font-weight:bold;font-size:20pt} 
a:visited {color:maroon;font-family:papyrus;font-weight:bold;font-size:20pt} 
</style> 
<style type="text/css">a.navbar:link, a.navbar:visited {color:maroon;font-family:papyrus;font-weight:bold;
font-size:15pt}a.navbar:active, a.navbar:hover {color:gray;
font-family:papyrus;font-weight:bold;font-size:20pt}</style>
The problem is...The image I am using is centered but it's tiling...I DON'T want it to do that...I only want the image to fill the page as one complete image...How can I do that?

AND...All of my text is centered inside the full, centered image...I want it to spread out...Why is it doing this, and how can I make it stop?

If you find any errors in my coding, or anything that I may have left out that could be causing this to happen...Please let me know....I HAVE to fix this...It's driving me insane!!!...Well, moreso than usual...
__________________
...
If you can't dazzle 'em with brilliance...Baffle 'em with bullshit

My Karma ran over my Dogma

God WAS my co-pilot...But, we crashed in the mountains and...I had to eat him

I'm suffocating in what's become of me...
The rancid remains of what I used to be

Last edited by bloodrayne; 04-18-2005 at 09:45 PM.
Reply With Quote