public design update
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
}
|
||||
|
||||
echo "<br />
|
||||
<table width=\"90%\" align=\"center\">
|
||||
<table width=\"100%\" align=\"center\">
|
||||
<tr>
|
||||
<td>
|
||||
<form action=\"".$PHP_SELF."\" method=\"post\">
|
||||
@@ -91,7 +91,7 @@
|
||||
// OREDER BY id DESC is order result by descending
|
||||
$result=mysql_query($sql);
|
||||
|
||||
echo "<table width=\"90%\" border=\"0\" align=\"center\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#CCCCCC\">
|
||||
echo "<table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#CCCCCC\">
|
||||
<tr>
|
||||
<td width=\"6%\" align=\"center\" bgcolor=\"#E6E6E6\"><strong>#</strong></td>
|
||||
<td width=\"58%\" align=\"center\" bgcolor=\"#E6E6E6\"><strong>Topic</strong></td>
|
||||
|
@@ -44,7 +44,7 @@ if (($_SESSION["user_admin"]=="1" && $rows["r_adminonly"] == "1") ||
|
||||
{
|
||||
echo "<table align=center><tr><td><b>Answer successfully created!</b></td></tr></table>";
|
||||
}
|
||||
echo "<table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\">
|
||||
echo "<table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\">
|
||||
<tr>
|
||||
<td valgin=top height=\"100%\">
|
||||
<table style=\"width: 100%; height: 100%;\" border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bordercolor=\"1\">
|
||||
|
Reference in New Issue
Block a user