I have a html type that sends a listing of words to a php data: I am attempting to make a wordsearch ready my foster kids to assist seminar on delicate subjects. I have a html web page that functions and also when I run the default processing.php with default words it looks ok. When I attempt sending words utilizing an html type, the grid still functions however the designing is neglected. I have connected the html type and also the php for referral – if any person can encourage where I am failing?
! DOCTYPE html>>.
<< html>>.
<< head>>.
<< title>> Word Type<.
<< meta name=" viewport" web content=" size= device-width, initial-scale= 1">>.
<< web link rel=" stylesheet" href=" https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<> < manuscript src=" https://code.jquery.com/jquery-1.11.3.min.js"><> < manuscript src=" https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"><> < design>>
. ui-content {
max-width: 500px;
margin: 0 vehicle;
}
. ui-field-contain tag {
font-weight: strong;
}
. ui-btn. ui-submit {
background-color: # 4CAF50;
shade: white;
}
<.
<.
<< body>>.
<< div data-role=" web page">
<> < div data-role=" header">
<> < h1>> Word Type<.
<.
<< div data-role=" web content" course=" ui-content">
<> < type id=" wordForm" approach=" message" activity=" process.php">
<> < div data-role=" fieldcontain">
<> < tag for=" word1">> Very first Word<.
<< input kind=" message" name=" word1" id=" word1">
<> .
<< div data-role=" fieldcontain">
<> < tag for=" word2">> Word 2:<.
<< input kind=" message" name=" word2" id=" word2">
<> .
<< div data-role=" fieldcontain">
<> < tag for=" word3">> Word 3:<.
<< input kind=" message" name=" word3" id=" word3">
<> .
<< div data-role=" fieldcontain">
<> < tag for=" word4">> Word 4:<.
<< input kind=" message" name=" word4" id=" word4">
<> .
<< div data-role=" fieldcontain">
<> < tag for=" word5">> Word 5:<.
<< input kind=" message" name=" word5" id=" word5">
<> .
<< div data-role=" fieldcontain">
<> < tag for=" word6">> Word 6:<.
<< input kind=" message" name=" word6" id=" word6">
<> .
<< div data-role=" fieldcontain">
<> < tag for=" word7">> Word 7:<.
<< input kind=" message" name=" word7" id=" word7">
<> < switch kind=" send" course=" ui-btn ui-submit">> Develop a WordSearch<.
<.
<.
<.
<.
<.
the php data is
<