Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

debug

  1. tae20

    HTML & CSS Can someone help me find the error in my code?

    My content won't rest inside my background image properly. I need it to be centered with one another. It's just not happening. (expectation) (mine) <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">...
  2. B

    JavaScript WorkSheet.getRange not working

    This is the code: function main(workbook: ExcelScript.Workbook) { // Access the data sheet let dataSheet = workbook.getWorksheet("Data"); // Access the form sheet let formSheet = workbook.getWorksheet("TEF3202"); // Access the range containing form fields let formRange =...
Back
Top Bottom