• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

HTML Code

dydocan

dydocan
Joined
Jul 2, 2010
Messages
95
Reaction score
0
We'll I have a background picture on my website wich fits perfect on my screen but when somebody else go to the website and have a bigger or smaller screen the background picture doesn't show itself correctly, is there any html code so the background picture adapts to the screen size automatically?
 
it should be it ain't working that way.
Here is the one I have <body style="background-image:url(main/ddn.png); background-position:middle"></body> try to remake it pls
 
<body style="background-image:url(main/ddn.png); background-position:middle; height: 100%; width: 100%"></body>

else you can try

<body style="background-image:url(main/ddn.png); background-position:middle; background-repeat:repeat;"></body>
 
Back
Top