Zen Code to create html layout for a sudoku solver

teitaphior

New Member
I'm making a sudoku solver in html/css/jsthe layout i'm going for is:a main container div . . . end main container divI've gotten this far in zen codediv#container>input:text*81but if I try to add an id it doesn't work div#container>input:text*81#i$
 
Top