php - CSS - removing space between looped form buttons -
*edited include screenshot i have form looped using php , trying remove spaces between each submit button. aesthetic reasons want able style space between them exactly. can lend insight how can accomplish this? the positiontext class seems some, , can't seem display:none have affect. <!doctype html> <html> <head> <meta charset="utf-8"> </head> <style> .positiontext { line-height: 0%; } </style> <body> <div class="positiontext"> <?php ini_set('display_errors',1); error_reporting(e_all); $result = file_get_contents('php://input'); require_once 'ircconfig.php'; $connection = new mysqli($db_hostname, $db_username, $db_password, $db_database); if ($connection->connect_error) die($connection->connect_error); $date = empty($result) ? date('y-m-d') : $result; { $query = "select * client_checkin date(...