I didn't know if this belonged in the CSS forum or here, sorry!
I know different size monitors have an impact on how a webpage can look.
For example, on my monitor it comes up like this:
But on a friends monitor it comes up like this:
As you can probably tell the red/black image is the background image and I've got this as coding:
Code:
<style type="text/css">
.extra{
background-repeat:no-repeat
}
</style>
<body background="http://img125.imageshack.us/img125/2104/hospitalcopyjh5.jpg" class="extra" bgcolor="#120404">
*bg color= the black, which you can see a lot of on my friends screenshot.
Thing is though, I don't want the plain black, I want the whole background image to go across.
Is there a code for this? Or do I need to make the background image bigger? Do you suggest a size?
Thanks! 
|