Artifacts Gallery Guilds Search Wiki Login Register

Welcome, Guest. Please login or register. - Thinking of joining?
June 06, 2026 - @408.06 (what is this?)
Activity rating: Four Stars Posts & Arts: 76/1k.beats Random | Recent Posts | Guild Recents
News: :skull: Websites are like whispers in the night  :skull: Guild Events: Happy Pride Month Fibre Artists!

+  MelonLand Forum
|-+  Life & The Web
| |-+  ✁ ∙ Web Crafting
| | |-+  ☔︎ ∙ I need Help!
| | | |-+  Repeating Background?? help!


« previous next »
Pages: [1] Print Embed
Author Topic: Repeating Background?? help!  (Read 1665 times)
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
ビートルさんPolyamorousGaybieSmooching AlienQ-T20th Birthday Cake
« on: November 28, 2022 @607.36 » Embed

For some reason my background decides to give a background to my other text and content? Does anyone know how to fix this!!
The actual photo is a functioning repeating background and does work, however it is making a 2nd background, basically?? :sad: :sad:
 grrr :angry:
Pretty sure it has something to do with my style sheet!!
Code
<!DOCTYPE html>
<html lang="en">
  <head>
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title> tha blog :smile: </title>
   <link rel="icon" href="favicon.png">
   <style>	
     html,body{
     min-height:100%;
     background-image: url("https://sadhost.neocities.org/images/tiles/rrbg.gif":wink:;
    background-color: #cccccc;
     }
     h1,h2,h3{
     color:red;
     text-shadow:4px 4px 6px brown;
     letter-spacing:2px;
     text-indent:50px;
     }
     a{
     color:red;
     text-decoration:underline;
     }
     a:hover{
     color:blue;
     text-decoration:none;
     }
     b{
     color:hotpink;
     }
     i{
     color:blueviolet;
     }
     u{
     color:omg:range;
     font-weight:bold;
     }
     textarea{
     background:cornsilk;
     font-family:georgia,times,serif;
     width:100%;
     height:200px;
     }
     p {
     text-align:justify;
     margin:10px 42px;
     text-indent:25px;
     color:yellow;
     }
     img {
	   float: center
   	margin: 5px;
	   }
     .content{
     background: rgba(0, 0, 0, 0.5);
     margin:20px auto;
     min-width:80%;
     max-width:90%;
     padding:25px;
     color:black;
     font-family:times;
     font-size:25px;
     line-height:120%;
     }
     .center {
     text-align:center;
     padding:20px;
     }
     .center > p {
     color:yellow;
     text-align:center;
     }

     .image1 {
     display:block;
     max-width:99%;
     height:auto;
     margin-left:auto;
     margin-right:auto;
     border:4px solid darkslateblue;
     box-shadow:8px 8px pink;
     }
 
   </style>


* image_2022-11-28_082902276.png (86.01 kB, 549x211 - viewed 140 times.)
Logged

Why can't people love me for who I am instead of the nineteen-year-old nymphomaniacal hottie college student I am on MySpace?https://64.media.tumblr.com/9468f7acd7bf647e64280e42faf1aa10/4119b479632a0d84-15/s75x75_c1/6aa5ce230d2c7c3013c8ec2453853857b013a682.gif
https://64.media.tumblr.com/c3cbf2195717eb1353cedb0e8d8286fd/a649c2f7e0fdc42c-9e/s250x400/61efa5f09d2e47fb18e53aab4d6e21a924a7f8d5.gifhttps://64.media.tumblr.com/387206b7e287389b839b38c6ff1c1136/6fbbc18311c61dbb-50/s250x400/56fb07daf65ddca4c5926cca239f4f26b3830afa.gif

Artifact Swap: Crybaby!#@&*$
Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
Flinstone VitaminAlways working hard!Known Apple shillcoolest melon on the web!Emergency feel-good teaa silly heart 4 melon :)
« Reply #1 on: November 28, 2022 @739.63 » Embed

You're setting a background on the html AND the body; thats your issue! Im not totally sure why its causing this exact effect, but I think its telling the browser that both the body and the html should fill 100% of the page at the same time, and thats impossible. I'd avoid styling the html tag unless you really know why your doing it!

So just change:
Code
html,body {
to
Code
body {

 :pc: :pc:
« Last Edit: November 28, 2022 @741.41 by Melooon » Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: Wildflowers!seahorseyHungry Mousebitsy catSquidwardRed TulipMellohiHelp, my tail is stuck!InternetPoochcyberziI seek you!I met Dan Q on Melonland!?Stinky CheeseFlowersOpalRaw beefEvil fucking snailPlank
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
ビートルさんPolyamorousGaybieSmooching AlienQ-T20th Birthday Cake
« Reply #2 on: November 28, 2022 @782.81 » Embed

thank you so much melon! :innocent:
knew i could count on u
Logged

Why can't people love me for who I am instead of the nineteen-year-old nymphomaniacal hottie college student I am on MySpace?https://64.media.tumblr.com/9468f7acd7bf647e64280e42faf1aa10/4119b479632a0d84-15/s75x75_c1/6aa5ce230d2c7c3013c8ec2453853857b013a682.gif
https://64.media.tumblr.com/c3cbf2195717eb1353cedb0e8d8286fd/a649c2f7e0fdc42c-9e/s250x400/61efa5f09d2e47fb18e53aab4d6e21a924a7f8d5.gifhttps://64.media.tumblr.com/387206b7e287389b839b38c6ff1c1136/6fbbc18311c61dbb-50/s250x400/56fb07daf65ddca4c5926cca239f4f26b3830afa.gif

Artifact Swap: Crybaby!#@&*$
Pages: [1] Print Embed 
« previous next »
 

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021 | Privacy Notice | Send Feedback | Supporters ♥ Forum Guide | Rules | RSS | WAP | Mobile


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi
MelonLand @000

Want to Login or Join ?

Minecraft: Online
Join: craft.melonking.net