Versuche seit ein paar tagen mein Hintergrund zu verändern.
Hab alles richtig eingestellt , nur kommt nix

Ist Befehl Backgound-Image an richtiger stelle?
Hab das gefühl er will einfach nicht greifen.
wenn mal kurz jemand drüber schaun kann wär nice
Code: Alles auswählen
/* General proSilver Markup Styles
---------------------------------------- */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 101%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
background-image: url(http://meine_domain/phpBB3/styles/prostylize_darkgrey/imageset/bodybg.png);
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
padding: 12px 0;