Question
Japanese puzzle factory code: The prompt was too long to put in the question: This part of my code has already been checked by the
Japanese puzzle factory code: The prompt was too long to put in the question:
This part of my code has already been checked by the homework system I do it on, and it was counted right,
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
|
|
| ||||||||||||||||||||||||||||||||||
B | |||||||||||||||||||||||||||||||||||||
C | |||||||||||||||||||||||||||||||||||||
D |
|
|
| ||||||||||||||||||||||||||||||||||
E | |||||||||||||||||||||||||||||||||||||
F> | |||||||||||||||||||||||||||||||||||||
G |
|
|
| ||||||||||||||||||||||||||||||||||
H | |||||||||||||||||||||||||||||||||||||
I |
Outer Table Layout
Open the jpf_sudoku.css file. Start by creating styles for the outer table. Go to the Table Styles section and create a style rule for the table element of the spuzzleclass that:
- sets the table borders to collapse,
- sets the top/bottom margins to 0 pixels and the left/right margins to auto , and
- sets the width to 90%.
This is what I have, which is counted wrong: I've done it a million different ways, and even my professor can't find whats wrong and its due tomorrow night, and I have a 42% right now , and she's no longer helping me. Any help is appreciated!
table.spuzzle { border-collapse:collapse; margin: 0px auto; width: 90% }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started