and therefore had no class set, so they showed up somewhere on the page and messed
up the layout
- echo " Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.<br />\n";
+ echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.</div>\n";
$whoid = DB_get_userid('gameid-position',$gameid,$who);
if($whoid==$myid)
$whoid = DB_get_userid('gameid-position',$gameid,$who);
if($whoid==$myid)
- echo " Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.<br />\n";
+ echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.</div>\n";
else
{
$whohash = DB_get_hash_from_game_and_pos($gameid,$who);
else
{
$whohash = DB_get_hash_from_game_and_pos($gameid,$who);
- echo " Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.<br />\n";
+ echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.</div>\n";
}
/* the following is part A) of what needs to be done */
}
/* the following is part A) of what needs to be done */
mymail($userid,$subject,$message);
}
}
mymail($userid,$subject,$message);
}
}
- echo "<div class=\"message\"> Please, <a href=\"$INDEX?action=game&me=$me\">continue</a> here.</div>\n";
+ echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">continue</a> here.</div>\n";