
im really starting to bang my head to a wall with this one. no matter what i change there is always a white background on top of my character sheet and i cannot see the original background. also it seems that i cannot figure out how to make this fit perfect in to the game bcos for some reason the "see results" is not showing same as in the game. i have been changing the resolution and everything there and back, and those attribute boxes i have moved them several times to mach with the background that is not even showin g in the game bcos there is a blank white backroung on top of my sheet. now i´m almos ready to give up but still i wanna try and learn to make this better. if there is a good hearted pro that can take a look what is wrong with this and maybe adjust the size of this sheet better. i would really appresiate that. or atleast gimme a hint where im doing something wrong. so here is the HTML i have wrote >>-----> (ye its kinda mess but there is some notes atleast) <div class="sheet-background" style="position: relative; height: 1024px; width: 724px; top:0px; left: 0%;"> <!--name and race--> <div class="sheet-name" style="position: absolute; top: 341px; left: 150px;"> <input type="text" name="attr_character_name" style="width: 153px;" /> </div> <div class="sheet-class" style="position: absolute; top: 371px; left: 150px;"> <input type="text" name="attr_race" style="width: 145px;"/> </div> <!--attributes--> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 85px; left: 110px;"> <input type="number" name="attr_weaponskill" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 85px; left: 200px;"> <input type="number" name="attr_weaponskill_current" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 155px; left: 110px;"> <input type="number" name="attr_bowskill" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 155px; left: 200px;"> <input type="number" name="attr_bowskill_current" style="width: 28px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 220px; left: 110px;"> <input type="number" name="attr_strength" style="width: 30px;"/> </div> <div class="sheet-col" style="position: absolute; top: 220px; left: 200px;"> <input type="number" name="attr_strength_current" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 285px; left: 110px;"> <input type="number" name="attr_toughness" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 285px; left: 200px;"> <input type="number" name="attr_toughness" style="width: 28px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 85px; left: 515px;"> <input type="number" name="attr_speed" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 85px; left: 600px;"> <input type="number" name="attr_speed_current" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 155px; left: 515px;"> <input type="number" name="attr_bravery" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 155px; left: 600px;"> <input type="number" name="attr_bravery_current" style="width: 28px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 220px; left: 515px;"> <input type="number" name="attr_intelligence" style="width: 30px;"/> </div> <div class="sheet-col" style="position: absolute; top: 220px; left: 600px;"> <input type="number" name="attr_intelligence_current" style="width: 30px;"/> </div> <div class="sheet-col" style="position: absolute; top: 285px; left: 515px;"> <input type="number" name="attr_fate" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 285px; left: 600px;"> <input type="number" name="attr_fate_max" style="width: 28px;"/> </div> </div> <div class="sheet-col" style="position: absolute; top: 355px; left: 515px;"> <input type="number" name="attr_wounds" style="width: 28px;"/> </div> <div class="sheet-col" style="position: absolute; top: 355px; left: 600px;"> <input type="number" name="attr_wounds_max" style="width: 28px;"/> </div> <!--hand-to-hand--> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 480px; left: 275px;"> <input type="number" name="combat_hitroll1" style="width: 23px;"/> </div> <div class="sheet-col" style="position: absolute; top: 480px; left: 308px;"> <input type="number" name="combat_hitroll2" style="width: 23px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 480px; left: 340px;"> <input type="number" name="combat_hitroll3" style="width: 23px;"/> </div> <div class="sheet-col" style="position: absolute; top: 480px; left: 372px;"> <input type="number" name="combat_hitroll4" style="width: 23px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 480px; left: 405px;"> <input type="number" name="combat_hitroll5" style="width: 23px;"/> </div> <div class="sheet-col" style="position: absolute; top: 480px; left: 440px;"> <input type="number" name="combat_hitroll6" style="width: 23px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 480px; left: 472px;"> <input type="number" name="combat_hitroll7" style="width: 23px;"/> </div> <div class="sheet-col" style="position: absolute; top: 480px; left: 505px;"> <input type="number" name="combat_hitroll8" style="width: 23px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 480px; left: 537px;"> <input type="number" name="combat_hitroll9" style="width: 23px;"/> </div> <div class="sheet-col" style="position: absolute; top: 480px; left: 570px;"> <input type="number" name="combat_hitroll10" style="width: 23px;"/> </div> </div> <div class="sheet-row"> <div class="sheet-col" style="position: absolute; top: 480px; left: 604px;"> <input type="number" name="combat_hitroll11" style="width: 23px;"/> </div> <div class="sheet-col" style="position: absolute; top: 480px; left: 636px;"> <input type="number" name="combat_hitroll12" style="width: 23px;"/> </div> </div> <!--rangedcombat--> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 500px; left: 270px;"> <input type="number" name="rangeroll1" style="width: 63px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 500px; left: 343px;"> <input type="number" name="rangeroll2" style="width: 63px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 500px; left: 416px;"> <input type="number" name="rangeroll3" style="width: 63px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 500px; left: 489px;"> <input type="number" name="rangeroll4" style="width: 63px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 500px; left: 559px;"> <input type="number" name="rangeroll6" style="width: 63px;"/> </div> <!--weapons--> <div class="sheet-col"> <input type="text" name="attr_weapon1" style="position: absolute; top: 5450px; left: 194px; width: 140px; height: 10px;"/> <input type="text" name="attr_weapon2" style="position: absolute; top: 565px; left: 194px; width: 140px; height: 10px;"/> <input type="text" name="attr_weapon3" style="position: absolute; top: 585px; left: 194px; width: 140px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 474px; left: 344px;"> <input type="number" name="sheet_range1" style="width: 60px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 474px; left: 466px;"> <input type="number" name="sheet_damdice1" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 474px; left: 540px;"> <input type="number" name="sheet_fumble1" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 474px; left: 612px;"> <input type="number" name="sheet_critical1" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 494px; left: 344px;"> <input type="number" name="sheet_range2" style="width: 60px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 494px; left: 466px;"> <input type="number" name="sheet_damdice2" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 494px; left: 540px;"> <input type="number" name="sheet_fumble2" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 494px; left: 612px;"> <input type="number" name="sheet_critical2" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 514px; left: 344px;"> <input type="number" name="sheet_range3" style="width: 60px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 514px; left: 466px;"> <input type="number" name="sheet_damdice3" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 514px; left: 540px;"> <input type="number" name="sheet_fumble3" style="width: 10px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 514px; left: 612px;"> <input type="number" name="sheet_critical3" style="width: 10px; height: 10px;"/> </div> <!--armour--> <div class="sheet-col"> <input type="text" name="attr_weapon1" style="position: absolute; top: 643px; left: 205px; width: 140px; height: 10px;"/> <input type="text" name="attr_weapon2" style="position: absolute; top: 673px; left: 205px; width: 140px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 563px; left: 380px;"> <input type="number" name="sheet_bowskill1" style="width: 50px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 583px; left: 380px;"> <input type="number" name="sheet_bowskill2" style="width: 50px; height: 10px;"/> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 603px; left: 380px;"> <input type="number" name="sheet_bowskilltotal" style="width: 50px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 563px; left: 464px;"> <input type="number" name="sheet_damdice" style="width: 50px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 583px; left: 464px;"> <input type="number" name="sheet_damdice2" style="width: 50px; height: 10px;"/> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 603px; left: 464px;"> <input type="number" name="sheet_damdicetotal" style="width: 50px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 80px; top: 563px; left: 548px;"> <input type="number" name="sheet_speed1" style="width: 50px; height: 10px;"/> </div> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 583px; left: 548px;"> <input type="number" name="sheet_speed2" style="width: 50px; height: 10px;"/> </div> <div class="sheet-col" style="position: absolute; width: 240px; top: 603px; left: 548px;"> <input type="number" name="sheet_speedtotal" style="width: 50px; height: 10px;"/> </div> AND HERES the Css >>----> .sheet-background { width: 724px; height: 1024px; } .sheet-background::after { content: ""; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1; background: url('<a href="https://angrygolem-games.com/wp-content/uploads/2019/11/Advanced-Heroquest-Character-Sheet-724x1024.jpg" rel="nofollow">https://angrygolem-games.com/wp-content/uploads/2019/11/Advanced-Heroquest-Character-Sheet-724x1024.jpg</a>'); background-size: 724px 1024px; }