I am currently working on creating a Killer Sudoku grid with jigsaw bold lines inside regular 3x3 squares. Each cell needs to display a number and an operation at the top right. I have set up a table with each cell as a textbox. However, I'm struggling to add text in the top left corner that cannot be removed or deleted without disrupting the table format. Despite my knowledge of basic javascript, html, and css, inserting disabled buttons and background images has not solved this issue.
Here is an image of the table I've been working on.
I have code snippets here
I also have some CSS code snippets here
...